Commit 40aad3c1 authored by Grant Likely's avatar Grant Likely

dt/bindings: Remove all references to device_type "ethernet-phy"

The device_type property is deprecated for the flattened device tree and
the value "ethernet-phy" has never been defined as having a useful
meaning. Neither the kernel nor u-boot depend on it. It should never
have appeared in PHY bindings. This patch removes all references to
"ethernet-phy" as a device_type value from the documentation and the
.dts files.

This patch was generated mechanically with the following command and
then verified by looking at the diff.

sed -i '/"ethernet-phy"/d' `git grep -l '"ethernet-phy"'`
Signed-off-by: default avatarGrant Likely <grant.likely@linaro.org>
Acked-by: default avatarSrinivas Kandagatla <srinivas.kandagatla@st.com>
Cc: Rob Herring <rob.herring@calxeda.com>
Cc: Pawel Moll <pawel.moll@arm.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Ian Campbell <ijc+devicetree@hellion.org.uk>
Cc: Kumar Gala <galak@codeaurora.org>
Cc: Florian Fainelli <f.fainelli@gmail.com>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
parent d6e0a2dd
...@@ -159,7 +159,6 @@ prefixed with the string "marvell,", for Marvell Technology Group Ltd. ...@@ -159,7 +159,6 @@ prefixed with the string "marvell,", for Marvell Technology Group Ltd.
c) Marvell Discovery PHY nodes c) Marvell Discovery PHY nodes
Required properties: Required properties:
- device_type : Should be "ethernet-phy"
- interrupts : <a> where a is the interrupt number for this phy. - interrupts : <a> where a is the interrupt number for this phy.
- interrupt-parent : the phandle for the interrupt controller that - interrupt-parent : the phandle for the interrupt controller that
services interrupts for this device. services interrupts for this device.
...@@ -167,7 +166,6 @@ prefixed with the string "marvell,", for Marvell Technology Group Ltd. ...@@ -167,7 +166,6 @@ prefixed with the string "marvell,", for Marvell Technology Group Ltd.
Example Discovery PHY node: Example Discovery PHY node:
ethernet-phy@1 { ethernet-phy@1 {
device_type = "ethernet-phy";
compatible = "broadcom,bcm5421"; compatible = "broadcom,bcm5421";
interrupts = <76>; /* GPP 12 */ interrupts = <76>; /* GPP 12 */
interrupt-parent = <&PIC>; interrupt-parent = <&PIC>;
......
...@@ -61,7 +61,6 @@ or ...@@ -61,7 +61,6 @@ or
mdio-bus { mdio-bus {
... ...
ethphy: ethernet-phy@8 { ethphy: ethernet-phy@8 {
device_type = "ethernet-phy";
... ...
}; };
}; };
......
...@@ -2,7 +2,6 @@ PHY nodes ...@@ -2,7 +2,6 @@ PHY nodes
Required properties: Required properties:
- device_type : Should be "ethernet-phy"
- interrupts : <a b> where a is the interrupt number and b is a - interrupts : <a b> where a is the interrupt number and b is a
field that represents an encoding of the sense and level field that represents an encoding of the sense and level
information for the interrupt. This should be encoded based on information for the interrupt. This should be encoded based on
...@@ -31,5 +30,4 @@ ethernet-phy@0 { ...@@ -31,5 +30,4 @@ ethernet-phy@0 {
interrupt-parent = <40000>; interrupt-parent = <40000>;
interrupts = <35 1>; interrupts = <35 1>;
reg = <0>; reg = <0>;
device_type = "ethernet-phy";
}; };
...@@ -1364,19 +1364,16 @@ Appendix A - Sample SOC node for MPC8540 ...@@ -1364,19 +1364,16 @@ Appendix A - Sample SOC node for MPC8540
phy0: ethernet-phy@0 { phy0: ethernet-phy@0 {
interrupts = <5 1>; interrupts = <5 1>;
reg = <0>; reg = <0>;
device_type = "ethernet-phy";
}; };
phy1: ethernet-phy@1 { phy1: ethernet-phy@1 {
interrupts = <5 1>; interrupts = <5 1>;
reg = <1>; reg = <1>;
device_type = "ethernet-phy";
}; };
phy3: ethernet-phy@3 { phy3: ethernet-phy@3 {
interrupts = <7 1>; interrupts = <7 1>;
reg = <3>; reg = <3>;
device_type = "ethernet-phy";
}; };
}; };
}; };
......
...@@ -559,7 +559,6 @@ mdio: mdio-bus@72004 { ...@@ -559,7 +559,6 @@ mdio: mdio-bus@72004 {
status = "disabled"; status = "disabled";
ethphy: ethernet-phy { ethphy: ethernet-phy {
device-type = "ethernet-phy";
/* set phy address in board file */ /* set phy address in board file */
}; };
}; };
......
...@@ -94,7 +94,6 @@ &mdio { ...@@ -94,7 +94,6 @@ &mdio {
status = "okay"; status = "okay";
ethphy0: ethernet-phy@0 { ethphy0: ethernet-phy@0 {
device_type = "ethernet-phy";
reg = <0>; reg = <0>;
}; };
}; };
......
...@@ -84,7 +84,6 @@ &mdio { ...@@ -84,7 +84,6 @@ &mdio {
status = "okay"; status = "okay";
ethphy0: ethernet-phy@8 { ethphy0: ethernet-phy@8 {
device_type = "ethernet-phy";
reg = <8>; reg = <8>;
}; };
}; };
......
...@@ -224,7 +224,6 @@ &mdio { ...@@ -224,7 +224,6 @@ &mdio {
status = "okay"; status = "okay";
ethphy0: ethernet-phy@8 { ethphy0: ethernet-phy@8 {
device_type = "ethernet-phy";
reg = <8>; reg = <8>;
}; };
}; };
......
...@@ -95,7 +95,6 @@ &mdio { ...@@ -95,7 +95,6 @@ &mdio {
status = "okay"; status = "okay";
ethphy0: ethernet-phy@0 { ethphy0: ethernet-phy@0 {
device_type = "ethernet-phy";
compatible = "marvell,88e1116"; compatible = "marvell,88e1116";
reg = <0>; reg = <0>;
}; };
......
...@@ -104,12 +104,10 @@ &mdio { ...@@ -104,12 +104,10 @@ &mdio {
status = "okay"; status = "okay";
ethphy0: ethernet-phy@0 { ethphy0: ethernet-phy@0 {
device_type = "ethernet-phy";
reg = <0>; reg = <0>;
}; };
ethphy1: ethernet-phy@1 { ethphy1: ethernet-phy@1 {
device_type = "ethernet-phy";
reg = <1>; reg = <1>;
}; };
}; };
......
...@@ -176,7 +176,6 @@ &mdio { ...@@ -176,7 +176,6 @@ &mdio {
status = "okay"; status = "okay";
ethphy0: ethernet-phy@0 { ethphy0: ethernet-phy@0 {
device_type = "ethernet-phy";
reg = <0>; reg = <0>;
}; };
}; };
......
...@@ -101,13 +101,11 @@ &mdio { ...@@ -101,13 +101,11 @@ &mdio {
status = "okay"; status = "okay";
ethphy0: ethernet-phy@0 { ethphy0: ethernet-phy@0 {
device_type = "ethernet-phy";
compatible = "marvell,88e1121"; compatible = "marvell,88e1121";
reg = <0>; reg = <0>;
}; };
ethphy1: ethernet-phy@1 { ethphy1: ethernet-phy@1 {
device_type = "ethernet-phy";
compatible = "marvell,88e1121"; compatible = "marvell,88e1121";
reg = <1>; reg = <1>;
}; };
......
...@@ -133,7 +133,6 @@ &mdio { ...@@ -133,7 +133,6 @@ &mdio {
status = "okay"; status = "okay";
ethphy0: ethernet-phy@8 { ethphy0: ethernet-phy@8 {
device_type = "ethernet-phy";
reg = <8>; reg = <8>;
}; };
}; };
......
...@@ -183,7 +183,6 @@ &mdio { ...@@ -183,7 +183,6 @@ &mdio {
status = "okay"; status = "okay";
ethphy0: ethernet-phy@11 { ethphy0: ethernet-phy@11 {
device_type = "ethernet-phy";
reg = <11>; reg = <11>;
}; };
}; };
......
...@@ -200,7 +200,6 @@ &mdio { ...@@ -200,7 +200,6 @@ &mdio {
status = "okay"; status = "okay";
ethphy1: ethernet-phy@11 { ethphy1: ethernet-phy@11 {
device_type = "ethernet-phy";
reg = <11>; reg = <11>;
}; };
}; };
......
...@@ -55,7 +55,6 @@ &mdio { ...@@ -55,7 +55,6 @@ &mdio {
status = "okay"; status = "okay";
ethphy0: ethernet-phy@0 { ethphy0: ethernet-phy@0 {
device_type = "ethernet-phy";
reg = <0>; reg = <0>;
}; };
}; };
......
...@@ -212,12 +212,10 @@ &mdio { ...@@ -212,12 +212,10 @@ &mdio {
status = "okay"; status = "okay";
ethphy0: ethernet-phy@0 { ethphy0: ethernet-phy@0 {
device_type = "ethernet-phy";
reg = <0>; reg = <0>;
}; };
ethphy1: ethernet-phy@8 { ethphy1: ethernet-phy@8 {
device_type = "ethernet-phy";
reg = <8>; reg = <8>;
}; };
}; };
......
...@@ -197,12 +197,10 @@ &mdio { ...@@ -197,12 +197,10 @@ &mdio {
status = "okay"; status = "okay";
ethphy0: ethernet-phy@1 { ethphy0: ethernet-phy@1 {
device_type = "ethernet-phy";
reg = <1>; reg = <1>;
}; };
ethphy1: ethernet-phy@2 { ethphy1: ethernet-phy@2 {
device_type = "ethernet-phy";
reg = <2>; reg = <2>;
}; };
}; };
......
...@@ -211,7 +211,6 @@ &mdio { ...@@ -211,7 +211,6 @@ &mdio {
status = "okay"; status = "okay";
ethphy0: ethernet-phy@0 { ethphy0: ethernet-phy@0 {
device_type = "ethernet-phy";
reg = <0>; reg = <0>;
}; };
}; };
......
...@@ -89,7 +89,6 @@ &mdio { ...@@ -89,7 +89,6 @@ &mdio {
status = "okay"; status = "okay";
ethphy0: ethernet-phy { ethphy0: ethernet-phy {
device_type = "ethernet-phy";
/* overwrite reg property in board file */ /* overwrite reg property in board file */
}; };
}; };
......
...@@ -171,7 +171,6 @@ &mdio { ...@@ -171,7 +171,6 @@ &mdio {
status = "okay"; status = "okay";
ethphy0: ethernet-phy@0 { ethphy0: ethernet-phy@0 {
device_type = "ethernet-phy";
reg = <0>; reg = <0>;
}; };
}; };
......
...@@ -196,12 +196,10 @@ &mdio { ...@@ -196,12 +196,10 @@ &mdio {
status = "okay"; status = "okay";
ethphy0: ethernet-phy@0 { ethphy0: ethernet-phy@0 {
device_type = "ethernet-phy";
reg = <0>; reg = <0>;
}; };
ethphy1: ethernet-phy@1 { ethphy1: ethernet-phy@1 {
device_type = "ethernet-phy";
reg = <1>; reg = <1>;
}; };
}; };
......
...@@ -96,7 +96,6 @@ &mdio { ...@@ -96,7 +96,6 @@ &mdio {
status = "okay"; status = "okay";
ethphy0: ethernet-phy@0 { ethphy0: ethernet-phy@0 {
device_type = "ethernet-phy";
reg = <0>; reg = <0>;
}; };
}; };
......
...@@ -208,7 +208,6 @@ &mdio { ...@@ -208,7 +208,6 @@ &mdio {
status = "okay"; status = "okay";
ethphy0: ethernet-phy@0 { ethphy0: ethernet-phy@0 {
device_type = "ethernet-phy";
reg = <0>; reg = <0>;
}; };
}; };
......
...@@ -104,7 +104,6 @@ &mdio { ...@@ -104,7 +104,6 @@ &mdio {
status = "okay"; status = "okay";
ethphy0: ethernet-phy { ethphy0: ethernet-phy {
device_type = "ethernet-phy";
/* overwrite reg property in board file */ /* overwrite reg property in board file */
}; };
}; };
......
...@@ -58,7 +58,6 @@ &mdio { ...@@ -58,7 +58,6 @@ &mdio {
status = "okay"; status = "okay";
ethphy: ethernet-phy { ethphy: ethernet-phy {
device-type = "ethernet-phy";
reg = <8>; reg = <8>;
}; };
}; };
......
...@@ -87,12 +87,10 @@ mdio@e00 { ...@@ -87,12 +87,10 @@ mdio@e00 {
PHY0: ethernet-phy@0 { PHY0: ethernet-phy@0 {
reg = <0>; reg = <0>;
device_type = "ethernet-phy";
}; };
PHY1: ethernet-phy@1 { PHY1: ethernet-phy@1 {
reg = <1>; reg = <1>;
device_type = "ethernet-phy";
}; };
}; };
......
...@@ -86,12 +86,10 @@ mdio@e00 { ...@@ -86,12 +86,10 @@ mdio@e00 {
PHY0: ethernet-phy@0 { PHY0: ethernet-phy@0 {
reg = <0>; reg = <0>;
device_type = "ethernet-phy";
}; };
PHY1: ethernet-phy@1 { PHY1: ethernet-phy@1 {
reg = <1>; reg = <1>;
device_type = "ethernet-phy";
}; };
}; };
......
...@@ -207,14 +207,12 @@ phy0: ethernet-phy@0 { ...@@ -207,14 +207,12 @@ phy0: ethernet-phy@0 {
interrupt-parent = <&ipic>; interrupt-parent = <&ipic>;
interrupts = <17 0x8>; interrupts = <17 0x8>;
reg = <0x1>; reg = <0x1>;
device_type = "ethernet-phy";
}; };
phy1: ethernet-phy@1 { phy1: ethernet-phy@1 {
interrupt-parent = <&ipic>; interrupt-parent = <&ipic>;
interrupts = <18 0x8>; interrupts = <18 0x8>;
reg = <0x2>; reg = <0x2>;
device_type = "ethernet-phy";
}; };
tbi0: tbi-phy@11 { tbi0: tbi-phy@11 {
......
...@@ -73,19 +73,16 @@ mdio@2000 { ...@@ -73,19 +73,16 @@ mdio@2000 {
compatible = "marvell,mv64360-mdio"; compatible = "marvell,mv64360-mdio";
reg = <0x2000 4>; reg = <0x2000 4>;
PHY0: ethernet-phy@0 { PHY0: ethernet-phy@0 {
device_type = "ethernet-phy";
interrupts = <76>; /* GPP 12 */ interrupts = <76>; /* GPP 12 */
interrupt-parent = <&PIC>; interrupt-parent = <&PIC>;
reg = <0>; reg = <0>;
}; };
PHY1: ethernet-phy@1 { PHY1: ethernet-phy@1 {
device_type = "ethernet-phy";
interrupts = <76>; /* GPP 12 */ interrupts = <76>; /* GPP 12 */
interrupt-parent = <&PIC>; interrupt-parent = <&PIC>;
reg = <1>; reg = <1>;
}; };
PHY2: ethernet-phy@2 { PHY2: ethernet-phy@2 {
device_type = "ethernet-phy";
interrupts = <76>; /* GPP 12 */ interrupts = <76>; /* GPP 12 */
interrupt-parent = <&PIC>; interrupt-parent = <&PIC>;
reg = <2>; reg = <2>;
......
...@@ -76,13 +76,11 @@ mdio { ...@@ -76,13 +76,11 @@ mdio {
PHY0: ethernet-phy@0 { PHY0: ethernet-phy@0 {
interrupt-parent = <&PIC>; interrupt-parent = <&PIC>;
reg = <0>; reg = <0>;
device_type = "ethernet-phy";
}; };
PHY1: ethernet-phy@1 { PHY1: ethernet-phy@1 {
interrupt-parent = <&PIC>; interrupt-parent = <&PIC>;
reg = <1>; reg = <1>;
device_type = "ethernet-phy";
}; };
}; };
}; };
......
...@@ -85,12 +85,10 @@ mdio@e00 { ...@@ -85,12 +85,10 @@ mdio@e00 {
PHY0: ethernet-phy@0 { PHY0: ethernet-phy@0 {
reg = <0x0>; reg = <0x0>;
device_type = "ethernet-phy";
}; };
PHY1: ethernet-phy@1 { PHY1: ethernet-phy@1 {
reg = <0x1>; reg = <0x1>;
device_type = "ethernet-phy";
}; };
}; };
......
...@@ -292,13 +292,11 @@ phy0: ethernet-phy@0 { ...@@ -292,13 +292,11 @@ phy0: ethernet-phy@0 {
interrupt-parent = <&gef_pic>; interrupt-parent = <&gef_pic>;
interrupts = <0x9 0x4>; interrupts = <0x9 0x4>;
reg = <1>; reg = <1>;
device_type = "ethernet-phy";
}; };
phy2: ethernet-phy@2 { phy2: ethernet-phy@2 {
interrupt-parent = <&gef_pic>; interrupt-parent = <&gef_pic>;
interrupts = <0x8 0x4>; interrupts = <0x8 0x4>;
reg = <3>; reg = <3>;
device_type = "ethernet-phy";
}; };
tbi0: tbi-phy@11 { tbi0: tbi-phy@11 {
reg = <0x11>; reg = <0x11>;
......
...@@ -290,13 +290,11 @@ phy0: ethernet-phy@0 { ...@@ -290,13 +290,11 @@ phy0: ethernet-phy@0 {
interrupt-parent = <&gef_pic>; interrupt-parent = <&gef_pic>;
interrupts = <0x9 0x4>; interrupts = <0x9 0x4>;
reg = <1>; reg = <1>;
device_type = "ethernet-phy";
}; };
phy2: ethernet-phy@2 { phy2: ethernet-phy@2 {
interrupt-parent = <&gef_pic>; interrupt-parent = <&gef_pic>;
interrupts = <0x8 0x4>; interrupts = <0x8 0x4>;
reg = <3>; reg = <3>;
device_type = "ethernet-phy";
}; };
tbi0: tbi-phy@11 { tbi0: tbi-phy@11 {
reg = <0x11>; reg = <0x11>;
......
...@@ -290,13 +290,11 @@ phy0: ethernet-phy@0 { ...@@ -290,13 +290,11 @@ phy0: ethernet-phy@0 {
interrupt-parent = <&gef_pic>; interrupt-parent = <&gef_pic>;
interrupts = <0x9 0x4>; interrupts = <0x9 0x4>;
reg = <1>; reg = <1>;
device_type = "ethernet-phy";
}; };
phy2: ethernet-phy@2 { phy2: ethernet-phy@2 {
interrupt-parent = <&gef_pic>; interrupt-parent = <&gef_pic>;
interrupts = <0x8 0x4>; interrupts = <0x8 0x4>;
reg = <3>; reg = <3>;
device_type = "ethernet-phy";
}; };
tbi0: tbi-phy@11 { tbi0: tbi-phy@11 {
reg = <0x11>; reg = <0x11>;
......
...@@ -161,13 +161,11 @@ mdio@520 { /* For TSECs */ ...@@ -161,13 +161,11 @@ mdio@520 { /* For TSECs */
PHY1: ethernet-phy@1 { PHY1: ethernet-phy@1 {
interrupt-parent = <&mpic>; interrupt-parent = <&mpic>;
reg = <0x1>; reg = <0x1>;
device_type = "ethernet-phy";
}; };
PHY2: ethernet-phy@2 { PHY2: ethernet-phy@2 {
interrupt-parent = <&mpic>; interrupt-parent = <&mpic>;
reg = <0x2>; reg = <0x2>;
device_type = "ethernet-phy";
}; };
tbi0: tbi-phy@11 { tbi0: tbi-phy@11 {
...@@ -284,7 +282,6 @@ mdio@90d00 { /* For FCCs */ ...@@ -284,7 +282,6 @@ mdio@90d00 { /* For FCCs */
PHY0: ethernet-phy@0 { PHY0: ethernet-phy@0 {
interrupt-parent = <&mpic>; interrupt-parent = <&mpic>;
reg = <0x0>; reg = <0x0>;
device_type = "ethernet-phy";
}; };
}; };
......
...@@ -196,14 +196,12 @@ PHY0: ethernet-phy@0 { ...@@ -196,14 +196,12 @@ PHY0: ethernet-phy@0 {
interrupt-parent = <&PIC>; interrupt-parent = <&PIC>;
interrupts = <23 8>; interrupts = <23 8>;
reg = <0x0>; reg = <0x0>;
device_type = "ethernet-phy";
}; };
PHY1: ethernet-phy@1 { PHY1: ethernet-phy@1 {
interrupt-parent = <&PIC>; interrupt-parent = <&PIC>;
interrupts = <23 8>; interrupts = <23 8>;
reg = <0x3>; reg = <0x3>;
device_type = "ethernet-phy";
}; };
}; };
......
...@@ -189,13 +189,11 @@ phy1: ethernet-phy@1 { ...@@ -189,13 +189,11 @@ phy1: ethernet-phy@1 {
interrupt-parent = <&ipic>; interrupt-parent = <&ipic>;
interrupts = <17 0x8>; interrupts = <17 0x8>;
reg = <0x1>; reg = <0x1>;
device_type = "ethernet-phy";
}; };
phy2: ethernet-phy@2 { phy2: ethernet-phy@2 {
interrupt-parent = <&ipic>; interrupt-parent = <&ipic>;
interrupts = <19 0x8>; interrupts = <19 0x8>;
reg = <0x2>; reg = <0x2>;
device_type = "ethernet-phy";
}; };
tbi0: tbi-phy@11 { tbi0: tbi-phy@11 {
reg = <0x11>; reg = <0x11>;
......
...@@ -166,7 +166,6 @@ phy2: ethernet-phy@2 { ...@@ -166,7 +166,6 @@ phy2: ethernet-phy@2 {
interrupt-parent = <&ipic>; interrupt-parent = <&ipic>;
interrupts = <17 0x8>; interrupts = <17 0x8>;
reg = <0x2>; reg = <0x2>;
device_type = "ethernet-phy";
}; };
tbi0: tbi-phy@11 { tbi0: tbi-phy@11 {
reg = <0x11>; reg = <0x11>;
......
...@@ -217,7 +217,6 @@ phy4: ethernet-phy@4 { ...@@ -217,7 +217,6 @@ phy4: ethernet-phy@4 {
interrupt-parent = <&ipic>; interrupt-parent = <&ipic>;
interrupts = <20 0x8>; interrupts = <20 0x8>;
reg = <0x4>; reg = <0x4>;
device_type = "ethernet-phy";
}; };
tbi0: tbi-phy@11 { tbi0: tbi-phy@11 {
reg = <0x11>; reg = <0x11>;
......
...@@ -216,14 +216,12 @@ phy0: ethernet-phy@0 { ...@@ -216,14 +216,12 @@ phy0: ethernet-phy@0 {
interrupt-parent = <&ipic>; interrupt-parent = <&ipic>;
interrupts = <20 0x8>; interrupts = <20 0x8>;
reg = <0x0>; reg = <0x0>;
device_type = "ethernet-phy";
}; };
phy1: ethernet-phy@1 { phy1: ethernet-phy@1 {
interrupt-parent = <&ipic>; interrupt-parent = <&ipic>;
interrupts = <19 0x8>; interrupts = <19 0x8>;
reg = <0x1>; reg = <0x1>;
device_type = "ethernet-phy";
}; };
tbi0: tbi-phy@11 { tbi0: tbi-phy@11 {
......
...@@ -356,13 +356,11 @@ phy3: ethernet-phy@03 { ...@@ -356,13 +356,11 @@ phy3: ethernet-phy@03 {
interrupt-parent = <&ipic>; interrupt-parent = <&ipic>;
interrupts = <17 0x8>; interrupts = <17 0x8>;
reg = <0x3>; reg = <0x3>;
device_type = "ethernet-phy";
}; };
phy4: ethernet-phy@04 { phy4: ethernet-phy@04 {
interrupt-parent = <&ipic>; interrupt-parent = <&ipic>;
interrupts = <18 0x8>; interrupts = <18 0x8>;
reg = <0x4>; reg = <0x4>;
device_type = "ethernet-phy";
}; };
}; };
......
...@@ -314,13 +314,11 @@ phy00:ethernet-phy@00 { ...@@ -314,13 +314,11 @@ phy00:ethernet-phy@00 {
interrupt-parent = <&ipic>; interrupt-parent = <&ipic>;
interrupts = <0>; interrupts = <0>;
reg = <0x0>; reg = <0x0>;
device_type = "ethernet-phy";
}; };
phy04:ethernet-phy@04 { phy04:ethernet-phy@04 {
interrupt-parent = <&ipic>; interrupt-parent = <&ipic>;
interrupts = <0>; interrupts = <0>;
reg = <0x4>; reg = <0x4>;
device_type = "ethernet-phy";
}; };
}; };
......
...@@ -240,7 +240,6 @@ phy1c: ethernet-phy@1c { ...@@ -240,7 +240,6 @@ phy1c: ethernet-phy@1c {
interrupt-parent = <&ipic>; interrupt-parent = <&ipic>;
interrupts = <18 0x8>; interrupts = <18 0x8>;
reg = <0x1c>; reg = <0x1c>;
device_type = "ethernet-phy";
}; };
tbi0: tbi-phy@11 { tbi0: tbi-phy@11 {
......
...@@ -176,7 +176,6 @@ phy1c: ethernet-phy@1c { ...@@ -176,7 +176,6 @@ phy1c: ethernet-phy@1c {
interrupt-parent = <&ipic>; interrupt-parent = <&ipic>;
interrupts = <18 0x8>; interrupts = <18 0x8>;
reg = <0x1c>; reg = <0x1c>;
device_type = "ethernet-phy";
}; };
tbi0: tbi-phy@11 { tbi0: tbi-phy@11 {
......
...@@ -193,14 +193,12 @@ phy0: ethernet-phy@0 { ...@@ -193,14 +193,12 @@ phy0: ethernet-phy@0 {
interrupt-parent = <&ipic>; interrupt-parent = <&ipic>;
interrupts = <17 0x8>; interrupts = <17 0x8>;
reg = <0x0>; reg = <0x0>;
device_type = "ethernet-phy";
}; };
phy1: ethernet-phy@1 { phy1: ethernet-phy@1 {
interrupt-parent = <&ipic>; interrupt-parent = <&ipic>;
interrupts = <18 0x8>; interrupts = <18 0x8>;
reg = <0x1>; reg = <0x1>;
device_type = "ethernet-phy";
}; };
tbi0: tbi-phy@11 { tbi0: tbi-phy@11 {
......
...@@ -397,13 +397,11 @@ phy0: ethernet-phy@00 { ...@@ -397,13 +397,11 @@ phy0: ethernet-phy@00 {
interrupt-parent = <&ipic>; interrupt-parent = <&ipic>;
interrupts = <17 0x8>; interrupts = <17 0x8>;
reg = <0x0>; reg = <0x0>;
device_type = "ethernet-phy";
}; };
phy1: ethernet-phy@01 { phy1: ethernet-phy@01 {
interrupt-parent = <&ipic>; interrupt-parent = <&ipic>;
interrupts = <18 0x8>; interrupts = <18 0x8>;
reg = <0x1>; reg = <0x1>;
device_type = "ethernet-phy";
}; };
tbi-phy@2 { tbi-phy@2 {
device_type = "tbi-phy"; device_type = "tbi-phy";
......
...@@ -332,25 +332,21 @@ mdio@2120 { ...@@ -332,25 +332,21 @@ mdio@2120 {
reg = <0x2120 0x18>; reg = <0x2120 0x18>;
phy1: ethernet-phy@1 { phy1: ethernet-phy@1 {
device_type = "ethernet-phy";
compatible = "national,DP83848VV"; compatible = "national,DP83848VV";
reg = <1>; reg = <1>;
}; };
phy2: ethernet-phy@2 { phy2: ethernet-phy@2 {
device_type = "ethernet-phy";
compatible = "broadcom,BCM5481UA2KMLG"; compatible = "broadcom,BCM5481UA2KMLG";
reg = <2>; reg = <2>;
}; };
phy3: ethernet-phy@3 { phy3: ethernet-phy@3 {
device_type = "ethernet-phy";
compatible = "national,DP83848VV"; compatible = "national,DP83848VV";
reg = <3>; reg = <3>;
}; };
phy4: ethernet-phy@4 { phy4: ethernet-phy@4 {
device_type = "ethernet-phy";
compatible = "broadcom,BCM5481UA2KMLG"; compatible = "broadcom,BCM5481UA2KMLG";
reg = <4>; reg = <4>;
}; };
......
...@@ -225,14 +225,12 @@ phy2: ethernet-phy@2 { ...@@ -225,14 +225,12 @@ phy2: ethernet-phy@2 {
interrupt-parent = <&ipic>; interrupt-parent = <&ipic>;
interrupts = <17 0x8>; interrupts = <17 0x8>;
reg = <0x2>; reg = <0x2>;
device_type = "ethernet-phy";
}; };
phy3: ethernet-phy@3 { phy3: ethernet-phy@3 {
interrupt-parent = <&ipic>; interrupt-parent = <&ipic>;
interrupts = <18 0x8>; interrupts = <18 0x8>;
reg = <0x3>; reg = <0x3>;
device_type = "ethernet-phy";
}; };
tbi0: tbi-phy@11 { tbi0: tbi-phy@11 {
......
...@@ -277,7 +277,6 @@ phy2: ethernet-phy@2 { ...@@ -277,7 +277,6 @@ phy2: ethernet-phy@2 {
interrupt-parent = <&ipic>; interrupt-parent = <&ipic>;
interrupts = <17 0x8>; interrupts = <17 0x8>;
reg = <0x2>; reg = <0x2>;
device_type = "ethernet-phy";
}; };
tbi0: tbi-phy@11 { tbi0: tbi-phy@11 {
......
...@@ -253,14 +253,12 @@ phy2: ethernet-phy@2 { ...@@ -253,14 +253,12 @@ phy2: ethernet-phy@2 {
interrupt-parent = <&ipic>; interrupt-parent = <&ipic>;
interrupts = <17 0x8>; interrupts = <17 0x8>;
reg = <0x2>; reg = <0x2>;
device_type = "ethernet-phy";
}; };
phy3: ethernet-phy@3 { phy3: ethernet-phy@3 {
interrupt-parent = <&ipic>; interrupt-parent = <&ipic>;
interrupts = <18 0x8>; interrupts = <18 0x8>;
reg = <0x3>; reg = <0x3>;
device_type = "ethernet-phy";
}; };
tbi0: tbi-phy@11 { tbi0: tbi-phy@11 {
......
...@@ -264,14 +264,12 @@ phy2: ethernet-phy@2 { ...@@ -264,14 +264,12 @@ phy2: ethernet-phy@2 {
interrupt-parent = <&ipic>; interrupt-parent = <&ipic>;
interrupts = <17 0x8>; interrupts = <17 0x8>;
reg = <0x2>; reg = <0x2>;
device_type = "ethernet-phy";
}; };
phy3: ethernet-phy@3 { phy3: ethernet-phy@3 {
interrupt-parent = <&ipic>; interrupt-parent = <&ipic>;
interrupts = <18 0x8>; interrupts = <18 0x8>;
reg = <0x3>; reg = <0x3>;
device_type = "ethernet-phy";
}; };
tbi0: tbi-phy@11 { tbi0: tbi-phy@11 {
......
...@@ -277,7 +277,6 @@ phy2: ethernet-phy@2 { ...@@ -277,7 +277,6 @@ phy2: ethernet-phy@2 {
interrupt-parent = <&ipic>; interrupt-parent = <&ipic>;
interrupts = <17 0x8>; interrupts = <17 0x8>;
reg = <0x2>; reg = <0x2>;
device_type = "ethernet-phy";
}; };
tbi0: tbi-phy@11 { tbi0: tbi-phy@11 {
......
...@@ -262,14 +262,12 @@ phy2: ethernet-phy@2 { ...@@ -262,14 +262,12 @@ phy2: ethernet-phy@2 {
interrupt-parent = <&ipic>; interrupt-parent = <&ipic>;
interrupts = <17 0x8>; interrupts = <17 0x8>;
reg = <0x2>; reg = <0x2>;
device_type = "ethernet-phy";
}; };
phy3: ethernet-phy@3 { phy3: ethernet-phy@3 {
interrupt-parent = <&ipic>; interrupt-parent = <&ipic>;
interrupts = <18 0x8>; interrupts = <18 0x8>;
reg = <0x3>; reg = <0x3>;
device_type = "ethernet-phy";
}; };
tbi0: tbi-phy@11 { tbi0: tbi-phy@11 {
......
...@@ -275,7 +275,6 @@ phy2: ethernet-phy@2 { ...@@ -275,7 +275,6 @@ phy2: ethernet-phy@2 {
interrupt-parent = <&ipic>; interrupt-parent = <&ipic>;
interrupts = <17 0x8>; interrupts = <17 0x8>;
reg = <0x2>; reg = <0x2>;
device_type = "ethernet-phy";
}; };
tbi0: tbi-phy@11 { tbi0: tbi-phy@11 {
......
...@@ -200,12 +200,10 @@ mdio@24520 { ...@@ -200,12 +200,10 @@ mdio@24520 {
phy0: ethernet-phy@0 { phy0: ethernet-phy@0 {
interrupts = <10 0x1 0 0>; interrupts = <10 0x1 0 0>;
reg = <0>; reg = <0>;
device_type = "ethernet-phy";
}; };
phy1: ethernet-phy@1 { phy1: ethernet-phy@1 {
interrupts = <10 0x1 0 0>; interrupts = <10 0x1 0 0>;
reg = <1>; reg = <1>;
device_type = "ethernet-phy";
}; };
sgmii_phy0: sgmii-phy@0 { sgmii_phy0: sgmii-phy@0 {
interrupts = <6 1 0 0>; interrupts = <6 1 0 0>;
......
...@@ -165,19 +165,16 @@ phy0: ethernet-phy@0 { ...@@ -165,19 +165,16 @@ phy0: ethernet-phy@0 {
interrupt-parent = <&mpic>; interrupt-parent = <&mpic>;
interrupts = <5 1>; interrupts = <5 1>;
reg = <0x0>; reg = <0x0>;
device_type = "ethernet-phy";
}; };
phy1: ethernet-phy@1 { phy1: ethernet-phy@1 {
interrupt-parent = <&mpic>; interrupt-parent = <&mpic>;
interrupts = <5 1>; interrupts = <5 1>;
reg = <0x1>; reg = <0x1>;
device_type = "ethernet-phy";
}; };
phy3: ethernet-phy@3 { phy3: ethernet-phy@3 {
interrupt-parent = <&mpic>; interrupt-parent = <&mpic>;
interrupts = <7 1>; interrupts = <7 1>;
reg = <0x3>; reg = <0x3>;
device_type = "ethernet-phy";
}; };
tbi0: tbi-phy@11 { tbi0: tbi-phy@11 {
reg = <0x11>; reg = <0x11>;
......
...@@ -165,13 +165,11 @@ phy0: ethernet-phy@0 { ...@@ -165,13 +165,11 @@ phy0: ethernet-phy@0 {
interrupt-parent = <&mpic>; interrupt-parent = <&mpic>;
interrupts = <5 1>; interrupts = <5 1>;
reg = <0x0>; reg = <0x0>;
device_type = "ethernet-phy";
}; };
phy1: ethernet-phy@1 { phy1: ethernet-phy@1 {
interrupt-parent = <&mpic>; interrupt-parent = <&mpic>;
interrupts = <5 1>; interrupts = <5 1>;
reg = <0x1>; reg = <0x1>;
device_type = "ethernet-phy";
}; };
tbi0: tbi-phy@11 { tbi0: tbi-phy@11 {
reg = <0x11>; reg = <0x11>;
......
...@@ -82,12 +82,10 @@ mdio@24520 { ...@@ -82,12 +82,10 @@ mdio@24520 {
phy0: ethernet-phy@0 { phy0: ethernet-phy@0 {
interrupts = <10 1 0 0>; interrupts = <10 1 0 0>;
reg = <0x0>; reg = <0x0>;
device_type = "ethernet-phy";
}; };
phy1: ethernet-phy@1 { phy1: ethernet-phy@1 {
interrupts = <10 1 0 0>; interrupts = <10 1 0 0>;
reg = <0x1>; reg = <0x1>;
device_type = "ethernet-phy";
}; };
sgmii_phy0: sgmii-phy@0 { sgmii_phy0: sgmii-phy@0 {
......
...@@ -109,22 +109,18 @@ mdio@24520 { ...@@ -109,22 +109,18 @@ mdio@24520 {
phy0: ethernet-phy@0 { phy0: ethernet-phy@0 {
interrupts = <5 1 0 0>; interrupts = <5 1 0 0>;
reg = <0x0>; reg = <0x0>;
device_type = "ethernet-phy";
}; };
phy1: ethernet-phy@1 { phy1: ethernet-phy@1 {
interrupts = <5 1 0 0>; interrupts = <5 1 0 0>;
reg = <0x1>; reg = <0x1>;
device_type = "ethernet-phy";
}; };
phy2: ethernet-phy@2 { phy2: ethernet-phy@2 {
interrupts = <5 1 0 0>; interrupts = <5 1 0 0>;
reg = <0x2>; reg = <0x2>;
device_type = "ethernet-phy";
}; };
phy3: ethernet-phy@3 { phy3: ethernet-phy@3 {
interrupts = <5 1 0 0>; interrupts = <5 1 0 0>;
reg = <0x3>; reg = <0x3>;
device_type = "ethernet-phy";
}; };
tbi0: tbi-phy@11 { tbi0: tbi-phy@11 {
reg = <0x11>; reg = <0x11>;
......
...@@ -165,13 +165,11 @@ phy0: ethernet-phy@0 { ...@@ -165,13 +165,11 @@ phy0: ethernet-phy@0 {
interrupt-parent = <&mpic>; interrupt-parent = <&mpic>;
interrupts = <5 1>; interrupts = <5 1>;
reg = <0x0>; reg = <0x0>;
device_type = "ethernet-phy";
}; };
phy1: ethernet-phy@1 { phy1: ethernet-phy@1 {
interrupt-parent = <&mpic>; interrupt-parent = <&mpic>;
interrupts = <5 1>; interrupts = <5 1>;
reg = <0x1>; reg = <0x1>;
device_type = "ethernet-phy";
}; };
tbi0: tbi-phy@11 { tbi0: tbi-phy@11 {
reg = <0x11>; reg = <0x11>;
......
...@@ -154,25 +154,21 @@ phy0: ethernet-phy@0 { ...@@ -154,25 +154,21 @@ phy0: ethernet-phy@0 {
interrupt-parent = <&mpic>; interrupt-parent = <&mpic>;
interrupts = <5 1>; interrupts = <5 1>;
reg = <0x0>; reg = <0x0>;
device_type = "ethernet-phy";
}; };
phy1: ethernet-phy@1 { phy1: ethernet-phy@1 {
interrupt-parent = <&mpic>; interrupt-parent = <&mpic>;
interrupts = <5 1>; interrupts = <5 1>;
reg = <0x1>; reg = <0x1>;
device_type = "ethernet-phy";
}; };
phy2: ethernet-phy@2 { phy2: ethernet-phy@2 {
interrupt-parent = <&mpic>; interrupt-parent = <&mpic>;
interrupts = <7 1>; interrupts = <7 1>;
reg = <0x2>; reg = <0x2>;
device_type = "ethernet-phy";
}; };
phy3: ethernet-phy@3 { phy3: ethernet-phy@3 {
interrupt-parent = <&mpic>; interrupt-parent = <&mpic>;
interrupts = <7 1>; interrupts = <7 1>;
reg = <0x3>; reg = <0x3>;
device_type = "ethernet-phy";
}; };
tbi0: tbi-phy@11 { tbi0: tbi-phy@11 {
reg = <0x11>; reg = <0x11>;
......
...@@ -91,22 +91,18 @@ mdio@24520 { ...@@ -91,22 +91,18 @@ mdio@24520 {
phy0: ethernet-phy@7 { phy0: ethernet-phy@7 {
interrupts = <1 1 0 0>; interrupts = <1 1 0 0>;
reg = <0x7>; reg = <0x7>;
device_type = "ethernet-phy";
}; };
phy1: ethernet-phy@1 { phy1: ethernet-phy@1 {
interrupts = <2 1 0 0>; interrupts = <2 1 0 0>;
reg = <0x1>; reg = <0x1>;
device_type = "ethernet-phy";
}; };
phy2: ethernet-phy@2 { phy2: ethernet-phy@2 {
interrupts = <1 1 0 0>; interrupts = <1 1 0 0>;
reg = <0x2>; reg = <0x2>;
device_type = "ethernet-phy";
}; };
phy3: ethernet-phy@3 { phy3: ethernet-phy@3 {
interrupts = <2 1 0 0>; interrupts = <2 1 0 0>;
reg = <0x3>; reg = <0x3>;
device_type = "ethernet-phy";
}; };
tbi0: tbi-phy@11 { tbi0: tbi-phy@11 {
reg = <0x11>; reg = <0x11>;
...@@ -236,25 +232,21 @@ qe_phy0: ethernet-phy@07 { ...@@ -236,25 +232,21 @@ qe_phy0: ethernet-phy@07 {
interrupt-parent = <&mpic>; interrupt-parent = <&mpic>;
interrupts = <1 1 0 0>; interrupts = <1 1 0 0>;
reg = <0x7>; reg = <0x7>;
device_type = "ethernet-phy";
}; };
qe_phy1: ethernet-phy@01 { qe_phy1: ethernet-phy@01 {
interrupt-parent = <&mpic>; interrupt-parent = <&mpic>;
interrupts = <2 1 0 0>; interrupts = <2 1 0 0>;
reg = <0x1>; reg = <0x1>;
device_type = "ethernet-phy";
}; };
qe_phy2: ethernet-phy@02 { qe_phy2: ethernet-phy@02 {
interrupt-parent = <&mpic>; interrupt-parent = <&mpic>;
interrupts = <1 1 0 0>; interrupts = <1 1 0 0>;
reg = <0x2>; reg = <0x2>;
device_type = "ethernet-phy";
}; };
qe_phy3: ethernet-phy@03 { qe_phy3: ethernet-phy@03 {
interrupt-parent = <&mpic>; interrupt-parent = <&mpic>;
interrupts = <2 1 0 0>; interrupts = <2 1 0 0>;
reg = <0x3>; reg = <0x3>;
device_type = "ethernet-phy";
}; };
}; };
}; };
......
...@@ -276,33 +276,27 @@ qe_phy0: ethernet-phy@07 { ...@@ -276,33 +276,27 @@ qe_phy0: ethernet-phy@07 {
interrupt-parent = <&mpic>; interrupt-parent = <&mpic>;
interrupts = <1 1 0 0>; interrupts = <1 1 0 0>;
reg = <0x7>; reg = <0x7>;
device_type = "ethernet-phy";
}; };
qe_phy1: ethernet-phy@01 { qe_phy1: ethernet-phy@01 {
interrupt-parent = <&mpic>; interrupt-parent = <&mpic>;
interrupts = <2 1 0 0>; interrupts = <2 1 0 0>;
reg = <0x1>; reg = <0x1>;
device_type = "ethernet-phy";
}; };
qe_phy2: ethernet-phy@02 { qe_phy2: ethernet-phy@02 {
interrupt-parent = <&mpic>; interrupt-parent = <&mpic>;
interrupts = <3 1 0 0>; interrupts = <3 1 0 0>;
reg = <0x2>; reg = <0x2>;
device_type = "ethernet-phy";
}; };
qe_phy3: ethernet-phy@03 { qe_phy3: ethernet-phy@03 {
interrupt-parent = <&mpic>; interrupt-parent = <&mpic>;
interrupts = <4 1 0 0>; interrupts = <4 1 0 0>;
reg = <0x3>; reg = <0x3>;
device_type = "ethernet-phy";
}; };
qe_phy5: ethernet-phy@04 { qe_phy5: ethernet-phy@04 {
reg = <0x04>; reg = <0x04>;
device_type = "ethernet-phy";
}; };
qe_phy7: ethernet-phy@06 { qe_phy7: ethernet-phy@06 {
reg = <0x6>; reg = <0x6>;
device_type = "ethernet-phy";
}; };
tbi1: tbi-phy@11 { tbi1: tbi-phy@11 {
reg = <0x11>; reg = <0x11>;
......
...@@ -211,25 +211,21 @@ phy0: ethernet-phy@0 { ...@@ -211,25 +211,21 @@ phy0: ethernet-phy@0 {
interrupt-parent = <&mpic>; interrupt-parent = <&mpic>;
interrupts = <10 1>; interrupts = <10 1>;
reg = <0>; reg = <0>;
device_type = "ethernet-phy";
}; };
phy1: ethernet-phy@1 { phy1: ethernet-phy@1 {
interrupt-parent = <&mpic>; interrupt-parent = <&mpic>;
interrupts = <10 1>; interrupts = <10 1>;
reg = <1>; reg = <1>;
device_type = "ethernet-phy";
}; };
phy2: ethernet-phy@2 { phy2: ethernet-phy@2 {
interrupt-parent = <&mpic>; interrupt-parent = <&mpic>;
interrupts = <10 1>; interrupts = <10 1>;
reg = <2>; reg = <2>;
device_type = "ethernet-phy";
}; };
phy3: ethernet-phy@3 { phy3: ethernet-phy@3 {
interrupt-parent = <&mpic>; interrupt-parent = <&mpic>;
interrupts = <10 1>; interrupts = <10 1>;
reg = <3>; reg = <3>;
device_type = "ethernet-phy";
}; };
tbi0: tbi-phy@11 { tbi0: tbi-phy@11 {
reg = <0x11>; reg = <0x11>;
......
...@@ -211,25 +211,21 @@ phy0: ethernet-phy@0 { ...@@ -211,25 +211,21 @@ phy0: ethernet-phy@0 {
interrupt-parent = <&mpic>; interrupt-parent = <&mpic>;
interrupts = <10 1>; interrupts = <10 1>;
reg = <0>; reg = <0>;
device_type = "ethernet-phy";
}; };
phy1: ethernet-phy@1 { phy1: ethernet-phy@1 {
interrupt-parent = <&mpic>; interrupt-parent = <&mpic>;
interrupts = <10 1>; interrupts = <10 1>;
reg = <1>; reg = <1>;
device_type = "ethernet-phy";
}; };
phy2: ethernet-phy@2 { phy2: ethernet-phy@2 {
interrupt-parent = <&mpic>; interrupt-parent = <&mpic>;
interrupts = <10 1>; interrupts = <10 1>;
reg = <2>; reg = <2>;
device_type = "ethernet-phy";
}; };
phy3: ethernet-phy@3 { phy3: ethernet-phy@3 {
interrupt-parent = <&mpic>; interrupt-parent = <&mpic>;
interrupts = <10 1>; interrupts = <10 1>;
reg = <3>; reg = <3>;
device_type = "ethernet-phy";
}; };
tbi0: tbi-phy@11 { tbi0: tbi-phy@11 {
reg = <0x11>; reg = <0x11>;
......
...@@ -74,7 +74,6 @@ mdio@e00 { ...@@ -74,7 +74,6 @@ mdio@e00 {
#size-cells = <0>; #size-cells = <0>;
PHY: ethernet-phy@f { PHY: ethernet-phy@f {
reg = <0xf>; reg = <0xf>;
device_type = "ethernet-phy";
}; };
}; };
......
...@@ -86,17 +86,14 @@ mdio@e00 { ...@@ -86,17 +86,14 @@ mdio@e00 {
PHY0: ethernet-phy@0 { PHY0: ethernet-phy@0 {
reg = <0x0>; reg = <0x0>;
device_type = "ethernet-phy";
}; };
PHY1: ethernet-phy@1 { PHY1: ethernet-phy@1 {
reg = <0x1>; reg = <0x1>;
device_type = "ethernet-phy";
}; };
PHY2: ethernet-phy@2 { PHY2: ethernet-phy@2 {
reg = <0x2>; reg = <0x2>;
device_type = "ethernet-phy";
}; };
}; };
......
...@@ -295,13 +295,11 @@ qe_phy0: ethernet-phy@0 { ...@@ -295,13 +295,11 @@ qe_phy0: ethernet-phy@0 {
interrupt-parent = <&mpic>; interrupt-parent = <&mpic>;
interrupts = <4 1 0 0>; interrupts = <4 1 0 0>;
reg = <0x0>; reg = <0x0>;
device_type = "ethernet-phy";
}; };
qe_phy1: ethernet-phy@03 { qe_phy1: ethernet-phy@03 {
interrupt-parent = <&mpic>; interrupt-parent = <&mpic>;
interrupts = <5 1 0 0>; interrupts = <5 1 0 0>;
reg = <0x3>; reg = <0x3>;
device_type = "ethernet-phy";
}; };
tbi-phy@11 { tbi-phy@11 {
reg = <0x11>; reg = <0x11>;
......
...@@ -105,13 +105,11 @@ qe_phy0: ethernet-phy@0 { ...@@ -105,13 +105,11 @@ qe_phy0: ethernet-phy@0 {
interrupt-parent = <&mpic>; interrupt-parent = <&mpic>;
interrupts = <4 1 0 0>; interrupts = <4 1 0 0>;
reg = <0x6>; reg = <0x6>;
device_type = "ethernet-phy";
}; };
qe_phy1: ethernet-phy@03 { qe_phy1: ethernet-phy@03 {
interrupt-parent = <&mpic>; interrupt-parent = <&mpic>;
interrupts = <5 1 0 0>; interrupts = <5 1 0 0>;
reg = <0x3>; reg = <0x3>;
device_type = "ethernet-phy";
}; };
tbi-phy@11 { tbi-phy@11 {
reg = <0x11>; reg = <0x11>;
......
...@@ -110,12 +110,10 @@ mdio@24520 { ...@@ -110,12 +110,10 @@ mdio@24520 {
phy0: ethernet-phy@0 { phy0: ethernet-phy@0 {
interrupts = <7 1 0 0>; interrupts = <7 1 0 0>;
reg = <0x0>; reg = <0x0>;
device_type = "ethernet-phy";
}; };
phy1: ethernet-phy@1 { phy1: ethernet-phy@1 {
interrupts = <8 1 0 0>; interrupts = <8 1 0 0>;
reg = <0x1>; reg = <0x1>;
device_type = "ethernet-phy";
}; };
tbi0: tbi-phy@11 { tbi0: tbi-phy@11 {
reg = <0x11>; reg = <0x11>;
......
...@@ -212,14 +212,12 @@ PHY0: ethernet-phy@0 { ...@@ -212,14 +212,12 @@ PHY0: ethernet-phy@0 {
interrupt-parent = <&PIC>; interrupt-parent = <&PIC>;
interrupts = <25 2>; interrupts = <25 2>;
reg = <0x0>; reg = <0x0>;
device_type = "ethernet-phy";
}; };
PHY1: ethernet-phy@1 { PHY1: ethernet-phy@1 {
interrupt-parent = <&PIC>; interrupt-parent = <&PIC>;
interrupts = <25 2>; interrupts = <25 2>;
reg = <0x3>; reg = <0x3>;
device_type = "ethernet-phy";
}; };
}; };
......
...@@ -76,14 +76,12 @@ mdio { ...@@ -76,14 +76,12 @@ mdio {
device_type = "mdio"; device_type = "mdio";
compatible = "marvell,mv64360-mdio"; compatible = "marvell,mv64360-mdio";
PHY0: ethernet-phy@1 { PHY0: ethernet-phy@1 {
device_type = "ethernet-phy";
compatible = "broadcom,bcm5421"; compatible = "broadcom,bcm5421";
interrupts = <76>; /* GPP 12 */ interrupts = <76>; /* GPP 12 */
interrupt-parent = <&PIC>; interrupt-parent = <&PIC>;
reg = <1>; reg = <1>;
}; };
PHY1: ethernet-phy@3 { PHY1: ethernet-phy@3 {
device_type = "ethernet-phy";
compatible = "broadcom,bcm5421"; compatible = "broadcom,bcm5421";
interrupts = <76>; /* GPP 12 */ interrupts = <76>; /* GPP 12 */
interrupt-parent = <&PIC>; interrupt-parent = <&PIC>;
......
...@@ -173,14 +173,12 @@ phy0: ethernet-phy@19 { ...@@ -173,14 +173,12 @@ phy0: ethernet-phy@19 {
interrupt-parent = <&ipic>; interrupt-parent = <&ipic>;
interrupts = <20 0x8>; interrupts = <20 0x8>;
reg = <0x19>; reg = <0x19>;
device_type = "ethernet-phy";
}; };
phy1: ethernet-phy@1a { phy1: ethernet-phy@1a {
interrupt-parent = <&ipic>; interrupt-parent = <&ipic>;
interrupts = <21 0x8>; interrupts = <21 0x8>;
reg = <0x1a>; reg = <0x1a>;
device_type = "ethernet-phy";
}; };
tbi0: tbi-phy@11 { tbi0: tbi-phy@11 {
......
...@@ -137,13 +137,11 @@ phy0: ethernet-phy@19 { ...@@ -137,13 +137,11 @@ phy0: ethernet-phy@19 {
interrupt-parent = <&mpic>; interrupt-parent = <&mpic>;
interrupts = <0x6 0x1>; interrupts = <0x6 0x1>;
reg = <0x19>; reg = <0x19>;
device_type = "ethernet-phy";
}; };
phy1: ethernet-phy@1a { phy1: ethernet-phy@1a {
interrupt-parent = <&mpic>; interrupt-parent = <&mpic>;
interrupts = <0x7 0x1>; interrupts = <0x7 0x1>;
reg = <0x1a>; reg = <0x1a>;
device_type = "ethernet-phy";
}; };
tbi0: tbi-phy@11 { tbi0: tbi-phy@11 {
reg = <0x11>; reg = <0x11>;
......
...@@ -230,25 +230,21 @@ phy0: ethernet-phy@1f { ...@@ -230,25 +230,21 @@ phy0: ethernet-phy@1f {
interrupt-parent = <&mpic>; interrupt-parent = <&mpic>;
interrupts = <10 1>; interrupts = <10 1>;
reg = <0x1f>; reg = <0x1f>;
device_type = "ethernet-phy";
}; };
phy1: ethernet-phy@0 { phy1: ethernet-phy@0 {
interrupt-parent = <&mpic>; interrupt-parent = <&mpic>;
interrupts = <10 1>; interrupts = <10 1>;
reg = <0>; reg = <0>;
device_type = "ethernet-phy";
}; };
phy2: ethernet-phy@1 { phy2: ethernet-phy@1 {
interrupt-parent = <&mpic>; interrupt-parent = <&mpic>;
interrupts = <10 1>; interrupts = <10 1>;
reg = <1>; reg = <1>;
device_type = "ethernet-phy";
}; };
phy3: ethernet-phy@2 { phy3: ethernet-phy@2 {
interrupt-parent = <&mpic>; interrupt-parent = <&mpic>;
interrupts = <10 1>; interrupts = <10 1>;
reg = <2>; reg = <2>;
device_type = "ethernet-phy";
}; };
tbi0: tbi-phy@11 { tbi0: tbi-phy@11 {
reg = <0x11>; reg = <0x11>;
......
...@@ -161,13 +161,11 @@ phy2: ethernet-phy@2 { ...@@ -161,13 +161,11 @@ phy2: ethernet-phy@2 {
interrupt-parent = <&mpic>; interrupt-parent = <&mpic>;
interrupts = <5 4>; interrupts = <5 4>;
reg = <2>; reg = <2>;
device_type = "ethernet-phy";
}; };
phy4: ethernet-phy@4 { phy4: ethernet-phy@4 {
interrupt-parent = <&mpic>; interrupt-parent = <&mpic>;
interrupts = <5 4>; interrupts = <5 4>;
reg = <4>; reg = <4>;
device_type = "ethernet-phy";
}; };
tbi0: tbi-phy@11 { tbi0: tbi-phy@11 {
reg = <0x11>; reg = <0x11>;
......
...@@ -164,13 +164,11 @@ phy0: ethernet-phy@2 { ...@@ -164,13 +164,11 @@ phy0: ethernet-phy@2 {
interrupt-parent = <&mpic>; interrupt-parent = <&mpic>;
interrupts = <5 1>; interrupts = <5 1>;
reg = <0x2>; reg = <0x2>;
device_type = "ethernet-phy";
}; };
phy1: ethernet-phy@4 { phy1: ethernet-phy@4 {
interrupt-parent = <&mpic>; interrupt-parent = <&mpic>;
interrupts = <5 1>; interrupts = <5 1>;
reg = <0x4>; reg = <0x4>;
device_type = "ethernet-phy";
}; };
tbi0: tbi-phy@11 { tbi0: tbi-phy@11 {
reg = <0x11>; reg = <0x11>;
......
...@@ -172,19 +172,16 @@ phy1: ethernet-phy@1 { ...@@ -172,19 +172,16 @@ phy1: ethernet-phy@1 {
interrupt-parent = <&mpic>; interrupt-parent = <&mpic>;
interrupts = <8 1>; interrupts = <8 1>;
reg = <1>; reg = <1>;
device_type = "ethernet-phy";
}; };
phy2: ethernet-phy@2 { phy2: ethernet-phy@2 {
interrupt-parent = <&mpic>; interrupt-parent = <&mpic>;
interrupts = <8 1>; interrupts = <8 1>;
reg = <2>; reg = <2>;
device_type = "ethernet-phy";
}; };
phy3: ethernet-phy@3 { phy3: ethernet-phy@3 {
interrupt-parent = <&mpic>; interrupt-parent = <&mpic>;
interrupts = <8 1>; interrupts = <8 1>;
reg = <3>; reg = <3>;
device_type = "ethernet-phy";
}; };
tbi0: tbi-phy@11 { tbi0: tbi-phy@11 {
reg = <0x11>; reg = <0x11>;
......
...@@ -172,19 +172,16 @@ phy1: ethernet-phy@1 { ...@@ -172,19 +172,16 @@ phy1: ethernet-phy@1 {
interrupt-parent = <&mpic>; interrupt-parent = <&mpic>;
interrupts = <8 1>; interrupts = <8 1>;
reg = <1>; reg = <1>;
device_type = "ethernet-phy";
}; };
phy2: ethernet-phy@2 { phy2: ethernet-phy@2 {
interrupt-parent = <&mpic>; interrupt-parent = <&mpic>;
interrupts = <8 1>; interrupts = <8 1>;
reg = <2>; reg = <2>;
device_type = "ethernet-phy";
}; };
phy3: ethernet-phy@3 { phy3: ethernet-phy@3 {
interrupt-parent = <&mpic>; interrupt-parent = <&mpic>;
interrupts = <8 1>; interrupts = <8 1>;
reg = <3>; reg = <3>;
device_type = "ethernet-phy";
}; };
tbi0: tbi-phy@11 { tbi0: tbi-phy@11 {
reg = <0x11>; reg = <0x11>;
......
...@@ -185,31 +185,26 @@ phy1: ethernet-phy@0 { ...@@ -185,31 +185,26 @@ phy1: ethernet-phy@0 {
interrupt-parent = <&mpic>; interrupt-parent = <&mpic>;
interrupts = <8 1>; interrupts = <8 1>;
reg = <1>; reg = <1>;
device_type = "ethernet-phy";
}; };
phy2: ethernet-phy@1 { phy2: ethernet-phy@1 {
interrupt-parent = <&mpic>; interrupt-parent = <&mpic>;
interrupts = <8 1>; interrupts = <8 1>;
reg = <2>; reg = <2>;
device_type = "ethernet-phy";
}; };
phy3: ethernet-phy@3 { phy3: ethernet-phy@3 {
interrupt-parent = <&mpic>; interrupt-parent = <&mpic>;
interrupts = <8 1>; interrupts = <8 1>;
reg = <3>; reg = <3>;
device_type = "ethernet-phy";
}; };
phy4: ethernet-phy@4 { phy4: ethernet-phy@4 {
interrupt-parent = <&mpic>; interrupt-parent = <&mpic>;
interrupts = <8 1>; interrupts = <8 1>;
reg = <4>; reg = <4>;
device_type = "ethernet-phy";
}; };
phy5: ethernet-phy@5 { phy5: ethernet-phy@5 {
interrupt-parent = <&mpic>; interrupt-parent = <&mpic>;
interrupts = <8 1>; interrupts = <8 1>;
reg = <5>; reg = <5>;
device_type = "ethernet-phy";
}; };
tbi0: tbi-phy@11 { tbi0: tbi-phy@11 {
reg = <0x11>; reg = <0x11>;
......
...@@ -185,31 +185,26 @@ phy1: ethernet-phy@0 { ...@@ -185,31 +185,26 @@ phy1: ethernet-phy@0 {
interrupt-parent = <&mpic>; interrupt-parent = <&mpic>;
interrupts = <8 1>; interrupts = <8 1>;
reg = <1>; reg = <1>;
device_type = "ethernet-phy";
}; };
phy2: ethernet-phy@1 { phy2: ethernet-phy@1 {
interrupt-parent = <&mpic>; interrupt-parent = <&mpic>;
interrupts = <8 1>; interrupts = <8 1>;
reg = <2>; reg = <2>;
device_type = "ethernet-phy";
}; };
phy3: ethernet-phy@3 { phy3: ethernet-phy@3 {
interrupt-parent = <&mpic>; interrupt-parent = <&mpic>;
interrupts = <8 1>; interrupts = <8 1>;
reg = <3>; reg = <3>;
device_type = "ethernet-phy";
}; };
phy4: ethernet-phy@4 { phy4: ethernet-phy@4 {
interrupt-parent = <&mpic>; interrupt-parent = <&mpic>;
interrupts = <8 1>; interrupts = <8 1>;
reg = <4>; reg = <4>;
device_type = "ethernet-phy";
}; };
phy5: ethernet-phy@5 { phy5: ethernet-phy@5 {
interrupt-parent = <&mpic>; interrupt-parent = <&mpic>;
interrupts = <8 1>; interrupts = <8 1>;
reg = <5>; reg = <5>;
device_type = "ethernet-phy";
}; };
tbi0: tbi-phy@11 { tbi0: tbi-phy@11 {
reg = <0x11>; reg = <0x11>;
......
...@@ -172,19 +172,16 @@ phy1: ethernet-phy@1 { ...@@ -172,19 +172,16 @@ phy1: ethernet-phy@1 {
interrupt-parent = <&mpic>; interrupt-parent = <&mpic>;
interrupts = <8 1>; interrupts = <8 1>;
reg = <1>; reg = <1>;
device_type = "ethernet-phy";
}; };
phy2: ethernet-phy@2 { phy2: ethernet-phy@2 {
interrupt-parent = <&mpic>; interrupt-parent = <&mpic>;
interrupts = <8 1>; interrupts = <8 1>;
reg = <2>; reg = <2>;
device_type = "ethernet-phy";
}; };
phy3: ethernet-phy@3 { phy3: ethernet-phy@3 {
interrupt-parent = <&mpic>; interrupt-parent = <&mpic>;
interrupts = <8 1>; interrupts = <8 1>;
reg = <3>; reg = <3>;
device_type = "ethernet-phy";
}; };
tbi0: tbi-phy@11 { tbi0: tbi-phy@11 {
reg = <0x11>; reg = <0x11>;
......
...@@ -174,19 +174,16 @@ phy1: ethernet-phy@1 { ...@@ -174,19 +174,16 @@ phy1: ethernet-phy@1 {
interrupt-parent = <&mpic>; interrupt-parent = <&mpic>;
interrupts = <8 1>; interrupts = <8 1>;
reg = <1>; reg = <1>;
device_type = "ethernet-phy";
}; };
phy2: ethernet-phy@2 { phy2: ethernet-phy@2 {
interrupt-parent = <&mpic>; interrupt-parent = <&mpic>;
interrupts = <8 1>; interrupts = <8 1>;
reg = <2>; reg = <2>;
device_type = "ethernet-phy";
}; };
phy3: ethernet-phy@3 { phy3: ethernet-phy@3 {
interrupt-parent = <&mpic>; interrupt-parent = <&mpic>;
interrupts = <8 1>; interrupts = <8 1>;
reg = <3>; reg = <3>;
device_type = "ethernet-phy";
}; };
tbi0: tbi-phy@11 { tbi0: tbi-phy@11 {
reg = <0x11>; reg = <0x11>;
......
...@@ -107,7 +107,6 @@ phy1: mdio@e00 { ...@@ -107,7 +107,6 @@ phy1: mdio@e00 {
#size-cells = <0>; #size-cells = <0>;
PHY: ethernet-phy@f { PHY: ethernet-phy@f {
reg = <0xf>; reg = <0xf>;
device_type = "ethernet-phy";
}; };
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment