mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
8d977093bf
commit
1cb92a98a1
|
@ -50,8 +50,6 @@
|
||||||
* 370 and Armada XP SoC.
|
* 370 and Armada XP SoC.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/include/ "skeleton64.dtsi"
|
|
||||||
|
|
||||||
#define MBUS_ID(target,attributes) (((target) << 24) | ((attributes) << 16))
|
#define MBUS_ID(target,attributes) (((target) << 24) | ((attributes) << 16))
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
|
|
|
@ -50,9 +50,11 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "armada-370-xp.dtsi"
|
#include "armada-370-xp.dtsi"
|
||||||
/include/ "skeleton.dtsi"
|
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <1>;
|
||||||
|
|
||||||
model = "Marvell Armada 370 family SoC";
|
model = "Marvell Armada 370 family SoC";
|
||||||
compatible = "marvell,armada370", "marvell,armada-370-xp";
|
compatible = "marvell,armada370", "marvell,armada-370-xp";
|
||||||
|
|
||||||
|
|
|
@ -53,6 +53,9 @@
|
||||||
#include "armada-370-xp.dtsi"
|
#include "armada-370-xp.dtsi"
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
|
#address-cells = <2>;
|
||||||
|
#size-cells = <2>;
|
||||||
|
|
||||||
model = "Marvell Armada XP family SoC";
|
model = "Marvell Armada XP family SoC";
|
||||||
compatible = "marvell,armadaxp", "marvell,armada-370-xp";
|
compatible = "marvell,armadaxp", "marvell,armada-370-xp";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue