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

ARM: dts: realview: Update spi clock-names property

Now that spi pl022 binding only accept "sspclk" as clock name, realview
platforms with "SSPCLK" clock name start raising dtbs_check warnings.
Make necessary changes to update this property in order to make it
compliant with binding.

clock-names:0: 'sspclk' was expected

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

authored by

Kuldeep Singh and committed by
Linus Walleij
1aa156f2 ba351875

+4 -4
+1 -1
arch/arm/boot/dts/arm-realview-eb.dtsi
··· 399 399 compatible = "arm,pl022", "arm,primecell"; 400 400 reg = <0x1000d000 0x1000>; 401 401 clocks = <&sspclk>, <&pclk>; 402 - clock-names = "SSPCLK", "apb_pclk"; 402 + clock-names = "sspclk", "apb_pclk"; 403 403 }; 404 404 405 405 wdog: watchdog@10010000 {
+1 -1
arch/arm/boot/dts/arm-realview-pb1176.dts
··· 410 410 interrupt-parent = <&intc_dc1176>; 411 411 interrupts = <0 17 IRQ_TYPE_LEVEL_HIGH>; 412 412 clocks = <&sspclk>, <&pclk>; 413 - clock-names = "SSPCLK", "apb_pclk"; 413 + clock-names = "sspclk", "apb_pclk"; 414 414 }; 415 415 416 416 pb1176_serial0: serial@1010c000 {
+1 -1
arch/arm/boot/dts/arm-realview-pb11mp.dts
··· 555 555 interrupt-parent = <&intc_pb11mp>; 556 556 interrupts = <0 11 IRQ_TYPE_LEVEL_HIGH>; 557 557 clocks = <&sspclk>, <&pclk>; 558 - clock-names = "SSPCLK", "apb_pclk"; 558 + clock-names = "sspclk", "apb_pclk"; 559 559 }; 560 560 561 561 watchdog@1000f000 {
+1 -1
arch/arm/boot/dts/arm-realview-pbx.dtsi
··· 390 390 compatible = "arm,pl022", "arm,primecell"; 391 391 reg = <0x1000d000 0x1000>; 392 392 clocks = <&sspclk>, <&pclk>; 393 - clock-names = "SSPCLK", "apb_pclk"; 393 + clock-names = "sspclk", "apb_pclk"; 394 394 }; 395 395 396 396 wdog0: watchdog@1000f000 {