summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/ep7212-clep7212.dts
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/dts/ep7212-clep7212.dts')
-rw-r--r--arch/arm/dts/ep7212-clep7212.dts8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/dts/ep7212-clep7212.dts b/arch/arm/dts/ep7212-clep7212.dts
index 84c5e79548..37a9399464 100644
--- a/arch/arm/dts/ep7212-clep7212.dts
+++ b/arch/arm/dts/ep7212-clep7212.dts
@@ -1,7 +1,7 @@
// SPDX-License-Identifier: GPL-2.0+
/* Author: Alexander Shiyan <shc_work@mail.ru> */
-#include <arm/ep7211.dtsi>
+#include <arm/cirrus/ep7211.dtsi>
/ {
model = "Cirrus Logic EP7212";
@@ -17,7 +17,7 @@
environment {
compatible = "barebox,environment";
- device-path = &flash, "partname:env";
+ device-path = &env_nor;
};
};
};
@@ -30,7 +30,7 @@
/* CS3 = WAITSTATE_7_1 | BUS_WIDTH_32 */
barebox,ep7209-memcfg1 = <0x25802b28>;
- flash: nor@0,0 {
+ flash: nor@0 {
compatible = "cfi-flash";
reg = <0 0x00000000 0x02000000>;
bank-width = <2>;
@@ -45,7 +45,7 @@
reg = <0x00000 0x80000>;
};
- partition@80000 {
+ env_nor: partition@80000 {
label = "env";
reg = <0x80000 0x40000>;
};