From b4e99d62bb81dba84d65d4ce4b5ccf1ae63b3561 Mon Sep 17 00:00:00 2001 From: suyuan168 <175338101@qq.com> Date: Sat, 2 Jul 2022 21:31:13 +0800 Subject: [PATCH] Update qcom-ipq4019-nhx4019.dts --- .../files/arch/arm/boot/dts/qcom-ipq4019-nhx4019.dts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/root/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-nhx4019.dts b/root/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-nhx4019.dts index a5ee4852..a6f592a6 100755 --- a/root/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-nhx4019.dts +++ b/root/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-nhx4019.dts @@ -96,15 +96,15 @@ m2_pins: m2_pinmux { mux_1 { - pins = "gpio48", "gpio49", "gpio50"; + pins = "gpio49", "gpio42", "gpio43", "gpio48"; function = "gpio"; drive-strength = <2>; bias-none; - output-high; + output-down; }; mux_2 { - pins = "gpio51", "gpio42", "gpio44", "gpio46"; + pins = "gpio50", "gpio51", "gpio46"; function = "gpio"; drive-strength = <2>; bias-none; @@ -411,7 +411,7 @@ m2reset { gpio-export,name = "m2reset"; gpio-export,output = <1>; - gpio = <&tlmm 49 GPIO_ACTIVE_HIGH>; + gpio = <&tlmm 49 GPIO_ACTIVE_LOW>; }; m2_dc_en { @@ -429,7 +429,7 @@ pcie1_reset { gpio-export,name = "pcie1_reset"; gpio-export,output = <1>; - gpio = <&tlmm 42 GPIO_ACTIVE_HIGH>; + gpio = <&tlmm 42 GPIO_ACTIVE_LOW>; }; pcie2_dc_en { @@ -441,7 +441,7 @@ pcie2_reset { gpio-export,name = "pcie2_reset"; gpio-export,output = <1>; - gpio = <&tlmm 44 GPIO_ACTIVE_HIGH>; + gpio = <&tlmm 43 GPIO_ACTIVE_LOW>; }; }; };