ARM: dts: imx6qdl-kontron-samx6i: fix PCIe reset polarity
The PCIe reset line is active low. Fix it.
Fixes: 2a51f9dae1
("ARM: dts: imx6qdl-kontron-samx6i: Add iMX6-based Kontron SMARC-sAMX6i module")
Signed-off-by: Michael Walle <mwalle@kernel.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
ffd0b96c38
commit
df35c6e902
1 changed files with 1 additions and 1 deletions
|
@ -744,7 +744,7 @@
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&pinctrl_pcie>;
|
pinctrl-0 = <&pinctrl_pcie>;
|
||||||
wake-up-gpio = <&gpio6 18 GPIO_ACTIVE_HIGH>;
|
wake-up-gpio = <&gpio6 18 GPIO_ACTIVE_HIGH>;
|
||||||
reset-gpio = <&gpio3 13 GPIO_ACTIVE_HIGH>;
|
reset-gpio = <&gpio3 13 GPIO_ACTIVE_LOW>;
|
||||||
};
|
};
|
||||||
|
|
||||||
/* LCD_BKLT_PWM */
|
/* LCD_BKLT_PWM */
|
||||||
|
|
Loading…
Add table
Reference in a new issue