Commit 553f0736 authored by Thierry Reding's avatar Thierry Reding

arm64: tegra: Rename Ethernet PHY nodes

Name the Ethernet PHY device tree nodes as expected by the DT schema.
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 02752947
...@@ -44,7 +44,7 @@ mdio { ...@@ -44,7 +44,7 @@ mdio {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
phy: phy@0 { phy: ethernet-phy@0 {
compatible = "ethernet-phy-ieee802.3-c22"; compatible = "ethernet-phy-ieee802.3-c22";
reg = <0x0>; reg = <0x0>;
interrupt-parent = <&gpio>; interrupt-parent = <&gpio>;
......
...@@ -46,7 +46,7 @@ mdio { ...@@ -46,7 +46,7 @@ mdio {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
phy: phy@0 { phy: ethernet-phy@0 {
compatible = "ethernet-phy-ieee802.3-c22"; compatible = "ethernet-phy-ieee802.3-c22";
reg = <0x0>; reg = <0x0>;
interrupt-parent = <&gpio_aon>; interrupt-parent = <&gpio_aon>;
......
...@@ -39,7 +39,7 @@ mdio { ...@@ -39,7 +39,7 @@ mdio {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
phy: phy@0 { phy: ethernet-phy@0 {
compatible = "ethernet-phy-ieee802.3-c22"; compatible = "ethernet-phy-ieee802.3-c22";
reg = <0x0>; reg = <0x0>;
interrupt-parent = <&gpio>; interrupt-parent = <&gpio>;
......
...@@ -36,7 +36,7 @@ mdio { ...@@ -36,7 +36,7 @@ mdio {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
phy: phy@0 { phy: ethernet-phy@0 {
compatible = "ethernet-phy-ieee802.3-c22"; compatible = "ethernet-phy-ieee802.3-c22";
reg = <0x0>; reg = <0x0>;
interrupt-parent = <&gpio>; interrupt-parent = <&gpio>;
......
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