[RFT 2/4] ARM: dts: exynos: Remove unneeded address/size cells from fixed-clock on Exynos3250

From: Krzysztof Kozlowski
Date: Mon Apr 15 2019 - 14:05:28 EST


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@xxxxxxxxxx>
---
arch/arm/boot/dts/exynos3250.dtsi | 2 --
1 file changed, 2 deletions(-)

diff --git a/arch/arm/boot/dts/exynos3250.dtsi b/arch/arm/boot/dts/exynos3250.dtsi
index af54b306204b..6e74e6815b01 100644
--- 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>;
--
2.17.1