summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/s3c24xx.dtsi
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzk@kernel.org>2020-09-07 21:33:11 +0300
committerKrzysztof Kozlowski <krzk@kernel.org>2020-09-11 17:37:59 +0300
commit17281a3c7f5c4e43ec61efe62c24ff593eb57cf5 (patch)
treeefd39a8f9c2d780339d8189c4c7422fcef8f9745 /arch/arm/boot/dts/s3c24xx.dtsi
parent9166c9f8aa12f9a939f97ef8dd0e489b8888273a (diff)
downloadlinux-17281a3c7f5c4e43ec61efe62c24ff593eb57cf5.tar.xz
ARM: dts: s3c24xx: align PWM/timer node name with dtschema
Although PWM is used on S3C24xx as clocksource/timer, the dtschema expects the node to be named in certain format: timer@51000000: $nodename:0: 'timer@51000000' does not match '^pwm(@.*|-[0-9a-f])*$' Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> Link: https://lore.kernel.org/r/20200907183313.29234-10-krzk@kernel.org
Diffstat (limited to 'arch/arm/boot/dts/s3c24xx.dtsi')
-rw-r--r--arch/arm/boot/dts/s3c24xx.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/s3c24xx.dtsi b/arch/arm/boot/dts/s3c24xx.dtsi
index 80d4ce79be55..06f82c7e458e 100644
--- a/arch/arm/boot/dts/s3c24xx.dtsi
+++ b/arch/arm/boot/dts/s3c24xx.dtsi
@@ -39,7 +39,7 @@
};
};
- timer: timer@51000000 {
+ timer: pwm@51000000 {
compatible = "samsung,s3c2410-pwm";
reg = <0x51000000 0x1000>;
interrupts = <0 0 10 3>, <0 0 11 3>, <0 0 12 3>, <0 0 13 3>, <0 0 14 3>;