aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/boot
diff options
context:
space:
mode:
authorReto Schneider <reto.schneider@husqvarnagroup.com>2020-01-14 09:48:04 +0100
committerPaul Burton <paulburton@kernel.org>2020-01-14 16:02:15 -0800
commitff68d0da5a1633dd6fe2cc903e4c6177a7b64ef5 (patch)
treef253d90f67aaeb5b344a0963951c667ade4b1970 /arch/mips/boot
parenttc: Make tc_match_device() static (diff)
downloadlinux-dev-ff68d0da5a1633dd6fe2cc903e4c6177a7b64ef5.tar.xz
linux-dev-ff68d0da5a1633dd6fe2cc903e4c6177a7b64ef5.zip
MIPS: ralink: dts: mt7628a.dtsi: Add WMAC DT node
This patch adds the WMAC controller description to the MT7628A dtsi file. Signed-off-by: Reto Schneider <reto.schneider@husqvarnagroup.com> Signed-off-by: Stefan Roese <sr@denx.de> Cc: Paul Burton <paul.burton@mips.com> Cc: John Crispin <john@phrozen.org> Cc: Felix Fietkau <nbd@nbd.name> Signed-off-by: Paul Burton <paulburton@kernel.org> Cc: linux-mips@vger.kernel.org
Diffstat (limited to 'arch/mips/boot')
-rw-r--r--arch/mips/boot/dts/ralink/mt7628a.dtsi10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/mips/boot/dts/ralink/mt7628a.dtsi b/arch/mips/boot/dts/ralink/mt7628a.dtsi
index 742bcc1dc2e0..892e8ab863c5 100644
--- a/arch/mips/boot/dts/ralink/mt7628a.dtsi
+++ b/arch/mips/boot/dts/ralink/mt7628a.dtsi
@@ -285,4 +285,14 @@
interrupt-parent = <&intc>;
interrupts = <18>;
};
+
+ wmac: wmac@10300000 {
+ compatible = "mediatek,mt7628-wmac";
+ reg = <0x10300000 0x100000>;
+
+ interrupt-parent = <&cpuintc>;
+ interrupts = <6>;
+
+ status = "disabled";
+ };
};