From a725bdc700c9a63666ce1ef9fec1b2a65216576f Mon Sep 17 00:00:00 2001 From: Enrico Mioso Date: Fri, 3 Dec 2021 17:32:20 +0100 Subject: ipq40xx: fix reset button GPIO for GL.iNet GL-B2200 GL.iNet's U-Boot checks for GPIO 40, not 43. Changing this allows the RESET button to work as expected. Signed-off-by: Enrico Mioso CC: Daniel Golle CC: Li Zhang --- target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-gl-b2200.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux') diff --git a/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-gl-b2200.dts b/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-gl-b2200.dts index 6b84f78dc4..339a1e0f72 100644 --- a/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-gl-b2200.dts +++ b/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-gl-b2200.dts @@ -84,7 +84,7 @@ reset { label = "reset"; - gpios = <&tlmm 43 GPIO_ACTIVE_LOW>; + gpios = <&tlmm 40 GPIO_ACTIVE_LOW>; linux,code = ; linux,input-type = <1>; }; -- cgit v1.2.3