ARM: dts: imx6*-hummingboard2: fix PCIe reset polarity
authorLucas Stach <dev@lynxeye.de>
Mon, 11 Dec 2017 16:58:18 +0000 (16:58 +0000)
committerShawn Guo <shawnguo@kernel.org>
Tue, 26 Dec 2017 08:15:44 +0000 (16:15 +0800)
The driver always uses active-low, but better describe reality in the DT.

Signed-off-by: Lucas Stach <dev@lynxeye.de>
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6qdl-hummingboard2.dtsi

index 4ddc4b73b9aed03822842f7b3c9e44b08f82c96e..9d5c3b2d3494def3a959e62708d0db4ca5d3e990 100644 (file)
 &pcie {
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_hummingboard2_pcie_reset>;
-       reset-gpio = <&gpio2 11 0>;
+       reset-gpio = <&gpio2 11 GPIO_ACTIVE_LOW>;
        status = "okay";
 };