]> Git Repo - linux.git/commitdiff
ARM: dts: versatile: Update spi clock-names property
authorKuldeep Singh <[email protected]>
Sat, 12 Mar 2022 11:38:52 +0000 (17:08 +0530)
committerLinus Walleij <[email protected]>
Fri, 19 Aug 2022 08:51:13 +0000 (10:51 +0200)
Now that spi pl022 binding only accept "sspclk" as clock name, versatile
platform 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 <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Linus Walleij <[email protected]>
arch/arm/boot/dts/versatile-ab.dts

index 79f7cc2412824fb680cdec15fad5af8ae406a3c8..a520615f4d8dbc64bee0589b4d026cc164a1d588 100644 (file)
                        reg = <0x101f4000 0x1000>;
                        interrupts = <11>;
                        clocks = <&xtal24mhz>, <&pclk>;
-                       clock-names = "SSPCLK", "apb_pclk";
+                       clock-names = "sspclk", "apb_pclk";
                };
 
                fpga {
This page took 0.0593900000000001 seconds and 4 git commands to generate.