uboot-mediatek: replace patches with updated versions
[openwrt/staging/stintel.git] / package / boot / uboot-mediatek / patches / 002-0025-clk-mediatek-add-CLK_XTAL-support-for-clock-driver.patch
index 37619d22f0b08565dbeb6bd1b80ab0b18717c14b..b03ca7384fa0f67aed70db636ff925986e499082 100644 (file)
@@ -1,10 +1,10 @@
-From cf70b726c9844bb5d1ba4bc3c202c5ab3ba4d421 Mon Sep 17 00:00:00 2001
+From 0a2cd71e3b16eaa8797b5eec78356970186e552e Mon Sep 17 00:00:00 2001
 From: Weijie Gao <weijie.gao@mediatek.com>
-Date: Fri, 29 Jul 2022 11:15:35 +0800
-Subject: [PATCH 25/31] clk: mediatek: add CLK_XTAL support for clock driver
+Date: Wed, 31 Aug 2022 19:05:11 +0800
+Subject: [PATCH 25/32] clk: mediatek: add CLK_XTAL support for clock driver
 
-This add CLK_XTAL macro and flag to mediatek clock driver common part,
-to make thi SoC that has clock directlly connect to XTAL working.
+This adds the CLK_XTAL macro/flag to allow modeling clocks which are
+directly connected to the xtal clock.
 
 Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>
 ---