]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arm: dts: mt7988: remove clock-parent properties
authorDavid Lechner <dlechner@baylibre.com>
Fri, 10 Jul 2026 18:56:39 +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 mt7988.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-23-f3f3a4a28dca@baylibre.com
Signed-off-by: David Lechner <dlechner@baylibre.com>
arch/arm/dts/mt7988.dtsi

index 2d57c6f5709b57871b96d5bd4576c98888fb7018..0f7a85230d4ea1db96466d5141091e6ec522d211 100644 (file)
        topckgen: topckgen@1001b000 {
                compatible = "mediatek,mt7988-topckgen", "syscon";
                reg = <0 0x1001b000 0 0x1000>;
-               clock-parent = <&apmixedsys>;
                #clock-cells = <1>;
        };
 
        sgmiisys0: syscon@10060000 {
                compatible = "mediatek,mt7988-sgmiisys_0", "syscon";
                reg = <0 0x10060000 0 0x1000>;
-               clock-parent = <&topckgen>;
                #clock-cells = <1>;
        };
 
        sgmiisys1: syscon@10070000 {
                compatible = "mediatek,mt7988-sgmiisys_1", "syscon";
                reg = <0 0x10070000 0 0x1000>;
-               clock-parent = <&topckgen>;
                #clock-cells = <1>;
        };
 
        usxgmiisys0: syscon@10080000 {
                compatible = "mediatek,mt7988-usxgmiisys_0", "syscon";
                reg = <0 0x10080000 0 0x1000>;
-               clock-parent = <&topckgen>;
                #clock-cells = <1>;
        };
 
        usxgmiisys1: syscon@10081000 {
                compatible = "mediatek,mt7988-usxgmiisys_1", "syscon";
                reg = <0 0x10081000 0 0x1000>;
-               clock-parent = <&topckgen>;
                #clock-cells = <1>;
        };
 
        xfi_pextp0: syscon@11f20000 {
                compatible = "mediatek,mt7988-xfi_pextp_0", "syscon";
                reg = <0 0x11f20000 0 0x10000>;
-               clock-parent = <&topckgen>;
                #clock-cells = <1>;
        };
 
        xfi_pextp1: syscon@11f30000 {
                compatible = "mediatek,mt7988-xfi_pextp_1", "syscon";
                reg = <0 0x11f30000 0 0x10000>;
-               clock-parent = <&topckgen>;
                #clock-cells = <1>;
        };
 
        xfi_pll: syscon@11f40000 {
                compatible = "mediatek,mt7988-xfi_pll", "syscon";
                reg = <0 0x11f40000 0 0x1000>;
-               clock-parent = <&topckgen>;
                #clock-cells = <1>;
        };
 
                compatible = "mediatek,mt7988-topmisc", "syscon",
                             "mediatek,mt7988-power-controller";
                reg = <0 0x11d10000 0 0x10000>;
-               clock-parent = <&topckgen>;
                #clock-cells = <1>;
        };
 
        infracfg: infracfg@10001000 {
                compatible = "mediatek,mt7988-infracfg", "syscon";
                reg = <0 0x10001000 0 0x1000>;
-               clock-parent = <&topckgen>;
                #clock-cells = <1>;
        };
 
        ethdma: syscon@15000000 {
                compatible = "mediatek,mt7988-ethdma", "syscon";
                reg = <0 0x15000000 0 0x20000>;
-               clock-parent = <&topckgen>;
                #clock-cells = <1>;
                #reset-cells = <1>;
        };
        ethwarp: syscon@15031000 {
                compatible = "mediatek,mt7988-ethwarp", "syscon";
                reg = <0 0x15031000 0 0x1000>;
-               clock-parent = <&topckgen>;
                #clock-cells = <1>;
                #reset-cells = <1>;
        };