[PATCH 21/24] arm: dts: mt7981: remove clock-parent properties

David Lechner dlechner at baylibre.com
Tue Jul 7 17:07:41 CEST 2026


Remove all clock-parent properties from mt7981.dtsi. The clock driver
for this no longer uses this property. And this property would not be
acceptable upstream anyway.

Signed-off-by: David Lechner <dlechner at baylibre.com>
---
 arch/arm/dts/mt7981.dtsi | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/arch/arm/dts/mt7981.dtsi b/arch/arm/dts/mt7981.dtsi
index 5b4cadc22f7..675b14a0b7e 100644
--- a/arch/arm/dts/mt7981.dtsi
+++ b/arch/arm/dts/mt7981.dtsi
@@ -94,7 +94,6 @@
 	topckgen: topckgen at 1001b000 {
 		compatible = "mediatek,mt7981-topckgen";
 		reg = <0x1001b000 0x1000>;
-		clock-parent = <&fixed_plls>;
 		#clock-cells = <1>;
 		bootph-all;
 	};
@@ -102,7 +101,6 @@
 	infracfg: infracfg at 10001000 {
 		compatible = "mediatek,mt7981-infracfg";
 		reg = <0x10001000 0x30>;
-		clock-parent = <&topckgen>;
 		#clock-cells = <1>;
 		bootph-all;
 	};
@@ -221,7 +219,6 @@
 	ethsys: syscon at 15000000 {
 		compatible = "mediatek,mt7981-ethsys", "syscon";
 		reg = <0x15000000 0x1000>;
-		clock-parent = <&topckgen>;
 		#clock-cells = <1>;
 		#reset-cells = <1>;
 	};

-- 
2.43.0



More information about the U-Boot mailing list