3f038f3
From 83e18f0ad4793ea83e03cb8e608bdd2939e76d78 Mon Sep 17 00:00:00 2001
3f038f3
From: Peter Robinson <pbrobinson@gmail.com>
3f038f3
Date: Mon, 4 Sep 2017 13:04:34 +0100
3f038f3
Subject: [PATCH 1/4] Revert "net: stmmac: sun8i: Remove the compatibles"
3f038f3
3f038f3
This reverts commit ad4540cc5aa3dccb8e1e12458d57f8c40fae5a1c.
3f038f3
---
3f038f3
 drivers/net/ethernet/stmicro/stmmac/dwmac-sun8i.c | 8 ++++++++
3f038f3
 1 file changed, 8 insertions(+)
3f038f3
3f038f3
diff --git a/drivers/net/ethernet/stmicro/stmmac/dwmac-sun8i.c b/drivers/net/ethernet/stmicro/stmmac/dwmac-sun8i.c
3f038f3
index 39c2122a4f26..fffd6d5fc907 100644
3f038f3
--- a/drivers/net/ethernet/stmicro/stmmac/dwmac-sun8i.c
3f038f3
+++ b/drivers/net/ethernet/stmicro/stmmac/dwmac-sun8i.c
3f038f3
@@ -979,6 +979,14 @@ static int sun8i_dwmac_probe(struct platform_device *pdev)
3f038f3
 }
3f038f3
 
3f038f3
 static const struct of_device_id sun8i_dwmac_match[] = {
3f038f3
+	{ .compatible = "allwinner,sun8i-h3-emac",
3f038f3
+		.data = &emac_variant_h3 },
3f038f3
+	{ .compatible = "allwinner,sun8i-v3s-emac",
3f038f3
+		.data = &emac_variant_v3s },
3f038f3
+	{ .compatible = "allwinner,sun8i-a83t-emac",
3f038f3
+		.data = &emac_variant_a83t },
3f038f3
+	{ .compatible = "allwinner,sun50i-a64-emac",
3f038f3
+		.data = &emac_variant_a64 },
3f038f3
 	{ }
3f038f3
 };
3f038f3
 MODULE_DEVICE_TABLE(of, sun8i_dwmac_match);
3f038f3
-- 
3f038f3
2.13.5
3f038f3
3f038f3
From fa4788d88903c1e535d034c3dd3fcd386685a02c Mon Sep 17 00:00:00 2001
3f038f3
From: Peter Robinson <pbrobinson@gmail.com>
3f038f3
Date: Mon, 4 Sep 2017 13:04:41 +0100
3f038f3
Subject: [PATCH 2/4] Revert "arm: dts: sunxi: Revert EMAC changes"
3f038f3
3f038f3
This reverts commit fe45174b72aead678da581bab9e9a37c9b26a070.
3f038f3
---
3f038f3
 arch/arm/boot/dts/sun8i-h2-plus-orangepi-zero.dts |  9 ++++++++
3f038f3
 arch/arm/boot/dts/sun8i-h3-bananapi-m2-plus.dts   | 19 +++++++++++++++++
3f038f3
 arch/arm/boot/dts/sun8i-h3-nanopi-neo.dts         |  7 ++++++
3f038f3
 arch/arm/boot/dts/sun8i-h3-orangepi-2.dts         |  8 +++++++
3f038f3
 arch/arm/boot/dts/sun8i-h3-orangepi-one.dts       |  8 +++++++
3f038f3
 arch/arm/boot/dts/sun8i-h3-orangepi-pc-plus.dts   |  5 +++++
3f038f3
 arch/arm/boot/dts/sun8i-h3-orangepi-pc.dts        |  8 +++++++
3f038f3
 arch/arm/boot/dts/sun8i-h3-orangepi-plus.dts      | 22 +++++++++++++++++++
3f038f3
 arch/arm/boot/dts/sun8i-h3-orangepi-plus2e.dts    | 16 ++++++++++++++
3f038f3
 arch/arm/boot/dts/sunxi-h3-h5.dtsi                | 26 +++++++++++++++++++++++
3f038f3
 10 files changed, 128 insertions(+)
3f038f3
3f038f3
diff --git a/arch/arm/boot/dts/sun8i-h2-plus-orangepi-zero.dts b/arch/arm/boot/dts/sun8i-h2-plus-orangepi-zero.dts
3f038f3
index b1502df7b509..6713d0f2b3f4 100644
3f038f3
--- a/arch/arm/boot/dts/sun8i-h2-plus-orangepi-zero.dts
3f038f3
+++ b/arch/arm/boot/dts/sun8i-h2-plus-orangepi-zero.dts
3f038f3
@@ -56,6 +56,8 @@
3f038f3
 
3f038f3
 	aliases {
3f038f3
 		serial0 = &uart;;
3f038f3
+		/* ethernet0 is the H3 emac, defined in sun8i-h3.dtsi */
3f038f3
+		ethernet0 = &emac;
3f038f3
 		ethernet1 = &xr819;
3f038f3
 	};
3f038f3
 
3f038f3
@@ -102,6 +104,13 @@
3f038f3
 	status = "okay";
3f038f3
 };
3f038f3
 
3f038f3
+&emac {
3f038f3
+	phy-handle = <&int_mii_phy>;
3f038f3
+	phy-mode = "mii";
3f038f3
+	allwinner,leds-active-low;
3f038f3
+	status = "okay";
3f038f3
+};
3f038f3
+
3f038f3
 &mmc0 {
3f038f3
 	pinctrl-names = "default";
3f038f3
 	pinctrl-0 = <&mmc0_pins_a>;
3f038f3
diff --git a/arch/arm/boot/dts/sun8i-h3-bananapi-m2-plus.dts b/arch/arm/boot/dts/sun8i-h3-bananapi-m2-plus.dts
3f038f3
index a337af1de322..d756ff825116 100644
3f038f3
--- a/arch/arm/boot/dts/sun8i-h3-bananapi-m2-plus.dts
3f038f3
+++ b/arch/arm/boot/dts/sun8i-h3-bananapi-m2-plus.dts
3f038f3
@@ -52,6 +52,7 @@
3f038f3
 	compatible = "sinovoip,bpi-m2-plus", "allwinner,sun8i-h3";
3f038f3
 
3f038f3
 	aliases {
3f038f3
+		ethernet0 = &emac;
3f038f3
 		serial0 = &uart;;
3f038f3
 		serial1 = &uart;;
3f038f3
 	};
3f038f3
@@ -114,12 +115,30 @@
3f038f3
 	status = "okay";
3f038f3
 };
3f038f3
 
3f038f3
+&emac {
3f038f3
+	pinctrl-names = "default";
3f038f3
+	pinctrl-0 = <&emac_rgmii_pins>;
3f038f3
+	phy-supply = <&reg_gmac_3v3>;
3f038f3
+	phy-handle = <&ext_rgmii_phy>;
3f038f3
+	phy-mode = "rgmii";
3f038f3
+
3f038f3
+	allwinner,leds-active-low;
3f038f3
+	status = "okay";
3f038f3
+};
3f038f3
+
3f038f3
 &ir {
3f038f3
 	pinctrl-names = "default";
3f038f3
 	pinctrl-0 = <&ir_pins_a>;
3f038f3
 	status = "okay";
3f038f3
 };
3f038f3
 
3f038f3
+&mdio {
3f038f3
+	ext_rgmii_phy: ethernet-phy@1 {
3f038f3
+		compatible = "ethernet-phy-ieee802.3-c22";
3f038f3
+		reg = <0>;
3f038f3
+	};
3f038f3
+};
3f038f3
+
3f038f3
 &mmc0 {
3f038f3
 	pinctrl-names = "default";
3f038f3
 	pinctrl-0 = <&mmc0_pins_a>, <&mmc0_cd_pin>;
3f038f3
diff --git a/arch/arm/boot/dts/sun8i-h3-nanopi-neo.dts b/arch/arm/boot/dts/sun8i-h3-nanopi-neo.dts
3f038f3
index 8d2cc6e9a03f..78f6c24952dd 100644
3f038f3
--- a/arch/arm/boot/dts/sun8i-h3-nanopi-neo.dts
3f038f3
+++ b/arch/arm/boot/dts/sun8i-h3-nanopi-neo.dts
3f038f3
@@ -46,3 +46,10 @@
3f038f3
 	model = "FriendlyARM NanoPi NEO";
3f038f3
 	compatible = "friendlyarm,nanopi-neo", "allwinner,sun8i-h3";
3f038f3
 };
3f038f3
+
3f038f3
+&emac {
3f038f3
+	phy-handle = <&int_mii_phy>;
3f038f3
+	phy-mode = "mii";
3f038f3
+	allwinner,leds-active-low;
3f038f3
+	status = "okay";
3f038f3
+};
3f038f3
diff --git a/arch/arm/boot/dts/sun8i-h3-orangepi-2.dts b/arch/arm/boot/dts/sun8i-h3-orangepi-2.dts
3f038f3
index 8ff71b1bb45b..17cdeae19c6f 100644
3f038f3
--- a/arch/arm/boot/dts/sun8i-h3-orangepi-2.dts
3f038f3
+++ b/arch/arm/boot/dts/sun8i-h3-orangepi-2.dts
3f038f3
@@ -54,6 +54,7 @@
3f038f3
 	aliases {
3f038f3
 		serial0 = &uart;;
3f038f3
 		/* ethernet0 is the H3 emac, defined in sun8i-h3.dtsi */
3f038f3
+		ethernet0 = &emac;
3f038f3
 		ethernet1 = &rtl8189;
3f038f3
 	};
3f038f3
 
3f038f3
@@ -117,6 +118,13 @@
3f038f3
 	status = "okay";
3f038f3
 };
3f038f3
 
3f038f3
+&emac {
3f038f3
+	phy-handle = <&int_mii_phy>;
3f038f3
+	phy-mode = "mii";
3f038f3
+	allwinner,leds-active-low;
3f038f3
+	status = "okay";
3f038f3
+};
3f038f3
+
3f038f3
 &ir {
3f038f3
 	pinctrl-names = "default";
3f038f3
 	pinctrl-0 = <&ir_pins_a>;
3f038f3
diff --git a/arch/arm/boot/dts/sun8i-h3-orangepi-one.dts b/arch/arm/boot/dts/sun8i-h3-orangepi-one.dts
3f038f3
index 5fea430e0eb1..6880268e8b87 100644
3f038f3
--- a/arch/arm/boot/dts/sun8i-h3-orangepi-one.dts
3f038f3
+++ b/arch/arm/boot/dts/sun8i-h3-orangepi-one.dts
3f038f3
@@ -52,6 +52,7 @@
3f038f3
 	compatible = "xunlong,orangepi-one", "allwinner,sun8i-h3";
3f038f3
 
3f038f3
 	aliases {
3f038f3
+		ethernet0 = &emac;
3f038f3
 		serial0 = &uart;;
3f038f3
 	};
3f038f3
 
3f038f3
@@ -97,6 +98,13 @@
3f038f3
 	status = "okay";
3f038f3
 };
3f038f3
 
3f038f3
+&emac {
3f038f3
+	phy-handle = <&int_mii_phy>;
3f038f3
+	phy-mode = "mii";
3f038f3
+	allwinner,leds-active-low;
3f038f3
+	status = "okay";
3f038f3
+};
3f038f3
+
3f038f3
 &mmc0 {
3f038f3
 	pinctrl-names = "default";
3f038f3
 	pinctrl-0 = <&mmc0_pins_a>, <&mmc0_cd_pin>;
3f038f3
diff --git a/arch/arm/boot/dts/sun8i-h3-orangepi-pc-plus.dts b/arch/arm/boot/dts/sun8i-h3-orangepi-pc-plus.dts
3f038f3
index 8b93f5c781a7..a10281b455f5 100644
3f038f3
--- a/arch/arm/boot/dts/sun8i-h3-orangepi-pc-plus.dts
3f038f3
+++ b/arch/arm/boot/dts/sun8i-h3-orangepi-pc-plus.dts
3f038f3
@@ -53,6 +53,11 @@
3f038f3
 	};
3f038f3
 };
3f038f3
 
3f038f3
+&emac {
3f038f3
+	/* LEDs changed to active high on the plus */
3f038f3
+	/delete-property/ allwinner,leds-active-low;
3f038f3
+};
3f038f3
+
3f038f3
 &mmc1 {
3f038f3
 	pinctrl-names = "default";
3f038f3
 	pinctrl-0 = <&mmc1_pins_a>;
3f038f3
diff --git a/arch/arm/boot/dts/sun8i-h3-orangepi-pc.dts b/arch/arm/boot/dts/sun8i-h3-orangepi-pc.dts
3f038f3
index 1a044b17d6c6..998b60f8d295 100644
3f038f3
--- a/arch/arm/boot/dts/sun8i-h3-orangepi-pc.dts
3f038f3
+++ b/arch/arm/boot/dts/sun8i-h3-orangepi-pc.dts
3f038f3
@@ -52,6 +52,7 @@
3f038f3
 	compatible = "xunlong,orangepi-pc", "allwinner,sun8i-h3";
3f038f3
 
3f038f3
 	aliases {
3f038f3
+		ethernet0 = &emac;
3f038f3
 		serial0 = &uart;;
3f038f3
 	};
3f038f3
 
3f038f3
@@ -113,6 +114,13 @@
3f038f3
 	status = "okay";
3f038f3
 };
3f038f3
 
3f038f3
+&emac {
3f038f3
+	phy-handle = <&int_mii_phy>;
3f038f3
+	phy-mode = "mii";
3f038f3
+	allwinner,leds-active-low;
3f038f3
+	status = "okay";
3f038f3
+};
3f038f3
+
3f038f3
 &ir {
3f038f3
 	pinctrl-names = "default";
3f038f3
 	pinctrl-0 = <&ir_pins_a>;
3f038f3
diff --git a/arch/arm/boot/dts/sun8i-h3-orangepi-plus.dts b/arch/arm/boot/dts/sun8i-h3-orangepi-plus.dts
3f038f3
index 828ae7a526d9..331ed683ac62 100644
3f038f3
--- a/arch/arm/boot/dts/sun8i-h3-orangepi-plus.dts
3f038f3
+++ b/arch/arm/boot/dts/sun8i-h3-orangepi-plus.dts
3f038f3
@@ -47,6 +47,10 @@
3f038f3
 	model = "Xunlong Orange Pi Plus / Plus 2";
3f038f3
 	compatible = "xunlong,orangepi-plus", "allwinner,sun8i-h3";
3f038f3
 
3f038f3
+	aliases {
3f038f3
+		ethernet0 = &emac;
3f038f3
+	};
3f038f3
+
3f038f3
 	reg_gmac_3v3: gmac-3v3 {
3f038f3
 		compatible = "regulator-fixed";
3f038f3
 		regulator-name = "gmac-3v3";
3f038f3
@@ -74,6 +78,24 @@
3f038f3
 	status = "okay";
3f038f3
 };
3f038f3
 
3f038f3
+&emac {
3f038f3
+	pinctrl-names = "default";
3f038f3
+	pinctrl-0 = <&emac_rgmii_pins>;
3f038f3
+	phy-supply = <&reg_gmac_3v3>;
3f038f3
+	phy-handle = <&ext_rgmii_phy>;
3f038f3
+	phy-mode = "rgmii";
3f038f3
+
3f038f3
+	allwinner,leds-active-low;
3f038f3
+	status = "okay";
3f038f3
+};
3f038f3
+
3f038f3
+&mdio {
3f038f3
+	ext_rgmii_phy: ethernet-phy@1 {
3f038f3
+		compatible = "ethernet-phy-ieee802.3-c22";
3f038f3
+		reg = <0>;
3f038f3
+	};
3f038f3
+};
3f038f3
+
3f038f3
 &mmc2 {
3f038f3
 	pinctrl-names = "default";
3f038f3
 	pinctrl-0 = <&mmc2_8bit_pins>;
3f038f3
diff --git a/arch/arm/boot/dts/sun8i-h3-orangepi-plus2e.dts b/arch/arm/boot/dts/sun8i-h3-orangepi-plus2e.dts
3f038f3
index 97920b12a944..80026f3caafc 100644
3f038f3
--- a/arch/arm/boot/dts/sun8i-h3-orangepi-plus2e.dts
3f038f3
+++ b/arch/arm/boot/dts/sun8i-h3-orangepi-plus2e.dts
3f038f3
@@ -61,3 +61,19 @@
3f038f3
 		gpio = <&pio 3 6 GPIO_ACTIVE_HIGH>; /* PD6 */
3f038f3
 	};
3f038f3
 };
