diff options
author | 2023-09-29 09:40:32 -0300 | |
---|---|---|
committer | 2023-10-10 11:06:00 +0800 | |
commit | d57ba7ac6db22c16d0f60014995a6053d37842b9 (patch) | |
tree | fc0e32351133e3fea60e2e86c5405eda684c362b | |
parent | arm64: dts: imx8mm-venice-gw790: Remove phy-mode from switch node (diff) | |
download | wireguard-linux-d57ba7ac6db22c16d0f60014995a6053d37842b9.tar.xz wireguard-linux-d57ba7ac6db22c16d0f60014995a6053d37842b9.zip |
arm64: dts: imx8-apalis-v1.1: Fix Ethernet PHY reset-names
Per ethernet-phy.yaml, the expected value for the 'reset-names'
property is "phy".
Change it accordingly to fix the following schema warning:
imx8qm-apalis-ixora-v1.1.dtb: ethernet-phy@7: reset-names:0: 'phy' was expected
from schema $id: http://devicetree.org/schemas/net/ethernet-phy.yaml#
Signed-off-by: Fabio Estevam <festevam@denx.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx8-apalis-v1.1.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8-apalis-v1.1.dtsi b/arch/arm64/boot/dts/freescale/imx8-apalis-v1.1.dtsi index 7ce342007836..5ce5fbf2b38e 100644 --- a/arch/arm64/boot/dts/freescale/imx8-apalis-v1.1.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8-apalis-v1.1.dtsi @@ -264,7 +264,7 @@ reset-assert-us = <2>; reset-deassert-us = <2>; reset-gpios = <&lsio_gpio1 11 GPIO_ACTIVE_LOW>; - reset-names = "phy-reset"; + reset-names = "phy"; }; }; }; |