]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: dts: imx6qdl-sabresd: remove power-on gpio from pcie
authorLucas Stach <l.stach@pengutronix.de>
Wed, 30 Apr 2014 10:47:09 +0000 (12:47 +0200)
committerShawn Guo <shawn.guo@freescale.com>
Fri, 16 May 2014 15:02:06 +0000 (23:02 +0800)
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 <l.stach@pengutronix.de>
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
arch/arm/boot/dts/imx6qdl-sabresd.dtsi

index dbbd35b899856c18dcc271583ca566a70a73ab0d..3db4ca4dd70c7a3d0ef404e71f43215669bb106e 100644 (file)
 
                pinctrl_pcie: pciegrp {
                        fsl,pins = <
-                               MX6QDL_PAD_EIM_D19__GPIO3_IO19  0x80000000
                                MX6QDL_PAD_GPIO_17__GPIO7_IO12  0x80000000
                        >;
                };
 &pcie {
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_pcie>;
-       power-on-gpio = <&gpio3 19 0>;
        reset-gpio = <&gpio7 12 0>;
        status = "okay";
 };