Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -469,7 +469,7 @@
&pcie {
&pcie {
	pinctrl-names = "default";
	pinctrl-names = "default";
	pinctrl-0 = <&pinctrl_hummingboard2_pcie_reset>;
	pinctrl-0 = <&pinctrl_hummingboard2_pcie_reset>;
	reset-gpio = <&gpio2 11 0>;
	reset-gpio = <&gpio2 11 GPIO_ACTIVE_LOW>;
	status = "okay";
	status = "okay";
};
};