projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be00300
)
ARM: dts: exynos: Remove unneeded address/size cells from fixed-clock on Exynos3250
author
Krzysztof Kozlowski
<krzk@kernel.org>
Mon, 15 Apr 2019 18:05:08 +0000
(20:05 +0200)
committer
Krzysztof Kozlowski
<krzk@kernel.org>
Wed, 24 Apr 2019 17:53:15 +0000
(19:53 +0200)
xusbxti fixed-clock should not have address/size cells because it does
not have any children. This also fixes DTC W=1 warning:
arch/arm/boot/dts/exynos3250.dtsi:112.21-139.5:
Warning (simple_bus_reg): /soc/fixed-rate-clocks: missing or empty reg/ranges property
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
arch/arm/boot/dts/exynos3250.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/exynos3250.dtsi
b/arch/arm/boot/dts/exynos3250.dtsi
index af54b306204b801d0fc254d2befd03822999f9f4..6e74e6815b011e896dc27f8c207c449da9c184da 100644
(file)
--- a/
arch/arm/boot/dts/exynos3250.dtsi
+++ b/
arch/arm/boot/dts/exynos3250.dtsi
@@
-115,8
+115,6
@@
xusbxti: clock@0 {
compatible = "fixed-clock";
- #address-cells = <1>;
- #size-cells = <0>;
reg = <0>;
clock-frequency = <0>;
#clock-cells = <0>;