aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm64/boot/dts/amlogic/meson-gxbb-nanopi-k2.dts2
-rw-r--r--arch/arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts2
-rw-r--r--arch/arm64/boot/dts/amlogic/meson-gxbb-p200.dts2
-rw-r--r--arch/arm64/boot/dts/amlogic/meson-gxl-s905d-p230.dts2
-rw-r--r--arch/arm64/boot/dts/amlogic/meson-gxm-q200.dts2
5 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxbb-nanopi-k2.dts b/arch/arm64/boot/dts/amlogic/meson-gxbb-nanopi-k2.dts
index 2e853c082a65..4a4251001bfd 100644
--- a/arch/arm64/boot/dts/amlogic/meson-gxbb-nanopi-k2.dts
+++ b/arch/arm64/boot/dts/amlogic/meson-gxbb-nanopi-k2.dts
@@ -168,6 +168,8 @@
168 eth_phy0: ethernet-phy@0 { 168 eth_phy0: ethernet-phy@0 {
169 /* Realtek RTL8211F (0x001cc916) */ 169 /* Realtek RTL8211F (0x001cc916) */
170 reg = <0>; 170 reg = <0>;
171 interrupt-parent = <&gpio_intc>;
172 interrupts = <29 IRQ_TYPE_LEVEL_LOW>;
171 }; 173 };
172 }; 174 };
173}; 175};
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts b/arch/arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts
index 2e5ed59e697e..f8d221463c60 100644
--- a/arch/arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts
+++ b/arch/arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts
@@ -157,6 +157,8 @@
157 157
158 eth_phy0: ethernet-phy@0 { 158 eth_phy0: ethernet-phy@0 {
159 reg = <0>; 159 reg = <0>;
160 interrupt-parent = <&gpio_intc>;
161 interrupts = <29 IRQ_TYPE_LEVEL_LOW>;
160 eee-broken-1000t; 162 eee-broken-1000t;
161 }; 163 };
162 }; 164 };
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxbb-p200.dts b/arch/arm64/boot/dts/amlogic/meson-gxbb-p200.dts
index 2054a474e0a9..9bf16bb7c491 100644
--- a/arch/arm64/boot/dts/amlogic/meson-gxbb-p200.dts
+++ b/arch/arm64/boot/dts/amlogic/meson-gxbb-p200.dts
@@ -117,6 +117,8 @@
117 eth_phy0: ethernet-phy@3 { 117 eth_phy0: ethernet-phy@3 {
118 /* Micrel KSZ9031 (0x00221620) */ 118 /* Micrel KSZ9031 (0x00221620) */
119 reg = <3>; 119 reg = <3>;
120 interrupt-parent = <&gpio_intc>;
121 interrupts = <29 IRQ_TYPE_LEVEL_LOW>;
120 }; 122 };
121 }; 123 };
122}; 124};
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxl-s905d-p230.dts b/arch/arm64/boot/dts/amlogic/meson-gxl-s905d-p230.dts
index 6827f235d7cf..4f3f03fc31b0 100644
--- a/arch/arm64/boot/dts/amlogic/meson-gxl-s905d-p230.dts
+++ b/arch/arm64/boot/dts/amlogic/meson-gxl-s905d-p230.dts
@@ -128,6 +128,8 @@
128 compatible = "ethernet-phy-id001c.c916", "ethernet-phy-ieee802.3-c22"; 128 compatible = "ethernet-phy-id001c.c916", "ethernet-phy-ieee802.3-c22";
129 reg = <0>; 129 reg = <0>;
130 max-speed = <1000>; 130 max-speed = <1000>;
131 interrupt-parent = <&gpio_intc>;
132 interrupts = <29 IRQ_TYPE_LEVEL_LOW>;
131 }; 133 };
132}; 134};
133 135
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxm-q200.dts b/arch/arm64/boot/dts/amlogic/meson-gxm-q200.dts
index b65776b01911..66c6da7e112c 100644
--- a/arch/arm64/boot/dts/amlogic/meson-gxm-q200.dts
+++ b/arch/arm64/boot/dts/amlogic/meson-gxm-q200.dts
@@ -110,6 +110,8 @@
110 compatible = "ethernet-phy-id001c.c916", "ethernet-phy-ieee802.3-c22"; 110 compatible = "ethernet-phy-id001c.c916", "ethernet-phy-ieee802.3-c22";
111 reg = <0>; 111 reg = <0>;
112 max-speed = <1000>; 112 max-speed = <1000>;
113 interrupt-parent = <&gpio_intc>;
114 interrupts = <29 IRQ_TYPE_LEVEL_LOW>;
113 }; 115 };
114}; 116};
115 117