From fadd75734b6e4be4ef7de29142337749d918be54 Mon Sep 17 00:00:00 2001 From: David Wu Date: Fri, 27 Mar 2020 20:46:03 +0800 Subject: [PATCH] ARM: dts: rv11xx-evb-v10: Fix the phy rst pin The gpio2c0 can't control, changed to gpio2b1. Change-Id: I7b414d8c22147e3989a8d362eae98cae1bf0310b Signed-off-by: David Wu --- arch/arm/boot/dts/rv11xx-evb-v10.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/rv11xx-evb-v10.dtsi b/arch/arm/boot/dts/rv11xx-evb-v10.dtsi index 71ed13970697..82a0914840ab 100644 --- a/arch/arm/boot/dts/rv11xx-evb-v10.dtsi +++ b/arch/arm/boot/dts/rv11xx-evb-v10.dtsi @@ -475,7 +475,7 @@ phy-mode = "rgmii"; clock_in_out = "input"; - snps,reset-gpio = <&gpio2 RK_PC0 GPIO_ACTIVE_LOW>; + snps,reset-gpio = <&gpio2 RK_PB1 GPIO_ACTIVE_LOW>; snps,reset-active-low; /* Reset time is 20ms, 100ms for rtl8211f */ snps,reset-delays-us = <0 20000 100000>;