Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1560904

[PATCH v3 3/8] ARM: dts: armada-388-clearfog: Utilize new DSA binding

From Florian Fainelli <f.fainelli@gmail.com>
Newsgroups linux.kernel
Subject [PATCH v3 3/8] ARM: dts: armada-388-clearfog: Utilize new DSA binding
Date 2017-01-17 19:40 +0100
Message-ID <t0GPM-25I-29@gated-at.bofh.it> (permalink)
References <t0GG6-22h-19@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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.

Acked-by: Russell King <rmk+kernel@armlinux.org.uk>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
---
 arch/arm/boot/dts/armada-388-clearfog.dts | 65 +++++++++++++++++++++++++++++++
 1 file changed, 65 insertions(+)

diff --git a/arch/arm/boot/dts/armada-388-clearfog.dts b/arch/arm/boot/dts/armada-388-clearfog.dts
index 71ce201c903e..40ec6d768669 100644
--- a/arch/arm/boot/dts/armada-388-clearfog.dts
+++ b/arch/arm/boot/dts/armada-388-clearfog.dts
@@ -351,6 +351,8 @@
 	};
 
 	dsa@0 {
+		status = "disabled";
+
 		compatible = "marvell,dsa";
 		dsa,ethernet = <&eth1>;
 		dsa,mii-bus = <&mdio>;
@@ -444,3 +446,66 @@
 		status = "disabled";
 	};
 };
+
+&mdio {
+	status = "okay";
+
+	switch@4 {
+		compatible = "marvell,mv88e6085";
+		#address-cells = <1>;
+		#size-cells = <0>;
+		reg = <4>;
+		pinctrl-0 = <&clearfog_dsa0_clk_pins &clearfog_dsa0_pins>;
+		pinctrl-names = "default";
+
+		ports {
+			#address-cells = <1>;
+			#size-cells = <0>;
+
+			port@0 {
+				reg = <0>;
+				label = "lan5";
+			};
+
+			port@1 {
+				reg = <1>;
+				label = "lan4";
+			};
+
+			port@2 {
+				reg = <2>;
+				label = "lan3";
+			};
+
+			port@3 {
+				reg = <3>;
+				label = "lan2";
+			};
+
+			port@4 {
+				reg = <4>;
+				label = "lan1";
+			};
+
+			port@5 {
+				reg = <5>;
+				label = "cpu";
+				ethernet = <&eth1>;
+				fixed-link {
+					speed = <1000>;
+					full-duplex;
+				};
+			};
+
+			port@6 {
+				/* 88E1512 external phy */
+				reg = <6>;
+				label = "lan6";
+				fixed-link {
+					speed = <1000>;
+					full-duplex;
+				};
+			};
+		};
+	};
+};
-- 
2.9.3

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH v3 0/8] ARM: dts: Switch to new DSA binding Florian Fainelli <f.fainelli@gmail.com> - 2017-01-17 19:40 +0100
  [PATCH v3 3/8] ARM: dts: armada-388-clearfog: Utilize new DSA binding Florian Fainelli <f.fainelli@gmail.com> - 2017-01-17 19:40 +0100
  [PATCH v3 1/8] ARM: dts: armada-370-rd: Utilize new DSA binding Florian Fainelli <f.fainelli@gmail.com> - 2017-01-17 19:40 +0100
  [PATCH v3 2/8] ARM: dts: armada-385-linksys: Utilize new DSA binding Florian Fainelli <f.fainelli@gmail.com> - 2017-01-17 19:40 +0100
  [PATCH v3 7/8] ARM: dts: kirkwood-mv88f6281gtw-ge: Utilize new DSA binding Florian Fainelli <f.fainelli@gmail.com> - 2017-01-17 19:40 +0100
  Re: [PATCH v3 0/8] ARM: dts: Switch to new DSA binding Florian Fainelli <f.fainelli@gmail.com> - 2017-01-19 23:40 +0100
    Re: [PATCH v3 0/8] ARM: dts: Switch to new DSA binding Florian Fainelli <f.fainelli@gmail.com> - 2017-01-19 23:50 +0100
    Re: [PATCH v3 0/8] ARM: dts: Switch to new DSA binding Gregory CLEMENT <gregory.clement@free-electrons.com> - 2017-01-19 23:50 +0100

csiph-web