mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-14 09:44:35 +08:00
ARM: dts: imx27-phytec-phycore-rdk: Add SDHC support
This patch adds the SHDC devicetree node for PCM970 board. Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Acked-by: Sascha Hauer <s.hauer@pengutonix.de> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
This commit is contained in:
parent
0e7b01aad2
commit
8440ae7024
@ -19,6 +19,14 @@
|
||||
cs-gpios = <&gpio4 28 0>, <&gpio4 27 0>;
|
||||
};
|
||||
|
||||
&sdhci2 {
|
||||
bus-width = <4>;
|
||||
cd-gpios = <&gpio3 29 0>;
|
||||
wp-gpios = <&gpio3 28 0>;
|
||||
vmmc-supply = <&vmmc1_reg>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&uart1 {
|
||||
fsl,uart-has-rtscts;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user