summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorAndrey Panov <rockford@yandex.ru>2015-12-10 22:20:12 +0300
committerSascha Hauer <s.hauer@pengutronix.de>2015-12-11 08:06:17 +0100
commit0c348c3f445ecf43c6076a9801e5be59fcea3402 (patch)
tree084089c95ffae634f62b217717853bfc0988644b /arch
parenta9e7e68279de3aec38b038211a15a80cfc612c4e (diff)
downloadbarebox-0c348c3f445ecf43c6076a9801e5be59fcea3402.tar.gz
barebox-0c348c3f445ecf43c6076a9801e5be59fcea3402.tar.xz
ARM: i.MX6Q: Embedsky E9: Convert environment paths in DTS to a new bindings
Signed-off-by: Andrey Panov <rockford@yandex.ru> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/dts/imx6q-embedsky-e9.dts8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/dts/imx6q-embedsky-e9.dts b/arch/arm/dts/imx6q-embedsky-e9.dts
index 4514d4e433..726d620681 100644
--- a/arch/arm/dts/imx6q-embedsky-e9.dts
+++ b/arch/arm/dts/imx6q-embedsky-e9.dts
@@ -22,13 +22,13 @@
environment-mmc1 {
compatible = "barebox,environment";
- device-path = &usdhc2, "partname:barebox-environment";
+ device-path = &environment_mmc1;
status = "disabled";
};
environment-mmc3 {
compatible = "barebox,environment";
- device-path = &usdhc4, "partname:barebox-environment";
+ device-path = &environment_mmc3;
status = "disabled";
};
@@ -43,7 +43,7 @@
label = "barebox";
reg = <0x0 0x80000>;
};
- partition@1 {
+ environment_mmc1: partition@1 {
label = "barebox-environment";
reg = <0x80000 0x80000>;
};
@@ -57,7 +57,7 @@
label = "barebox";
reg = <0x0 0x80000>;
};
- partition@1 {
+ environment_mmc3: partition@1 {
label = "barebox-environment";
reg = <0x80000 0x80000>;
};