Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: integratorap: Update spi node properties

As per spi pl022 binding, SPI clock name is "sspclk" and not "spiclk".
Fix it.

Also update ssp node name to enable spi bindings check.

Signed-off-by: Kuldeep Singh <singh.kuldeep87k@gmail.com>
Link: https://lore.kernel.org/r/20220312113853.63446-2-singh.kuldeep87k@gmail.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

authored by

Kuldeep Singh and committed by
Linus Walleij
ba351875 568035b0

+2 -2
+2 -2
arch/arm/boot/dts/integratorap-im-pd1.dts
··· 178 178 clock-names = "uartclk", "apb_pclk"; 179 179 }; 180 180 181 - ssp@300000 { 181 + spi@300000 { 182 182 compatible = "arm,pl022", "arm,primecell"; 183 183 reg = <0x00300000 0x1000>; 184 184 interrupts-extended = <&impd1_vic 3>; 185 185 clocks = <&impd1_sspclk>, <&sysclk>; 186 - clock-names = "spiclk", "apb_pclk"; 186 + clock-names = "sspclk", "apb_pclk"; 187 187 }; 188 188 189 189 impd1_gpio0: gpio@400000 {