]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arm: dts: mt7981: remove clock-parent properties
authorDavid Lechner <dlechner@baylibre.com>
Fri, 10 Jul 2026 18:56:37 +0000 (13:56 -0500)
committerDavid Lechner <dlechner@baylibre.com>
Wed, 22 Jul 2026 17:01:17 +0000 (12:01 -0500)
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.

Link: https://patch.msgid.link/20260710-mtk-clk-parent-lookup-improvements-v2-21-f3f3a4a28dca@baylibre.com
Signed-off-by: David Lechner <dlechner@baylibre.com>
arch/arm/dts/mt7981.dtsi

index 5b4cadc22f7cd8504cf5cd50b49e8562547b9e54..675b14a0b7e28f7be998c02caecdc2f5e523d30b 100644 (file)
@@ -94,7 +94,6 @@
        topckgen: topckgen@1001b000 {
                compatible = "mediatek,mt7981-topckgen";
                reg = <0x1001b000 0x1000>;
-               clock-parent = <&fixed_plls>;
                #clock-cells = <1>;
                bootph-all;
        };
        infracfg: infracfg@10001000 {
                compatible = "mediatek,mt7981-infracfg";
                reg = <0x10001000 0x30>;
-               clock-parent = <&topckgen>;
                #clock-cells = <1>;
                bootph-all;
        };
        ethsys: syscon@15000000 {
                compatible = "mediatek,mt7981-ethsys", "syscon";
                reg = <0x15000000 0x1000>;
-               clock-parent = <&topckgen>;
                #clock-cells = <1>;
                #reset-cells = <1>;
        };