From: John Crispin Date: Wed, 11 May 2016 19:24:12 +0000 (+0200) Subject: ramips: add wmac nodes to all mt7628/88 dts files X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fflorian.git;a=commitdiff_plain;h=f10d2bb6d3066cd8b664bb063f49853588a9cea8;ds=sidebyside ramips: add wmac nodes to all mt7628/88 dts files Signed-off-by: John Crispin --- diff --git a/target/linux/ramips/dts/LINKIT7688.dts b/target/linux/ramips/dts/LINKIT7688.dts index 47aba367df..ac8b0352b4 100644 --- a/target/linux/ramips/dts/LINKIT7688.dts +++ b/target/linux/ramips/dts/LINKIT7688.dts @@ -176,3 +176,7 @@ status = "okay"; mediatek,cd-high; }; + +&wmac { + status = "okay"; +}; diff --git a/target/linux/ramips/dts/MT7628.dts b/target/linux/ramips/dts/MT7628.dts index 914a61f43c..0f15b4f883 100644 --- a/target/linux/ramips/dts/MT7628.dts +++ b/target/linux/ramips/dts/MT7628.dts @@ -61,3 +61,7 @@ }; }; }; + +&wmac { + status = "okay"; +}; diff --git a/target/linux/ramips/dts/WRTNODE2.dtsi b/target/linux/ramips/dts/WRTNODE2.dtsi index ae7f232fc3..73aa5d183b 100644 --- a/target/linux/ramips/dts/WRTNODE2.dtsi +++ b/target/linux/ramips/dts/WRTNODE2.dtsi @@ -85,3 +85,6 @@ status = "okay"; }; +&wmac { + status = "okay"; +};