diff options
author | Mathias Kresin <dev@kresin.me> | 2016-08-02 22:26:01 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-08-10 02:04:31 +0200 |
commit | 91d5067091b56fa757d08ef3e42c53f2f7294ec4 (patch) | |
tree | 118bb0a6182bdad52fb3f40a09a393cc7973135c /target/linux/lantiq/dts/ARV4519PW.dts | |
parent | 1b7d6583a5ed9a2c31045107ab51b00b24109c5b (diff) | |
download | upstream-91d5067091b56fa757d08ef3e42c53f2f7294ec4.tar.gz upstream-91d5067091b56fa757d08ef3e42c53f2f7294ec4.tar.bz2 upstream-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/ARV4519PW.dts')
-rw-r--r-- | target/linux/lantiq/dts/ARV4519PW.dts | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/target/linux/lantiq/dts/ARV4519PW.dts b/target/linux/lantiq/dts/ARV4519PW.dts index d6b6da3ee8..f1e61766db 100644 --- a/target/linux/lantiq/dts/ARV4519PW.dts +++ b/target/linux/lantiq/dts/ARV4519PW.dts @@ -61,7 +61,7 @@ reg = <0x20000 0x3d0000>; }; - partition@3f0000 { + boardconfig: partition@3f0000 { label = "boardconfig"; reg = <0x3f0000 0x10000>; read-only; @@ -78,11 +78,6 @@ gpio-controller; lantiq,shadow = <0x400>; }; - - mac_addr { - compatible = "lantiq,eth-mac"; - reg = <0 0x3f0016 0x6>; - }; }; gpio: pinmux@E100B10 { @@ -99,6 +94,7 @@ etop@E180000 { phy-mode = "mii"; + mtd-mac-address = <&boardconfig 0x16>; }; ifxhcd@E101000 { |