Commit 01823d89886ae6bc2fcdde84439890717cb55ad6

Authored by Ye Li
1 parent 292b88d4d0

MLK-24042-1 DTS: imx6qp-sdb: Fix wrong polarity of pcie reset gpio

The polarity of PCIE reset gpio is wrong in imx6qp-sdb DTS, which
causes PCIE link failed to setup on iMX6QP.

Signed-off-by: Ye Li <ye.li@nxp.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
(cherry picked from commit 36007650ed90eac8232a93255e5dc0a3710bf0a0)

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

arch/arm/dts/imx6qp-sabresd.dts
... ... @@ -126,7 +126,7 @@
126 126  
127 127 &pcie {
128 128 pcie-bus-supply = <&vgen3_reg>; /* 1.8v pwr up pcie ext osc on revb */
129   - reset-gpio = <&gpio7 12 0>;
  129 + reset-gpio = <&gpio7 12 GPIO_ACTIVE_LOW>;
130 130 status = "okay";
131 131 };
132 132