diff options
author | Javier Martinez Canillas <javier@osg.samsung.com> | 2016-09-08 11:26:00 -0400 |
---|---|---|
committer | Krzysztof Kozlowski <k.kozlowski@samsung.com> | 2016-09-16 03:16:59 -0400 |
commit | 80555b6f7f8bdc370585c024601bec65ff260852 (patch) | |
tree | 897e212c79f8f94b58e0c356f79da637afe2f64e /arch/arm/boot | |
parent | a0eb109598863442a1663817721c437d2679fa0e (diff) |
ARM: dts: s5p: Remove skeleton.dtsi inclusion for S5PV210
The skeleton.dtsi file was removed in ARM64 for different reasons as
explained in commit ("3ebee5a2e141 arm64: dts: kill skeleton.dtsi").
These also applies to ARM and it will also allow to get rid of the
following DTC warnings in the future:
"Node /memory has a reg or ranges property, but no unit name"
Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/s5pv210.dtsi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/s5pv210.dtsi b/arch/arm/boot/dts/s5pv210.dtsi index ffc36bd24d2f..a853918be43f 100644 --- a/arch/arm/boot/dts/s5pv210.dtsi +++ b/arch/arm/boot/dts/s5pv210.dtsi | |||
@@ -19,11 +19,13 @@ | |||
19 | * published by the Free Software Foundation. | 19 | * published by the Free Software Foundation. |
20 | */ | 20 | */ |
21 | 21 | ||
22 | #include "skeleton.dtsi" | ||
23 | #include <dt-bindings/clock/s5pv210.h> | 22 | #include <dt-bindings/clock/s5pv210.h> |
24 | #include <dt-bindings/clock/s5pv210-audss.h> | 23 | #include <dt-bindings/clock/s5pv210-audss.h> |
25 | 24 | ||
26 | / { | 25 | / { |
26 | #address-cells = <1>; | ||
27 | #size-cells = <1>; | ||
28 | |||
27 | aliases { | 29 | aliases { |
28 | csis0 = &csis0; | 30 | csis0 = &csis0; |
29 | fimc0 = &fimc0; | 31 | fimc0 = &fimc0; |