3f038f3
+
3f038f3
+&emac {
3f038f3
+	pinctrl-names = "default";
3f038f3
+	pinctrl-0 = <&emac_rgmii_pins>;
3f038f3
+	phy-supply = <&reg_gmac_3v3>;
3f038f3
+	phy-handle = <&ext_rgmii_phy>;
3f038f3
+	phy-mode = "rgmii";
3f038f3
+	status = "okay";
3f038f3
+};
3f038f3
+
3f038f3
+&mdio {
3f038f3
+	ext_rgmii_phy: ethernet-phy@1 {
3f038f3
+		compatible = "ethernet-phy-ieee802.3-c22";
3f038f3
+		reg = <1>;
3f038f3
+	};
3f038f3
+};
3f038f3
diff --git a/arch/arm/boot/dts/sunxi-h3-h5.dtsi b/arch/arm/boot/dts/sunxi-h3-h5.dtsi
3f038f3
index 11240a8313c2..d38282b9e5d4 100644
3f038f3
--- a/arch/arm/boot/dts/sunxi-h3-h5.dtsi
3f038f3
+++ b/arch/arm/boot/dts/sunxi-h3-h5.dtsi
3f038f3
@@ -391,6 +391,32 @@
3f038f3
 			clocks = <&osc24M>;
3f038f3
 		};
3f038f3
 
