]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: dts: mediatek: mt8395-genio-1200-evk: Fix dtbs_check error for phy
authorMacpaul Lin <macpaul.lin@mediatek.com>
Wed, 2 Oct 2024 05:16:18 +0000 (13:16 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 5 Dec 2024 12:52:57 +0000 (13:52 +0100)
[ Upstream commit 752804acea010959bb3a00c65acdf78086a8474c ]

The ethernet-phy node in mt8395-genio-1200-evk.dts was triggering a
dtbs_check error. The error message was:
  eth-phy0@1: $nodename:0: 'eth-phy0@1' does not match
              '^ethernet-phy(@[a-f0-9]+)?$'
Fix this issue by replacing 'eth-phy' node to generic 'ethernet-phy'.

Fixes: f2b543a191b6 ("arm64: dts: mediatek: add device-tree for Genio 1200 EVK board")
Signed-off-by: Macpaul Lin <macpaul.lin@mediatek.com>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Link: https://lore.kernel.org/r/20241002051620.2050-3-macpaul.lin@mediatek.com
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm64/boot/dts/mediatek/mt8395-genio-1200-evk.dts

index a06610fff8adef57c2b5c0e0db3bab95e05ca5d6..33ad8c8205f1b607b52c343f9431b901a9ed11a6 100644 (file)
                compatible = "snps,dwmac-mdio";
                #address-cells = <1>;
                #size-cells = <0>;
-               eth_phy0: eth-phy0@1 {
+               eth_phy0: ethernet-phy@1 {
                        compatible = "ethernet-phy-id001c.c916";
                        reg = <0x1>;
                };