MLK-12081 ARM: dts: imx6qp-sabresd: remove the power on gpio
authorRichard Zhu <hongxing.zhu@nxp.com>
Mon, 28 Dec 2015 06:11:26 +0000 (14:11 +0800)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 19:49:38 +0000 (14:49 -0500)
In regulator implementation, the gpio power on is used
as the fixed regulator, it is already manipulated by
the regulator driver, and always enabled.
Remove the power on gpio in pcie dts

Signed-off-by: Richard Zhu <hongxing.zhu@nxp.com>
arch/arm/boot/dts/imx6qp-sabresd.dts

index 1088cf2..7f72aa8 100644 (file)
 };
 
 &pcie {
-       power-on-gpio = <&gpio3 19 0>;
        reset-gpio = <&gpio7 12 0>;
        status = "okay";
 };