diff options
author | Richard Zhu <r65037@freescale.com> | 2014-03-03 23:10:31 -0500 |
---|---|---|
committer | Nitin Garg <nitin.garg@freescale.com> | 2014-04-16 09:57:54 -0400 |
commit | e8226aee8b975a8e6949ce61f5ba4e08d5b0fa61 (patch) | |
tree | 960265cfc9586e0207461430144d152cf2f1a5dd /arch/arm/boot | |
parent | ec5bfd1626607e1873d59259b5dbfc3671a477a4 (diff) |
ENGR00302235-3 pcie: enable pcie on imx6sx sdb board
enable pcie on imx6sx sdb board
Signed-off-by: Richard Zhu <r65037@freescale.com>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/imx6sx-sdb.dts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6sx-sdb.dts b/arch/arm/boot/dts/imx6sx-sdb.dts index 5cdbd86e56dd..3ef6e3df2797 100644 --- a/arch/arm/boot/dts/imx6sx-sdb.dts +++ b/arch/arm/boot/dts/imx6sx-sdb.dts | |||
@@ -313,6 +313,12 @@ | |||
313 | }; | 313 | }; |
314 | }; | 314 | }; |
315 | 315 | ||
316 | &pcie { | ||
317 | power-on-gpio = <&gpio2 0 0>; | ||
318 | reset-gpio = <&gpio2 1 0>; | ||
319 | status = "okay"; | ||
320 | }; | ||
321 | |||
316 | &ssi2 { | 322 | &ssi2 { |
317 | status = "okay"; | 323 | status = "okay"; |
318 | }; | 324 | }; |