From: Oleksij Rempel <linux@rempel-privat.de>
To: barebox@lists.infradead.org
Cc: Oleksij Rempel <linux@rempel-privat.de>
Subject: [PATCH v1 3/3] add ar9331.dtsi and enable mac0
Date: Fri, 18 Aug 2017 16:03:01 +0200 [thread overview]
Message-ID: <20170818140301.18749-3-linux@rempel-privat.de> (raw)
In-Reply-To: <20170818140301.18749-1-linux@rempel-privat.de>
Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
---
arch/mips/dts/ar9331.dtsi | 12 ++++++++++++
arch/mips/dts/tplink-mr3020.dts | 5 +++++
2 files changed, 17 insertions(+)
create mode 100644 arch/mips/dts/ar9331.dtsi
diff --git a/arch/mips/dts/ar9331.dtsi b/arch/mips/dts/ar9331.dtsi
new file mode 100644
index 000000000..109af8664
--- /dev/null
+++ b/arch/mips/dts/ar9331.dtsi
@@ -0,0 +1,12 @@
+/ {
+ ahb {
+ mac0: mac@19000000 {
+ compatible = "qca,ar7100-gmac", "qca,ar9331-gmac";
+ reg = <0x18070000 0x00000100>,
+ <0x19000000 0x01000000>;
+ reg-names = "gmac", "ge0";
+ phy-mode = "mii";
+ status = "disabled";
+ };
+ };
+};
diff --git a/arch/mips/dts/tplink-mr3020.dts b/arch/mips/dts/tplink-mr3020.dts
index eaae11edd..6f1ad1350 100644
--- a/arch/mips/dts/tplink-mr3020.dts
+++ b/arch/mips/dts/tplink-mr3020.dts
@@ -1,4 +1,5 @@
#include <mips/qca/ar9331_tl_mr3020.dts>
+#include "ar9331.dtsi"
/ {
aliases {
@@ -24,3 +25,7 @@
reg = <0x80000 0x10000>;
};
};
+
+&mac0 {
+ status = "okay";
+};
--
2.11.0
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next prev parent reply other threads:[~2017-08-18 14:08 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-18 14:02 [PATCH v1 1/3] net: ath79: add ag71xx Ethernet driver Oleksij Rempel
2017-08-18 14:03 ` [PATCH v1 2/3] net: ag71xx: bit 19 should be set to 1 for GE0 Oleksij Rempel
2017-08-18 14:03 ` Oleksij Rempel [this message]
2017-09-12 6:32 ` [PATCH v1 1/3] net: ath79: add ag71xx Ethernet driver Sascha Hauer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170818140301.18749-3-linux@rempel-privat.de \
--to=linux@rempel-privat.de \
--cc=barebox@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox