]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: dts: imx8mp-beacon: remove fallback ethernet-phy-ieee802.3-c22
authorFrank Li <Frank.Li@nxp.com>
Thu, 26 Feb 2026 20:19:47 +0000 (15:19 -0500)
committerFrank Li <Frank.Li@nxp.com>
Fri, 27 Mar 2026 13:52:09 +0000 (09:52 -0400)
Remove the fallback compatible string "ethernet-phy-ieee802.3-c22" from the
Ethernet PHY node to fix below CHECK_DTB warning:

arch/arm64/boot/dts/freescale/imx8mp-beacon-kit.dtb: ethernet-phy@3 (ethernet-phy-id0022.1640): compatible: ['ethernet-phy-id0022.1640', 'ethernet-phy-ieee802.3-c22'] is too long
        from schema $id: http://devicetree.org/schemas/net/micrel,gigabit.yaml

Signed-off-by: Frank Li <Frank.Li@nxp.com>
arch/arm64/boot/dts/freescale/imx8mp-beacon-kit.dts
arch/arm64/boot/dts/freescale/imx8mp-beacon-som.dtsi

index 31c33acb560c6c80b64f36757298a65449ff6592..385aa6bae5202132731148134814ddd2f3e06218 100644 (file)
                #size-cells = <0>;
 
                ethphy1: ethernet-phy@3 {
-                       compatible = "ethernet-phy-id0022.1640",
-                                    "ethernet-phy-ieee802.3-c22";
+                       compatible = "ethernet-phy-id0022.1640";
                        reg = <3>;
                        reset-gpios = <&gpio4 18 GPIO_ACTIVE_LOW>;
                        reset-assert-us = <10000>;
index 6a62cb32e22ecea200ef89c546395a03595c34e7..1007f7db85e9389f48e5c876650fd589e09a5356 100644 (file)
@@ -60,8 +60,7 @@
                #size-cells = <0>;
 
                ethphy0: ethernet-phy@3 {
-                       compatible = "ethernet-phy-id0022.1640",
-                                    "ethernet-phy-ieee802.3-c22";
+                       compatible = "ethernet-phy-id0022.1640";
                        reg = <3>;
                        reset-gpios = <&gpio4 10 GPIO_ACTIVE_LOW>;
                        interrupt-parent = <&gpio1>;