[PATCH 2/3] ARM: dts: imx6sx-softing-vining-2000: Remove the deprecated "reset-gpio-active-high" property

Sherry Sun sherry.sun at nxp.com
Wed Jan 14 23:18:15 PST 2026


Commit 2e81122d681c ("PCI: imx6: Convert to use agnostic GPIO API")
deleted the "gpio_active_high" flag in pci-imx6 driver, so currently
the imx6 PCIe driver doesn't support "reset-gpio-active-high" property.
Let's remove this deprecated property in imx6q-apalis dts.

Fixes: 2e81122d681c ("PCI: imx6: Convert to use agnostic GPIO API")
Signed-off-by: Sherry Sun <sherry.sun at nxp.com>
---
 arch/arm/boot/dts/nxp/imx/imx6sx-softing-vining-2000.dts | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/boot/dts/nxp/imx/imx6sx-softing-vining-2000.dts b/arch/arm/boot/dts/nxp/imx/imx6sx-softing-vining-2000.dts
index 2ffbe2df4776..fc2747c38e20 100644
--- a/arch/arm/boot/dts/nxp/imx/imx6sx-softing-vining-2000.dts
+++ b/arch/arm/boot/dts/nxp/imx/imx6sx-softing-vining-2000.dts
@@ -500,7 +500,6 @@ &pcie {
 	pinctrl-names = "default";
 	pinctrl-0 = <&pinctrl_pcie>;
 	reset-gpio = <&gpio4 6 GPIO_ACTIVE_HIGH>;
-	reset-gpio-active-high;
 	status = "okay";
 };
 
-- 
2.37.1




More information about the linux-arm-kernel mailing list