summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/imx6q-dmo-edmqmx6.dts
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/dts/imx6q-dmo-edmqmx6.dts')
-rw-r--r--arch/arm/dts/imx6q-dmo-edmqmx6.dts16
1 files changed, 9 insertions, 7 deletions
diff --git a/arch/arm/dts/imx6q-dmo-edmqmx6.dts b/arch/arm/dts/imx6q-dmo-edmqmx6.dts
index fcf8ad8993..1280837db6 100644
--- a/arch/arm/dts/imx6q-dmo-edmqmx6.dts
+++ b/arch/arm/dts/imx6q-dmo-edmqmx6.dts
@@ -11,7 +11,7 @@
* http://www.gnu.org/copyleft/gpl.html
*/
-#include <arm/imx6q-dmo-edmqmx6.dts>
+#include <arm/nxp/imx/imx6q-dmo-edmqmx6.dts>
/ {
chosen {
@@ -19,19 +19,19 @@
environment-sd {
compatible = "barebox,environment";
- device-path = &usdhc3, "partname:barebox-environment";
+ device-path = &env_sd3;
status = "disabled";
};
environment-emmc {
compatible = "barebox,environment";
- device-path = &usdhc4, "partname:barebox-environment";
+ device-path = &env_sd4;
status = "disabled";
};
environment-spi {
compatible = "barebox,environment";
- device-path = &flash, "partname:barebox-environment";
+ device-path = &env_nor;
status = "disabled";
};
};
@@ -46,7 +46,7 @@
reg = <0x0 0xe0000>;
};
- partition@e0000 {
+ env_nor: partition@e0000 {
label = "barebox-environment";
reg = <0xe0000 0x20000>;
};
@@ -77,7 +77,8 @@
label = "barebox";
reg = <0x0 0xe0000>;
};
- partition@e0000 {
+
+ env_sd3: partition@e0000 {
label = "barebox-environment";
reg = <0xe0000 0x20000>;
};
@@ -91,7 +92,8 @@
label = "barebox";
reg = <0x0 0xe0000>;
};
- partition@e0000 {
+
+ env_sd4: partition@e0000 {
label = "barebox-environment";
reg = <0xe0000 0x20000>;
};