[RFC PATCH 4/7] ARM: dts: imx6*-hummingboard2: fix PCIe reset polarity
Lucas Stach
dev at lynxeye.de
Sat Apr 8 10:36:04 EDT 2017
The driver always uses active-low, but better describe reality in the DT.
Signed-off-by: Lucas Stach <dev at lynxeye.de>
---
arch/arm/boot/dts/imx6qdl-hummingboard2.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/imx6qdl-hummingboard2.dtsi b/arch/arm/boot/dts/imx6qdl-hummingboard2.dtsi
index 126169a..9c4a7d1 100644
--- a/arch/arm/boot/dts/imx6qdl-hummingboard2.dtsi
+++ b/arch/arm/boot/dts/imx6qdl-hummingboard2.dtsi
@@ -473,7 +473,7 @@
&pcie {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_hummingboard2_pcie_reset>;
- reset-gpio = <&gpio2 11 0>;
+ reset-gpio = <&gpio2 11 GPIO_ACTIVE_LOW>;
status = "okay";
};
--
2.9.3
More information about the linux-arm-kernel
mailing list