arm64: dts: ns2: Fix spi clock name

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>
This commit is contained in:
Kuldeep Singh
2022-03-07 23:51:00 +05:30
committed by Florian Fainelli
parent 55927cb44d
commit bb8555fe87

View File

@@ -644,7 +644,7 @@
reg = <0x66180000 0x1000>; reg = <0x66180000 0x1000>;
interrupts = <GIC_SPI 404 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 404 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&iprocslow>, <&iprocslow>; clocks = <&iprocslow>, <&iprocslow>;
clock-names = "spiclk", "apb_pclk"; clock-names = "sspclk", "apb_pclk";
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
status = "disabled"; status = "disabled";
@@ -655,7 +655,7 @@
reg = <0x66190000 0x1000>; reg = <0x66190000 0x1000>;
interrupts = <GIC_SPI 405 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 405 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&iprocslow>, <&iprocslow>; clocks = <&iprocslow>, <&iprocslow>;
clock-names = "spiclk", "apb_pclk"; clock-names = "sspclk", "apb_pclk";
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
status = "disabled"; status = "disabled";