diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2019-08-23 09:02:42 +0200 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2019-08-30 01:13:34 +0200 |
commit | 49ee7f85a43f2b6a5e63d77d45aca33d35fff53a (patch) | |
tree | 9a89347a689ad500f704f4c4e307eece98b13a94 /arch/arm64/boot/dts/amlogic | |
parent | arm64: dts: meson-gx: fix periphs bus node name (diff) | |
download | linux-49ee7f85a43f2b6a5e63d77d45aca33d35fff53a.tar.xz linux-49ee7f85a43f2b6a5e63d77d45aca33d35fff53a.zip |
arm64: dts: meson-gxl: fix internal phy compatible
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>
Diffstat (limited to 'arch/arm64/boot/dts/amlogic')
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-gxl.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi b/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi index 7a3b674db11f..49ff0a7d0210 100644 --- a/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi +++ b/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi @@ -709,7 +709,7 @@ #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>; |