diff options
author | Johann Neuhauser <johann@it-neuhauser.de> | 2018-06-19 08:16:01 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-06-20 11:12:00 +0200 |
commit | dcc942e66685b3ec51906c51b005895f967169b7 (patch) | |
tree | dde9c712f8ef935e4d9c6b59dea82c8328e587f9 /target/linux/ath79/dts/ar9344_tl-wdr4300.dtsi | |
parent | b8562f168b2bb2defc87e94db6ff98fe8471dc71 (diff) | |
download | upstream-dcc942e66685b3ec51906c51b005895f967169b7.tar.gz upstream-dcc942e66685b3ec51906c51b005895f967169b7.tar.bz2 upstream-dcc942e66685b3ec51906c51b005895f967169b7.zip |
ath79: ar934x: use irq-ath79-intc driver and enable wmac
Signed-off-by: Johann Neuhauser <johann@it-neuhauser.de>
Diffstat (limited to 'target/linux/ath79/dts/ar9344_tl-wdr4300.dtsi')
-rw-r--r-- | target/linux/ath79/dts/ar9344_tl-wdr4300.dtsi | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/target/linux/ath79/dts/ar9344_tl-wdr4300.dtsi b/target/linux/ath79/dts/ar9344_tl-wdr4300.dtsi index 9ce06ffbeb..84dd721224 100644 --- a/target/linux/ath79/dts/ar9344_tl-wdr4300.dtsi +++ b/target/linux/ath79/dts/ar9344_tl-wdr4300.dtsi @@ -158,7 +158,7 @@ reg = <0x020000 0x7d0000>; }; - partition@7f0000 { + art: partition@7f0000 { label = "art"; reg = <0x7f0000 0x010000>; read-only; @@ -203,6 +203,14 @@ }; }; +&wmac { + status = "okay"; + + mtd-cal-data = <&art 0x1000>; + mtd-mac-address = <&uboot 0x1fc00>; + mtd-mac-address-increment = <(-1)>; +}; + &mdio0 { status = "okay"; |