]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: imx6qdl-aristainetos2: rename ethernet-phy to ethernet-phy@0
authorFrank Li <Frank.Li@nxp.com>
Wed, 3 Sep 2025 20:19:58 +0000 (16:19 -0400)
committerShawn Guo <shawnguo@kernel.org>
Thu, 11 Sep 2025 03:18:09 +0000 (11:18 +0800)
Rename ethernet-phy to ethernet-phy@0 to fix below CHECK_DTB warnings:
  arch/arm/boot/dts/nxp/imx/imx6dl-aristainetos2_4.dtb: ethernet@2188000 (fsl,imx6q-fec): mdio: Unevaluated properties are not allowed ('ethernet-phy' was unexpected)

Signed-off-by: Frank Li <Frank.Li@nxp.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/nxp/imx/imx6qdl-aristainetos2.dtsi

index 828af3ac5576a435296afc35b32e1d1dee60f49d..01d4ea20b13d007dc54a3cb3ab65381f274afe03 100644 (file)
                #address-cells = <1>;
                #size-cells = <0>;
 
-               ethphy: ethernet-phy {
+               ethphy: ethernet-phy@0 {
                        compatible = "ethernet-phy-ieee802.3-c22";
+                       reg = <0>;
                        txd0-skew-ps = <0>;
                        txd1-skew-ps = <0>;
                        txd2-skew-ps = <0>;