projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9166c9f
)
ARM: dts: s3c24xx: align PWM/timer node name with dtschema
author
Krzysztof Kozlowski
<krzk@kernel.org>
Mon, 7 Sep 2020 18:33:11 +0000
(20:33 +0200)
committer
Krzysztof Kozlowski
<krzk@kernel.org>
Fri, 11 Sep 2020 14:37:59 +0000
(16:37 +0200)
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
arch/arm/boot/dts/s3c24xx.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/s3c24xx.dtsi
b/arch/arm/boot/dts/s3c24xx.dtsi
index
80d4ce7
..
06f82c7
100644
(file)
--- 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>;