summaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/dts/ARV752DPW.dts
diff options
context:
space:
mode:
authorMathias Kresin <dev@kresin.me>2016-08-02 22:26:01 +0200
committerJohn Crispin <john@phrozen.org>2016-08-10 02:04:31 +0200
commit91d5067091b56fa757d08ef3e42c53f2f7294ec4 (patch)
tree118bb0a6182bdad52fb3f40a09a393cc7973135c /target/linux/lantiq/dts/ARV752DPW.dts
parent1b7d6583a5ed9a2c31045107ab51b00b24109c5b (diff)
downloadmaster-31e0f0ae-91d5067091b56fa757d08ef3e42c53f2f7294ec4.tar.gz
master-31e0f0ae-91d5067091b56fa757d08ef3e42c53f2f7294ec4.tar.bz2
master-31e0f0ae-91d5067091b56fa757d08ef3e42c53f2f7294ec4.zip
lantiq: use the etop driver DT bindings only
Use the generic mtd-mac-address dts property to get a mac address from flash instead of the lantiq specific one. Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/lantiq/dts/ARV752DPW.dts')
-rw-r--r--target/linux/lantiq/dts/ARV752DPW.dts8
1 files changed, 2 insertions, 6 deletions
diff --git a/target/linux/lantiq/dts/ARV752DPW.dts b/target/linux/lantiq/dts/ARV752DPW.dts
index 8c148b489d..a54e15cb1a 100644
--- a/target/linux/lantiq/dts/ARV752DPW.dts
+++ b/target/linux/lantiq/dts/ARV752DPW.dts
@@ -60,7 +60,7 @@
reg = <0x20000 0x7d0000>;
};
- partition@7f0000 {
+ boardconfig: partition@7f0000 {
label = "board_config";
reg = <0x7f0000 0x10000>;
read-only;
@@ -68,11 +68,6 @@
};
};
- mac_addr {
- compatible = "lantiq,eth-mac";
- reg = <0 0x7f0016 0x6>;
- };
-
gpiomm: gpiomm@4000000 {
compatible = "lantiq,gpio-mm";
reg = <1 0x0 0x10 >;
@@ -137,6 +132,7 @@
etop@E180000 {
phy-mode = "rmii";
+ mtd-mac-address = <&boardconfig 0x16>;
};
pci@E105400 {