projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be6a95a
)
ARM: dts: s3c2416: Fix xti node's missing reg property warning
author
Krzysztof Kozlowski
<krzk@kernel.org>
Wed, 9 Jan 2019 13:52:48 +0000
(14:52 +0100)
committer
Krzysztof Kozlowski
<krzk@kernel.org>
Thu, 10 Jan 2019 19:51:24 +0000
(20:51 +0100)
Fix the DTC warning for xti node:
arch/arm/boot/dts/s3c2416-smdk2416.dts:23.12-28.5:
Warning (simple_bus_reg): /clocks/xti: missing or empty reg/ranges property
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
arch/arm/boot/dts/s3c2416-smdk2416.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/s3c2416-smdk2416.dts
b/arch/arm/boot/dts/s3c2416-smdk2416.dts
index
5164386
..
cb371bf
100644
(file)
--- a/
arch/arm/boot/dts/s3c2416-smdk2416.dts
+++ b/
arch/arm/boot/dts/s3c2416-smdk2416.dts
@@
-19,9
+19,12
@@
clocks {
compatible = "simple-bus";
+ #address-cells = <1>;
+ #size-cells = <0>;
- xti: xti {
+ xti: xti
@0
{
compatible = "fixed-clock";
+ reg = <0>;
clock-frequency = <12000000>;
clock-output-names = "xti";
#clock-cells = <0>;