diff options
author | Johan Jonker <jbx6244@gmail.com> | 2021-01-10 22:48:51 +0300 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2021-02-01 21:00:31 +0300 |
commit | 060b65d260c5867ca9f56e275d8dbc3f5dba1c13 (patch) | |
tree | 4cc6b0a021ddb3415e336c02e3ae1ca2d212fee4 /arch/arm64/boot/dts/rockchip | |
parent | 0523b124aa4d51e6e05cd22ffe77aaa471ec8b58 (diff) | |
download | linux-060b65d260c5867ca9f56e275d8dbc3f5dba1c13.tar.xz |
arm64: dts: rockchip: rename pinctrl nodename to gmac2io for nanopi-r2s board
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>
Diffstat (limited to 'arch/arm64/boot/dts/rockchip')
-rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3328-nanopi-r2s.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3328-nanopi-r2s.dts b/arch/arm64/boot/dts/rockchip/rk3328-nanopi-r2s.dts index 5382cf4fe353..549121b34d88 100644 --- a/arch/arm64/boot/dts/rockchip/rk3328-nanopi-r2s.dts +++ b/arch/arm64/boot/dts/rockchip/rk3328-nanopi-r2s.dts @@ -281,7 +281,7 @@ }; }; - ethernet-phy { + gmac2io { eth_phy_reset_pin: eth-phy-reset-pin { rockchip,pins = <1 RK_PC2 RK_FUNC_GPIO &pcfg_pull_down>; }; |