From: Florian Fainelli <f.fainelli@gmail.com>
To: linux-arm-kernel@lists.infradead.org
Cc: Florian Fainelli <f.fainelli@gmail.com>,
Jason Cooper <jason@lakedaemon.net>, Andrew Lunn <andrew@lunn.ch>,
Gregory Clement <gregory.clement@free-electrons.com>,
Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>,
Rob Herring <robh+dt@kernel.org>,
Mark Rutland <mark.rutland@arm.com>,
Russell King <linux@armlinux.org.uk>,
"open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS"
<devicetree@vger.kernel.org>,
open list <linux-kernel@vger.kernel.org>,
vivien.didelot@savoirfairelinux.com
Subject: [PATCH v2 6/8] ARM: dts: kirkwood-linksys-viper: Utilize new DSA binding
Date: Thu, 5 Jan 2017 11:29:55 -0800 [thread overview]
Message-ID: <20170105192957.14304-7-f.fainelli@gmail.com> (raw)
In-Reply-To: <20170105192957.14304-1-f.fainelli@gmail.com>
Utilize the new DSA binding, introduced with commit 8c5ad1d6179d ("net: dsa:
Document new binding"). The legacy binding node is kept included, but is marked
disabled.
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
---
arch/arm/boot/dts/kirkwood-linksys-viper.dts | 49 ++++++++++++++++++++++++++++
1 file changed, 49 insertions(+)
diff --git a/arch/arm/boot/dts/kirkwood-linksys-viper.dts b/arch/arm/boot/dts/kirkwood-linksys-viper.dts
index 345fcac48dc7..df7851820507 100644
--- a/arch/arm/boot/dts/kirkwood-linksys-viper.dts
+++ b/arch/arm/boot/dts/kirkwood-linksys-viper.dts
@@ -70,6 +70,8 @@
};
dsa {
+ status = "disabled";
+
compatible = "marvell,dsa";
#address-cells = <2>;
#size-cells = <0>;
@@ -207,6 +209,53 @@
&mdio {
status = "okay";
+
+ switch@10 {
+ compatible = "marvell,mv88e6085";
+ #address-cells = <1>;
+ #size-cells = <0>;
+ reg = <16>;
+
+ ports {
+ #address-cells = <1>;
+ #size-cells = <0>;
+
+ port@0 {
+ reg = <0>;
+ label = "ethernet1";
+ };
+
+ port@1 {
+ reg = <1>;
+ label = "ethernet2";
+ };
+
+ port@2 {
+ reg = <2>;
+ label = "ethernet3";
+ };
+
+ port@3 {
+ reg = <3>;
+ label = "ethernet4";
+ };
+
+ port@4 {
+ reg = <4>;
+ label = "internet";
+ };
+
+ port@5 {
+ reg = <5>;
+ label = "cpu";
+ ethernet = <ð0port>;
+ fixed-link {
+ speed = <1000>;
+ full-duplex;
+ };
+ };
+ };
+ };
};
&uart0 {
--
2.9.3
next prev parent reply other threads:[~2017-01-05 19:29 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-05 19:29 [PATCH v2 0/8] ARM: dts: Switch to new DSA binding Florian Fainelli
2017-01-05 19:29 ` [PATCH v2 1/8] ARM: dts: armada-370-rd: Utilize " Florian Fainelli
[not found] ` <20170105192957.14304-2-f.fainelli-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2017-01-17 17:03 ` Andrew Lunn
[not found] ` <20170105192957.14304-1-f.fainelli-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2017-01-05 19:29 ` [PATCH v2 2/8] ARM: dts: armada-385-linksys: " Florian Fainelli
2017-01-17 17:05 ` Andrew Lunn
2017-01-05 19:29 ` [PATCH v2 4/8] ARM: dts: armada-xp-linksys-mamba: " Florian Fainelli
2017-01-17 17:28 ` Andrew Lunn
2017-01-05 19:29 ` [PATCH v2 3/8] ARM: dts: armada-388-clearfog: " Florian Fainelli
[not found] ` <20170105192957.14304-4-f.fainelli-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2017-01-06 0:19 ` Russell King - ARM Linux
2017-01-05 19:29 ` [PATCH v2 5/8] ARM: dts: kirkwood-dir665: " Florian Fainelli
2017-01-17 17:42 ` Andrew Lunn
2017-01-05 19:29 ` Florian Fainelli [this message]
2017-01-17 17:29 ` [PATCH v2 6/8] ARM: dts: kirkwood-linksys-viper: " Andrew Lunn
2017-01-05 19:29 ` [PATCH v2 7/8] ARM: dts: kirkwood-mv88f6281gtw-ge: " Florian Fainelli
2017-01-17 17:30 ` Andrew Lunn
2017-01-05 19:29 ` [PATCH v2 8/8] ARM: dts: kirkwood-rd88f6281: " Florian Fainelli
2017-01-17 17:34 ` Andrew Lunn
2017-01-17 17:45 ` Florian Fainelli
2017-01-17 1:30 ` [PATCH v2 0/8] ARM: dts: Switch to " Florian Fainelli
2017-01-17 8:19 ` Gregory CLEMENT
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=20170105192957.14304-7-f.fainelli@gmail.com \
--to=f.fainelli@gmail.com \
--cc=andrew@lunn.ch \
--cc=devicetree@vger.kernel.org \
--cc=gregory.clement@free-electrons.com \
--cc=jason@lakedaemon.net \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@armlinux.org.uk \
--cc=mark.rutland@arm.com \
--cc=robh+dt@kernel.org \
--cc=sebastian.hesselbarth@gmail.com \
--cc=vivien.didelot@savoirfairelinux.com \
/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;
as well as URLs for NNTP newsgroup(s).