diff options
| author | Frank Li <Frank.Li@nxp.com> | 2026-05-21 22:15:44 +0300 |
|---|---|---|
| committer | Frank Li <Frank.Li@nxp.com> | 2026-06-02 00:07:37 +0300 |
| commit | e6532261b1514d99cfa07db05c1fafaf32ffbfb2 (patch) | |
| tree | 61cba350d29c79941d737a433923ac1b961ef303 | |
| parent | 256807f42282e4d7d672784c4eacf6ca768920b4 (diff) | |
| download | linux-e6532261b1514d99cfa07db05c1fafaf32ffbfb2.tar.xz | |
ARM: dts: imx6-display5: replace marvell,88E1510 with ethernet-phy-ieee802.3-c22
Replace the vendor-specific PHY compatible string with the generic
ethernet-phy-ieee802.3-c22 compatible.
The marvell,88E1510 compatible is listed in whitelist_phys[] and is
never matched against a PHY driver. PHY devices are expected to use
the generic ethernet-phy-ieee802.3-c22 compatible unless a specific
MDIO driver match is required.
The 88E1510 is compatible with Clause 22 PHY devices, so use the
generic compatible string instead.
Fix below CHECK_DTBS warnings:
arch/arm/boot/dts/nxp/imx/imx6q-display5-tianma-tm070-1280x768.dtb: /soc/bus@2100000/ethernet@2188000/mdio/ethernet-phy@0: failed to match any schema with compatible: ['marvell,88E1510']
Known other user (uboot) did not use marvell,88E1510.
Signed-off-by: Frank Li <Frank.Li@nxp.com>
| -rw-r--r-- | arch/arm/boot/dts/nxp/imx/imx6q-display5.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/nxp/imx/imx6q-display5.dtsi b/arch/arm/boot/dts/nxp/imx/imx6q-display5.dtsi index 4e448b4810f2..21e8bbdab4e6 100644 --- a/arch/arm/boot/dts/nxp/imx/imx6q-display5.dtsi +++ b/arch/arm/boot/dts/nxp/imx/imx6q-display5.dtsi @@ -208,7 +208,7 @@ #address-cells = <1>; #size-cells = <0>; ethernet_phy0: ethernet-phy@0 { - compatible = "marvell,88E1510"; + compatible = "ethernet-phy-ieee802.3-c22"; device_type = "ethernet-phy"; /* Set LED0 control: */ /* On - Link, Blink - Activity, Off - No Link */ |
