Commit 790eb59c authored by Lucas Stach's avatar Lucas Stach Committed by Shawn Guo

ARM: dts: imx6*-hummingboard2: fix PCIe reset polarity

The driver always uses active-low, but better describe reality in the DT.
Signed-off-by: default avatarLucas Stach <dev@lynxeye.de>
Signed-off-by: default avatarRussell King <rmk+kernel@armlinux.org.uk>
Reviewed-by: default avatarFabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 2c3c86a0
......@@ -469,7 +469,7 @@ MX6QDL_PAD_EIM_D24__UART3_RX_DATA 0x40013000
&pcie {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_hummingboard2_pcie_reset>;
reset-gpio = <&gpio2 11 0>;
reset-gpio = <&gpio2 11 GPIO_ACTIVE_LOW>;
status = "okay";
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment