summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/imx27-phytec-phycard-s-rdk-bb.dts
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/dts/imx27-phytec-phycard-s-rdk-bb.dts')
-rw-r--r--arch/arm/dts/imx27-phytec-phycard-s-rdk-bb.dts6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/dts/imx27-phytec-phycard-s-rdk-bb.dts b/arch/arm/dts/imx27-phytec-phycard-s-rdk-bb.dts
index abfbd5061e..d9ba6abae6 100644
--- a/arch/arm/dts/imx27-phytec-phycard-s-rdk-bb.dts
+++ b/arch/arm/dts/imx27-phytec-phycard-s-rdk-bb.dts
@@ -2,7 +2,7 @@
* Barebox specific DT overlay for Phytec PCA100 RDK
*/
-#include <arm/imx27-phytec-phycard-s-rdk.dts>
+#include <arm/nxp/imx/imx27-phytec-phycard-s-rdk.dts>
/ {
chosen {
@@ -10,7 +10,7 @@
environment {
compatible = "barebox,environment";
- device-path = &nfc, "partname:environment";
+ device-path = &env_nand;
};
};
};
@@ -21,7 +21,7 @@
reg = <0x0 0xe0000>;
};
- partition@e0000 {
+ env_nand: partition@e0000 {
label = "environment";
reg = <0xe0000 0x20000>;
};