diff options
-rw-r--r-- | arch/arm/boot/dts/imx27-phytec-phycore-rdk.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx27-phytec-phycore-rdk.dts b/arch/arm/boot/dts/imx27-phytec-phycore-rdk.dts index f8a7a49908fd..e7ed9786920a 100644 --- a/arch/arm/boot/dts/imx27-phytec-phycore-rdk.dts +++ b/arch/arm/boot/dts/imx27-phytec-phycore-rdk.dts | |||
@@ -19,6 +19,14 @@ | |||
19 | cs-gpios = <&gpio4 28 0>, <&gpio4 27 0>; | 19 | cs-gpios = <&gpio4 28 0>, <&gpio4 27 0>; |
20 | }; | 20 | }; |
21 | 21 | ||
22 | &sdhci2 { | ||
23 | bus-width = <4>; | ||
24 | cd-gpios = <&gpio3 29 0>; | ||
25 | wp-gpios = <&gpio3 28 0>; | ||
26 | vmmc-supply = <&vmmc1_reg>; | ||
27 | status = "okay"; | ||
28 | }; | ||
29 | |||
22 | &uart1 { | 30 | &uart1 { |
23 | fsl,uart-has-rtscts; | 31 | fsl,uart-has-rtscts; |
24 | }; | 32 | }; |