summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/imx6dl-phytec-phycore-som-nand.dts
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/imx6dl-phytec-phycore-som-nand.dts
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/imx6dl-phytec-phycore-som-nand.dts')
-rw-r--r--arch/arm/dts/imx6dl-phytec-phycore-som-nand.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/imx6dl-phytec-phycore-som-nand.dts b/arch/arm/dts/imx6dl-phytec-phycore-som-nand.dts
index 2324f3a6e5..b77add8a47 100644
--- a/arch/arm/dts/imx6dl-phytec-phycore-som-nand.dts
+++ b/arch/arm/dts/imx6dl-phytec-phycore-som-nand.dts
@@ -56,7 +56,7 @@
reg = <0x0 0x80000>;
};
- partition@1 {
+ partition@80000 {
label = "barebox-environment";
reg = <0x80000 0x80000>;
};