arm64: dts: ns2: Fix spi clock name
authorKuldeep Singh <singh.kuldeep87k@gmail.com>
Mon, 7 Mar 2022 18:21:00 +0000 (23:51 +0530)
committerFlorian Fainelli <f.fainelli@gmail.com>
Mon, 7 Mar 2022 19:18:11 +0000 (11:18 -0800)
SPI clock name for pl022 is "sspclk" and not "spiclk".
Also fix below dtc warning:
clock-names:0: 'spiclk' is not one of ['SSPCLK', 'sspclk']

Signed-off-by: Kuldeep Singh <singh.kuldeep87k@gmail.com>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
arch/arm64/boot/dts/broadcom/northstar2/ns2.dtsi

index 60c1f64e96174637a06efaf72d02651d6afd5122..f59fa3979a043b828cb7eee834568ce970247521 100644 (file)
                        reg = <0x66180000 0x1000>;
                        interrupts = <GIC_SPI 404 IRQ_TYPE_LEVEL_HIGH>;
                        clocks = <&iprocslow>, <&iprocslow>;
-                       clock-names = "spiclk", "apb_pclk";
+                       clock-names = "sspclk", "apb_pclk";
                        #address-cells = <1>;
                        #size-cells = <0>;
                        status = "disabled";
                        reg = <0x66190000 0x1000>;
                        interrupts = <GIC_SPI 405 IRQ_TYPE_LEVEL_HIGH>;
                        clocks = <&iprocslow>, <&iprocslow>;
-                       clock-names = "spiclk", "apb_pclk";
+                       clock-names = "sspclk", "apb_pclk";
                        #address-cells = <1>;
                        #size-cells = <0>;
                        status = "disabled";