diff options
author | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2016-11-05 21:35:12 +0300 |
---|---|---|
committer | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2016-11-19 11:16:40 +0300 |
commit | 1cb92a98a1a57c5e71f69985451ff6f0c1534af5 (patch) | |
tree | 0a66a6234e9760972241a6770c515a09ec61b110 /arch/arm/boot/dts/armada-xp.dtsi | |
parent | 8d977093bf54422a42927722f93360d6fc240751 (diff) | |
download | linux-1cb92a98a1a57c5e71f69985451ff6f0c1534af5.tar.xz |
ARM: dts: armada-370-xp: Remove skeleton.dtsi
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: Gregory CLEMENT <gregory.clement@free-electrons.com>
Diffstat (limited to 'arch/arm/boot/dts/armada-xp.dtsi')
-rw-r--r-- | arch/arm/boot/dts/armada-xp.dtsi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/armada-xp.dtsi b/arch/arm/boot/dts/armada-xp.dtsi index bb8f7dcaf656..097ea70736e2 100644 --- a/arch/arm/boot/dts/armada-xp.dtsi +++ b/arch/arm/boot/dts/armada-xp.dtsi @@ -53,6 +53,9 @@ #include "armada-370-xp.dtsi" / { + #address-cells = <2>; + #size-cells = <2>; + model = "Marvell Armada XP family SoC"; compatible = "marvell,armadaxp", "marvell,armada-370-xp"; |