diff options
author | John Crispin <john@phrozen.org> | 2016-06-24 12:01:44 +0200 |
---|---|---|
committer | Zoltan HERPAI <wigyori@uid0.hu> | 2016-06-24 12:01:44 +0200 |
commit | fb62f314ca154db0e9c3b424360417fe300dd030 (patch) | |
tree | 4dd9a9a23022945c090545a3e73868b8797700b8 /target | |
parent | 84cfcafd6c61b64b1a0c73c8a77edc8a0fb24f65 (diff) | |
download | master-187ad058-fb62f314ca154db0e9c3b424360417fe300dd030.tar.gz master-187ad058-fb62f314ca154db0e9c3b424360417fe300dd030.tar.bz2 master-187ad058-fb62f314ca154db0e9c3b424360417fe300dd030.zip |
ramips: add wmac nodes to all mt7628/88 dts files
Signed-off-by: John Crispin <john@phrozen.org>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ramips/dts/LINKIT7688.dts | 4 | ||||
-rw-r--r-- | target/linux/ramips/dts/MT7628.dts | 4 | ||||
-rw-r--r-- | target/linux/ramips/dts/WRTNODE2.dtsi | 3 |
3 files changed, 11 insertions, 0 deletions
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"; +}; |