summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/imx6ul-phytec-phycore-som.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/dts/imx6ul-phytec-phycore-som.dtsi')
-rw-r--r--arch/arm/dts/imx6ul-phytec-phycore-som.dtsi12
1 files changed, 6 insertions, 6 deletions
diff --git a/arch/arm/dts/imx6ul-phytec-phycore-som.dtsi b/arch/arm/dts/imx6ul-phytec-phycore-som.dtsi
index c7c657bcd4..4aea8c1d38 100644
--- a/arch/arm/dts/imx6ul-phytec-phycore-som.dtsi
+++ b/arch/arm/dts/imx6ul-phytec-phycore-som.dtsi
@@ -16,19 +16,19 @@
environment-nand {
compatible = "barebox,environment";
- device-path = &gpmi, "partname:barebox-environment";
+ device-path = &env_nand;
status = "disabled";
};
environment-sd1 {
compatible = "barebox,environment";
- device-path = &usdhc1, "partname:barebox-environment";
+ device-path = &env_sd1;
status = "disabled";
};
environment-sd2 {
compatible = "barebox,environment";
- device-path = &usdhc2, "partname:barebox-environment";
+ device-path = &env_sd2;
status = "disabled";
};
};
@@ -67,7 +67,7 @@
reg = <0x0 0x400000>;
};
- partition@400000 {
+ env_nand: partition@400000 {
label = "barebox-environment";
reg = <0x400000 0x100000>;
};
@@ -125,7 +125,7 @@
reg = <0x0 0xe0000>;
};
- partition@e0000 {
+ env_sd1: partition@e0000 {
label = "barebox-environment";
reg = <0xe0000 0x20000>;
};
@@ -146,7 +146,7 @@
reg = <0x0 0xe0000>;
};
- partition@e0000 {
+ env_sd2: partition@e0000 {
label = "barebox-environment";
reg = <0xe0000 0x20000>;
};