3f038f3
+		emac: ethernet@1c30000 {
3f038f3
+			compatible = "allwinner,sun8i-h3-emac";
3f038f3
+			syscon = <&syscon>;
3f038f3
+			reg = <0x01c30000 0x10000>;
3f038f3
+			interrupts = <GIC_SPI 82 IRQ_TYPE_LEVEL_HIGH>;
3f038f3
+			interrupt-names = "macirq";
3f038f3
+			resets = <&ccu RST_BUS_EMAC>;
3f038f3
+			reset-names = "stmmaceth";
3f038f3
+			clocks = <&ccu CLK_BUS_EMAC>;
3f038f3
+			clock-names = "stmmaceth";
3f038f3
+			#address-cells = <1>;
3f038f3
+			#size-cells = <0>;
3f038f3
+			status = "disabled";
3f038f3
+
3f038f3
+			mdio: mdio {
3f038f3
+				#address-cells = <1>;
3f038f3
+				#size-cells = <0>;
3f038f3
+				int_mii_phy: ethernet-phy@1 {
3f038f3
+					compatible = "ethernet-phy-ieee802.3-c22";
3f038f3
+					reg = <1>;
3f038f3
+					clocks = <&ccu CLK_BUS_EPHY>;
3f038f3
+					resets = <&ccu RST_BUS_EPHY>;
3f038f3
+				};
3f038f3
+			};
3f038f3
+		};
3f038f3
+
3f038f3
 		spi0: spi@01c68000 {
3f038f3
 			compatible = "allwinner,sun8i-h3-spi";
3f038f3
 			reg = <0x01c68000 0x1000>;
3f038f3
-- 
3f038f3
2.13.5
3f038f3
3f038f3
From 11190f020b948ccdf15061b6df8cc2836a2afcb1 Mon Sep 17 00:00:00 2001
3f038f3
From: Peter Robinson <pbrobinson@gmail.com>
3f038f3
Date: Mon, 4 Sep 2017 13:04:55 +0100
3f038f3
Subject: [PATCH 4/4] Revert "dt-bindings: net: Revert sun8i dwmac binding"
3f038f3
3f038f3
This reverts commit 8aa33ec2f4812d1ee96f4c02ba013f5b9c514343.
3f038f3
---
3f038f3
 .../devicetree/bindings/net/dwmac-sun8i.txt        | 84 ++++++++++++++++++++++
3f038f3
 1 file changed, 84 insertions(+)
3f038f3
 create mode 100644 Documentation/devicetree/bindings/net/dwmac-sun8i.txt
3f038f3
3f038f3
diff --git a/Documentation/devicetree/bindings/net/dwmac-sun8i.txt b/Documentation/devicetree/bindings/net/dwmac-sun8i.txt
3f038f3
new file mode 100644
3f038f3
index 000000000000..725f3b187886
3f038f3
--- /dev/null
3f038f3
+++ b/Documentation/devicetree/bindings/net/dwmac-sun8i.txt
3f038f3
@@ -0,0 +1,84 @@
3f038f3
+* Allwinner sun8i GMAC ethernet controller
3f038f3
+
3f038f3
+This device is a platform glue layer for stmmac.
3f038f3
+Please see stmmac.txt for the other unchanged properties.
3f038f3
+
3f038f3
+Required properties:
3f038f3
+- compatible: should be one of the following string:
3f038f3
+		"allwinner,sun8i-a83t-emac"
3f038f3
+		"allwinner,sun8i-h3-emac"
3f038f3
+		"allwinner,sun8i-v3s-emac"
3f038f3
+		"allwinner,sun50i-a64-emac"
3f038f3
+- reg: address and length of the register for the device.
3f038f3
+- interrupts: interrupt for the device
3f038f3
+- interrupt-names: should be "macirq"
3f038f3
+- clocks: A phandle to the reference clock for this device
3f038f3
+- clock-names: should be "stmmaceth"
3f038f3
+- resets: A phandle to the reset control for this device
3f038f3
+- reset-names: should be "stmmaceth"
3f038f3
+- phy-mode: See ethernet.txt
3f038f3
+- phy-handle: See ethernet.txt
3f038f3
+- #address-cells: shall be 1
3f038f3
+- #size-cells: shall be 0
3f038f3
+- syscon: A phandle to the syscon of the SoC with one of the following
3f038f3
+ compatible string:
3f038f3
+  - allwinner,sun8i-h3-system-controller
3f038f3
+  - allwinner,sun8i-v3s-system-controller
3f038f3
+  - allwinner,sun50i-a64-system-controller
3f038f3
+  - allwinner,sun8i-a83t-system-controller
3f038f3
+
3f038f3
+Optional properties:
3f038f3
+- allwinner,tx-delay-ps: TX clock delay chain value in ps. Range value is 0-700. Default is 0)
3f038f3
+- allwinner,rx-delay-ps: RX clock delay chain value in ps. Range value is 0-3100. Default is 0)
3f038f3
+Both delay properties need to be a multiple of 100. They control the delay for
3f038f3
+external PHY.
3f038f3
+
3f038f3
+Optional properties for the following compatibles:
3f038f3
+  - "allwinner,sun8i-h3-emac",
3f038f3
+  - "allwinner,sun8i-v3s-emac":
3f038f3
+- allwinner,leds-active-low: EPHY LEDs are active low
3f038f3
+
3f038f3
+Required child node of emac:
3f038f3
+- mdio bus node: should be named mdio
3f038f3
+
3f038f3
+Required properties of the mdio node:
3f038f3
+- #address-cells: shall be 1
3f038f3
+- #size-cells: shall be 0
3f038f3
+
3f038f3
+The device node referenced by "phy" or "phy-handle" should be a child node
3f038f3
+of the mdio node. See phy.txt for the generic PHY bindings.
3f038f3
+
3f038f3
+Required properties of the phy node with the following compatibles:
3f038f3
+  - "allwinner,sun8i-h3-emac",
3f038f3
+  - "allwinner,sun8i-v3s-emac":
3f038f3
+- clocks: a phandle to the reference clock for the EPHY
3f038f3
+- resets: a phandle to the reset control for the EPHY
3f038f3
+
3f038f3
+Example:
3f038f3
+
3f038f3
+emac: ethernet@1c0b000 {
3f038f3
+	compatible = "allwinner,sun8i-h3-emac";
3f038f3
+	syscon = <&syscon>;
3f038f3
+	reg = <0x01c0b000 0x104>;
3f038f3
+	interrupts = <GIC_SPI 82 IRQ_TYPE_LEVEL_HIGH>;
3f038f3
+	interrupt-names = "macirq";
3f038f3
+	resets = <&ccu RST_BUS_EMAC>;
3f038f3
+	reset-names = "stmmaceth";
3f038f3
+	clocks = <&ccu CLK_BUS_EMAC>;
3f038f3
+	clock-names = "stmmaceth";
3f038f3
+	#address-cells = <1>;
3f038f3
+	#size-cells = <0>;
3f038f3
+
3f038f3
+	phy-handle = <&int_mii_phy>;
3f038f3
+	phy-mode = "mii";
3f038f3
+	allwinner,leds-active-low;
3f038f3
+	mdio: mdio {
3f038f3
+		#address-cells = <1>;
3f038f3
+		#size-cells = <0>;
3f038f3
+		int_mii_phy: ethernet-phy@1 {
3f038f3
+			reg = <1>;
3f038f3
+			clocks = <&ccu CLK_BUS_EPHY>;
3f038f3
+			resets = <&ccu RST_BUS_EPHY>;
3f038f3
+		};
3f038f3
+	};
3f038f3
+};
3f038f3
-- 
3f038f3
2.13.5
3f038f3