diff options
| author | Krzysztof Kozlowski <krzk@kernel.org> | 2019-04-15 14:05:08 -0400 |
|---|---|---|
| committer | Krzysztof Kozlowski <krzk@kernel.org> | 2019-04-24 13:53:15 -0400 |
| commit | 39691e775a52c7f69cf164500bd541f7c88a468f (patch) | |
| tree | 869af3c8c3d2b3c9de37e635d2f45294ecf0de33 | |
| parent | be00300147ae3c0b2fa4dbc5f00d4332a8d00fac (diff) | |
ARM: dts: exynos: Remove unneeded address/size cells from fixed-clock on Exynos3250
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>
| -rw-r--r-- | arch/arm/boot/dts/exynos3250.dtsi | 2 |
1 files changed, 0 insertions, 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 @@ | |||
| 115 | 115 | ||
| 116 | xusbxti: clock@0 { | 116 | xusbxti: clock@0 { |
| 117 | compatible = "fixed-clock"; | 117 | compatible = "fixed-clock"; |
| 118 | #address-cells = <1>; | ||
| 119 | #size-cells = <0>; | ||
| 120 | reg = <0>; | 118 | reg = <0>; |
| 121 | clock-frequency = <0>; | 119 | clock-frequency = <0>; |
| 122 | #clock-cells = <0>; | 120 | #clock-cells = <0>; |
