Skip to content

Commit 6c939e2

Browse files
Kuldeep Singhlinusw
authored andcommitted
ARM: dts: versatile: Update spi clock-names property
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]>
1 parent 1aa156f commit 6c939e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/versatile-ab.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@
391391
reg = <0x101f4000 0x1000>;
392392
interrupts = <11>;
393393
clocks = <&xtal24mhz>, <&pclk>;
394-
clock-names = "SSPCLK", "apb_pclk";
394+
clock-names = "sspclk", "apb_pclk";
395395
};
396396

397397
fpga {

0 commit comments

Comments
 (0)