aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorKuldeep Singh <singh.kuldeep87k@gmail.com>2022-03-12 17:08:52 +0530
committerLinus Walleij <linus.walleij@linaro.org>2022-08-19 10:51:13 +0200
commit6c939e28b192075e1d3b9b267100a3dd9d6a7cf7 (patch)
tree1a7bbb8cd7d4758234764b3235265201b4d13b86 /arch/arm
parentARM: dts: realview: Update spi clock-names property (diff)
downloadlinux-dev-6c939e28b192075e1d3b9b267100a3dd9d6a7cf7.tar.xz
linux-dev-6c939e28b192075e1d3b9b267100a3dd9d6a7cf7.zip
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 <singh.kuldeep87k@gmail.com> Link: https://lore.kernel.org/r/20220312113853.63446-4-singh.kuldeep87k@gmail.com Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/boot/dts/versatile-ab.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/versatile-ab.dts b/arch/arm/boot/dts/versatile-ab.dts
index 79f7cc241282..a520615f4d8d 100644
--- a/arch/arm/boot/dts/versatile-ab.dts
+++ b/arch/arm/boot/dts/versatile-ab.dts
@@ -391,7 +391,7 @@
reg = <0x101f4000 0x1000>;
interrupts = <11>;
clocks = <&xtal24mhz>, <&pclk>;
- clock-names = "SSPCLK", "apb_pclk";
+ clock-names = "sspclk", "apb_pclk";
};
fpga {