summaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/dts
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-10-29 20:50:40 +0000
committerJohn Crispin <john@openwrt.org>2014-10-29 20:50:40 +0000
commit36e862da175798b7a52b8cee48444bf19bcaf26b (patch)
tree689e905476c493e66ba9ac1a1377d1dafdd89a3a /target/linux/lantiq/dts
parent152d692a1fb4631ca1baa6950b49499c3374e3b6 (diff)
downloadmaster-31e0f0ae-36e862da175798b7a52b8cee48444bf19bcaf26b.tar.gz
master-31e0f0ae-36e862da175798b7a52b8cee48444bf19bcaf26b.tar.bz2
master-31e0f0ae-36e862da175798b7a52b8cee48444bf19bcaf26b.zip
lantiq: vgv7519: fix board_config on dts, read mac address and set
Signed-off-by: Eddi De Pieri <eddi@depieri.net> SVN-Revision: 43109
Diffstat (limited to 'target/linux/lantiq/dts')
-rw-r--r--target/linux/lantiq/dts/VGV7519BRN.dts11
-rw-r--r--target/linux/lantiq/dts/VGV7519NOR.dts13
2 files changed, 10 insertions, 14 deletions
diff --git a/target/linux/lantiq/dts/VGV7519BRN.dts b/target/linux/lantiq/dts/VGV7519BRN.dts
index b885952b05..c90b680490 100644
--- a/target/linux/lantiq/dts/VGV7519BRN.dts
+++ b/target/linux/lantiq/dts/VGV7519BRN.dts
@@ -13,6 +13,11 @@
#address-cells = <1>;
#size-cells = <1>;
+ partition@40000 {
+ label = "board_config";
+ reg = <0x40000 0x10000>;
+ read-only;
+ };
partition@80000 {
label = "firmware";
reg = <0x80000 0x780000>;
@@ -22,12 +27,6 @@
label = "rootfs_data";
reg = <0x880000 0x780000>;
};
-
- partition@1f80000 {
- label = "board_config";
- reg = <0x40000 0x10000>;
- read-only;
- };
};
};
};
diff --git a/target/linux/lantiq/dts/VGV7519NOR.dts b/target/linux/lantiq/dts/VGV7519NOR.dts
index 744efe6e34..355a90c94c 100644
--- a/target/linux/lantiq/dts/VGV7519NOR.dts
+++ b/target/linux/lantiq/dts/VGV7519NOR.dts
@@ -17,12 +17,15 @@
label = "uboot";
reg = <0x00000 0x40000>;
};
-
+ partition@40000 {
+ label = "board_config";
+ reg = <0x40000 0x10000>;
+ read-only;
+ };
partition@60000 {
label = "uboot_env";
reg = <0x60000 0x10000>;
};
-
partition@80000 {
label = "firmware";
reg = <0x80000 0xf80000>;
@@ -30,12 +33,6 @@
// 0x1b0000 - 0x1000000 : rootfs (squashfs)
// 0x390000 - 0x1000000 : rootfs_data
};
-
- partition@1f80000 {
- label = "board_config";
- reg = <0x40000 0x10000>;
- read-only;
- };
};
};
};