From: Lucas Stach Date: Wed, 30 Apr 2014 10:47:09 +0000 (+0200) Subject: ARM: dts: imx6qdl-sabresd: remove power-on gpio from pcie X-Git-Tag: firefly_0821_release~176^2~3465^2~44^2~20^2~19 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=13d9ab5e8761986a8c24d225cca8e4b4e4a73ef1;p=firefly-linux-kernel-4.4.55.git ARM: dts: imx6qdl-sabresd: remove power-on gpio from pcie This isn't compatible with the new binding and should be handled via a proper regulator. It shouldn't be needed as the driver has always ignored this property. Signed-off-by: Lucas Stach Signed-off-by: Shawn Guo --- diff --git a/arch/arm/boot/dts/imx6qdl-sabresd.dtsi b/arch/arm/boot/dts/imx6qdl-sabresd.dtsi index dbbd35b89985..3db4ca4dd70c 100644 --- a/arch/arm/boot/dts/imx6qdl-sabresd.dtsi +++ b/arch/arm/boot/dts/imx6qdl-sabresd.dtsi @@ -391,7 +391,6 @@ pinctrl_pcie: pciegrp { fsl,pins = < - MX6QDL_PAD_EIM_D19__GPIO3_IO19 0x80000000 MX6QDL_PAD_GPIO_17__GPIO7_IO12 0x80000000 >; }; @@ -483,7 +482,6 @@ &pcie { pinctrl-names = "default"; pinctrl-0 = <&pinctrl_pcie>; - power-on-gpio = <&gpio3 19 0>; reset-gpio = <&gpio7 12 0>; status = "okay"; };