[PATCHv1 6/6] arm64: dts: meson-glx: Fix the ethernet phy mdio compatible string
Anand Moon
linux.amoon at gmail.com
Thu Mar 25 12:42:25 GMT 2021
Fix the ethernet phy mdio comatible string to help
initialize the phy on Amlogic SoC sbc.
make ARCH=arm64 dtbs_check
DT_SCHEMA_FILES=Documentation/devicetree/bindings/net/ethernet-phy.yaml
Cc: Neil Armstrong <narmstrong at baylibre.com>
Cc: Martin Blumenstingl <martin.blumenstingl at googlemail.com>
Signed-off-by: Anand Moon <linux.amoon at gmail.com>
---
arch/arm64/boot/dts/amlogic/meson-gxl.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi b/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi
index c3ac531c4f84..303f54384a9a 100644
--- a/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi
+++ b/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi
@@ -773,7 +773,7 @@ internal_mdio: mdio at e40908ff {
#size-cells = <0>;
internal_phy: ethernet-phy at 8 {
- compatible = "ethernet-phy-id0181.4400";
+ compatible = "ethernet-phy-ieee802.3-c22";
interrupts = <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>;
reg = <8>;
max-speed = <100>;
--
2.31.0
More information about the linux-arm-kernel
mailing list