summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/am335x-myirtech-myd.dts
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/dts/am335x-myirtech-myd.dts')
-rw-r--r--arch/arm/dts/am335x-myirtech-myd.dts38
1 files changed, 9 insertions, 29 deletions
diff --git a/arch/arm/dts/am335x-myirtech-myd.dts b/arch/arm/dts/am335x-myirtech-myd.dts
index 1ea0f2a440..647b71cca7 100644
--- a/arch/arm/dts/am335x-myirtech-myd.dts
+++ b/arch/arm/dts/am335x-myirtech-myd.dts
@@ -3,7 +3,7 @@
/dts-v1/;
-#include <arm/am335x-myirtech-myd.dts>
+#include <arm/ti/omap/am335x-myirtech-myd.dts>
/ {
aliases {
@@ -19,36 +19,16 @@
device-path = &nand_environment;
};
};
-
};
-&nand0 {
- /delete-node/ partition@0;
- /delete-node/ partition@20000;
-
- nand_parts: partitions {
- compatible = "fixed-partitions";
- #address-cells = <1>;
- #size-cells = <1>;
-
- partition@0 {
- label = "MLO";
- reg = <0x00000 0x20000>;
- };
-
- partition@80000 {
- label = "boot";
- reg = <0x80000 0x100000>;
- };
-
- nand_environment: partition@180000 {
- label = "env";
- reg = <0x180000 0x40000>;
- };
+&nand_parts {
+ nand_environment: partition@180000 {
+ label = "env";
+ reg = <0x180000 0x40000>;
+ };
- partition@1c0000 {
- label = "system";
- reg = <0x1c0000 0>;
- };
+ partition@1c0000 {
+ label = "system";
+ reg = <0x1c0000 0>;
};
};