[RESEND PATCH v2 08/14] arm64: dts: meson-gxl: fix internal phy compatible

2019-08-23 Thread Neil Armstrong
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 Acked-by: Martin Blumenstingl ---

Re: [PATCH v2 08/14] arm64: dts: meson-gxl: fix internal phy compatible

2019-08-21 Thread Martin Blumenstingl
On Wed, Aug 21, 2019 at 4:23 PM Neil Armstrong wrote: > > 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 > >

[PATCH v2 08/14] arm64: dts: meson-gxl: fix internal phy compatible

2019-08-21 Thread Neil Armstrong
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 ---