]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
arm64: dts: meson-gxl: fix internal phy compatible
authorNeil Armstrong <narmstrong@baylibre.com>
Fri, 23 Aug 2019 07:02:42 +0000 (09:02 +0200)
committerKevin Hilman <khilman@baylibre.com>
Thu, 29 Aug 2019 23:13:34 +0000 (16:13 -0700)
This fixes the following DT schemas check errors:
meson-gxl-s805x-libretech-ac.dt.yaml: ethernet-phy@8: compatible: ['ethernet-phy-id0181.4400', 'ethernet-phy-ieee802.3-c22'] is not valid under any of the given schemas

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Acked-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
arch/arm64/boot/dts/amlogic/meson-gxl.dtsi

index 7a3b674db11ff44be11e245d936fed0caade0f63..49ff0a7d0210f35bbc7c230f3085793b5bb79a22 100644 (file)
@@ -709,7 +709,7 @@ internal_mdio: mdio@e40908ff {
                        #size-cells = <0>;
 
                        internal_phy: ethernet-phy@8 {
-                               compatible = "ethernet-phy-id0181.4400", "ethernet-phy-ieee802.3-c22";
+                               compatible = "ethernet-phy-id0181.4400";
                                interrupts = <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>;
                                reg = <8>;
                                max-speed = <100>;