Skip to content

Commit 1aa156f

Browse files
Kuldeep Singhlinusw
authored andcommitted
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Linus Walleij <[email protected]>
1 parent ba35187 commit 1aa156f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

arch/arm/boot/dts/arm-realview-eb.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@
399399
compatible = "arm,pl022", "arm,primecell";
400400
reg = <0x1000d000 0x1000>;
401401
clocks = <&sspclk>, <&pclk>;
402-
clock-names = "SSPCLK", "apb_pclk";
402+
clock-names = "sspclk", "apb_pclk";
403403
};
404404

405405
wdog: watchdog@10010000 {

arch/arm/boot/dts/arm-realview-pb1176.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@
410410
interrupt-parent = <&intc_dc1176>;
411411
interrupts = <0 17 IRQ_TYPE_LEVEL_HIGH>;
412412
clocks = <&sspclk>, <&pclk>;
413-
clock-names = "SSPCLK", "apb_pclk";
413+
clock-names = "sspclk", "apb_pclk";
414414
};
415415

416416
pb1176_serial0: serial@1010c000 {

arch/arm/boot/dts/arm-realview-pb11mp.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@
555555
interrupt-parent = <&intc_pb11mp>;
556556
interrupts = <0 11 IRQ_TYPE_LEVEL_HIGH>;
557557
clocks = <&sspclk>, <&pclk>;
558-
clock-names = "SSPCLK", "apb_pclk";
558+
clock-names = "sspclk", "apb_pclk";
559559
};
560560

561561
watchdog@1000f000 {

arch/arm/boot/dts/arm-realview-pbx.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@
390390
compatible = "arm,pl022", "arm,primecell";
391391
reg = <0x1000d000 0x1000>;
392392
clocks = <&sspclk>, <&pclk>;
393-
clock-names = "SSPCLK", "apb_pclk";
393+
clock-names = "sspclk", "apb_pclk";
394394
};
395395

396396
wdog0: watchdog@1000f000 {

0 commit comments

Comments
 (0)