arm64: dts: rockchip: rename pinctrl nodename to gmac2io for nanopi-r2s board
authorJohan Jonker <jbx6244@gmail.com>
Sun, 10 Jan 2021 19:48:51 +0000 (20:48 +0100)
committerHeiko Stuebner <heiko@sntech.de>
Mon, 1 Feb 2021 18:00:31 +0000 (19:00 +0100)
A test with the command below gives this error:
/arch/arm64/boot/dts/rockchip/rk3328-nanopi-r2s.dt.yaml:
ethernet-phy: 'reg' is a required property

The pinctrl nodename "ethernet-phy" conflicts with the rules
in the "ethernet-phy.yaml" document, so rename it to "gmac2io".

make ARCH=arm64 dtbs_check
DT_SCHEMA_FILES=Documentation/devicetree/bindings/net/ethernet-phy.yaml

Signed-off-by: Johan Jonker <jbx6244@gmail.com>
Link: https://lore.kernel.org/r/20210110194851.10207-1-jbx6244@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3328-nanopi-r2s.dts

index 5382cf4..549121b 100644 (file)
                };
        };
 
-       ethernet-phy {
+       gmac2io {
                eth_phy_reset_pin: eth-phy-reset-pin {
                        rockchip,pins = <1 RK_PC2 RK_FUNC_GPIO &pcfg_pull_down>;
                };