summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/imx6qdl-phytec-phycore-som.dtsi
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2016-04-26 08:31:48 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2016-04-27 11:16:10 +0200
commit339ea9f586fc3c0aa0c0b07e00064bf7652f77b0 (patch)
tree8bd8e3cb94c2ba4154b65bd2189eab6584a64cfa /arch/arm/dts/imx6qdl-phytec-phycore-som.dtsi
parent4ec00a9b3dd8c1d37fdaa569d184d38d0c62f63d (diff)
downloadbarebox-339ea9f586fc3c0aa0c0b07e00064bf7652f77b0.tar.gz
barebox-339ea9f586fc3c0aa0c0b07e00064bf7652f77b0.tar.xz
ARM: dts: Fix partition names
Partition names shouldn't be continuously numbered, instead the part behind the '@' should match the reg property. Fix this for all ARM device trees. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Reviewed-by: Fabio Estevam <festevam@gmail.com>
Diffstat (limited to 'arch/arm/dts/imx6qdl-phytec-phycore-som.dtsi')
-rw-r--r--arch/arm/dts/imx6qdl-phytec-phycore-som.dtsi16
1 files changed, 8 insertions, 8 deletions
diff --git a/arch/arm/dts/imx6qdl-phytec-phycore-som.dtsi b/arch/arm/dts/imx6qdl-phytec-phycore-som.dtsi
index 2a975d103e..cb1167e08b 100644
--- a/arch/arm/dts/imx6qdl-phytec-phycore-som.dtsi
+++ b/arch/arm/dts/imx6qdl-phytec-phycore-som.dtsi
@@ -55,17 +55,17 @@
reg = <0x0 0x100000>;
};
- partition@1 {
+ partition@100000 {
label = "barebox-environment";
reg = <0x100000 0x20000>;
};
- partition@2 {
+ partition@120000 {
label = "oftree";
reg = <0x120000 0x20000>;
};
- partition@3 {
+ partition@140000 {
label = "kernel";
reg = <0x140000 0x0>;
};
@@ -91,22 +91,22 @@
reg = <0x0 0x400000>;
};
- partition@1 {
+ partition@400000 {
label = "barebox-environment";
reg = <0x400000 0x100000>;
};
- partition@2 {
+ partition@500000 {
label = "oftree";
reg = <0x500000 0x100000>;
};
- partition@3 {
+ partition@600000 {
label = "kernel";
reg = <0x600000 0x800000>;
};
- partition@4 {
+ partition@e00000 {
label = "root";
reg = <0xe00000 0x0>;
};
@@ -259,7 +259,7 @@
reg = <0x0 0x80000>;
};
- partition@1 {
+ partition@80000 {
label = "barebox-environment";
reg = <0x80000 0x80000>;
};