mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-15 18:03:30 +00:00
22 lines
652 B
Diff
22 lines
652 B
Diff
---
|
|
arch/arm64/boot/dts/amlogic/meson-gxl-s905d-p230.dts | 3 +--
|
|
1 file changed, 1 insertion(+), 2 deletions(-)
|
|
|
|
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 b2ab05c22..f025109f2 100644
|
|
--- a/arch/arm64/boot/dts/amlogic/meson-gxl-s905d-p230.dts
|
|
+++ b/arch/arm64/boot/dts/amlogic/meson-gxl-s905d-p230.dts
|
|
@@ -86,8 +86,7 @@ external_phy: ethernet-phy@0 {
|
|
reset-gpios = <&gpio GPIOZ_14 GPIO_ACTIVE_LOW>;
|
|
|
|
interrupt-parent = <&gpio_intc>;
|
|
- interrupts = <29 IRQ_TYPE_LEVEL_LOW>;
|
|
- eee-broken-1000t;
|
|
+ interrupts = <25 IRQ_TYPE_LEVEL_LOW>;
|
|
};
|
|
};
|
|
|
|
--
|
|
2.41.0
|
|
|