diff options
author | Lucas Stach <l.stach@pengutronix.de> | 2014-04-30 06:47:09 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@freescale.com> | 2014-05-16 11:02:06 -0400 |
commit | 13d9ab5e8761986a8c24d225cca8e4b4e4a73ef1 (patch) | |
tree | baad70d617ba14bb8191d1cba16b5aea8c2f5d41 /arch/arm/boot/dts/imx6qdl-sabresd.dtsi | |
parent | 92a7eb7c7e7f59d818274418a24897339fc5bfc7 (diff) |
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 <l.stach@pengutronix.de>
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
Diffstat (limited to 'arch/arm/boot/dts/imx6qdl-sabresd.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6qdl-sabresd.dtsi | 2 |
1 files changed, 0 insertions, 2 deletions
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 @@ | |||
391 | 391 | ||
392 | pinctrl_pcie: pciegrp { | 392 | pinctrl_pcie: pciegrp { |
393 | fsl,pins = < | 393 | fsl,pins = < |
394 | MX6QDL_PAD_EIM_D19__GPIO3_IO19 0x80000000 | ||
395 | MX6QDL_PAD_GPIO_17__GPIO7_IO12 0x80000000 | 394 | MX6QDL_PAD_GPIO_17__GPIO7_IO12 0x80000000 |
396 | >; | 395 | >; |
397 | }; | 396 | }; |
@@ -483,7 +482,6 @@ | |||
483 | &pcie { | 482 | &pcie { |
484 | pinctrl-names = "default"; | 483 | pinctrl-names = "default"; |
485 | pinctrl-0 = <&pinctrl_pcie>; | 484 | pinctrl-0 = <&pinctrl_pcie>; |
486 | power-on-gpio = <&gpio3 19 0>; | ||
487 | reset-gpio = <&gpio7 12 0>; | 485 | reset-gpio = <&gpio7 12 0>; |
488 | status = "okay"; | 486 | status = "okay"; |
489 | }; | 487 | }; |