]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
clk: mediatek: mt7981: swap wrong clock-names for spi nodes
authorChristian Marangi <ansuelsmth@gmail.com>
Fri, 2 Aug 2024 13:53:07 +0000 (15:53 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 19 Aug 2024 22:13:13 +0000 (16:13 -0600)
Swap wrong clock-names for spi nodes as they were wrong and the spi-clk
was referencing the sel-clk and the sel-clk was referencing the spi-clk.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
arch/arm/dts/mt7981.dtsi

index d80eceb8d4c7d3c16d374fc5b551f909062b858a..be0d42bc997ee8e12e9f57b2718507426216f59c 100644 (file)
                                  <&infracfg CK_INFRA_SPI0_SEL>;
                assigned-clock-parents = <&topckgen CK_TOP_CB_M_D2>,
                                         <&topckgen CK_INFRA_ISPI0>;
-               clock-names = "sel-clk", "spi-clk";
+               clock-names = "spi-clk", "sel-clk";
                interrupts = <GIC_SPI 140 IRQ_TYPE_LEVEL_HIGH>;
                status = "disabled";
        };
                                  <&infracfg CK_INFRA_SPI1_SEL>;
                assigned-clock-parents = <&topckgen CK_TOP_CB_M_D2>,
                                         <&topckgen CK_INFRA_ISPI1>;
-               clock-names = "sel-clk", "spi-clk";
+               clock-names = "spi-clk", "sel-clk";
                status = "disabled";
        };
 
                                  <&infracfg CK_INFRA_SPI2_SEL>;
                assigned-clock-parents = <&topckgen CK_TOP_CB_M_D2>,
                                         <&topckgen CK_INFRA_ISPI0>;
-               clock-names = "sel-clk", "spi-clk";
+               clock-names = "spi-clk", "sel-clk";
                interrupts = <GIC_SPI 142 IRQ_TYPE_LEVEL_HIGH>;
                status = "disabled";
        };