ARM: dts: rk3188-radxarock: enable sd-card slot
From: Heiko Stuebner <heiko@...> Date: Thu, 26 Jun 2014 16:18:44 +0200
Commit-Message
The Radxa Rock contains one sd-card slot. Add the supplying regulator and enable its dw_mmc node. Signed-off-by: Heiko Stuebner <heiko@...>
Patch-Comment
arch/arm/boot/dts/rk3188-radxarock.dts | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+)
Statistics
- 25 lines added
- 0 lines removed
Changes
-------------------- arch/arm/boot/dts/rk3188-radxarock.dts --------------------
index d4d9f94..f277237 100644
@@ -42,6 +42,16 @@
status = "okay";
};
+ vcc_sd0: sdmmc-regulator {
+ compatible = "regulator-fixed";
+ regulator-name = "sdmmc-supply";
+ regulator-min-microvolt = <3300000>;
+ regulator-max-microvolt = <3300000>;
+ gpio = <&gpio3 1 GPIO_ACTIVE_LOW>;
+ startup-delay-us = <100000>;
+ vin-supply = <&vcc_io>;
+ };
+
gpio-keys {
compatible = "gpio-keys";
#address-cells = <1>;
@@ -77,6 +87,21 @@
};
};
+ dwmmc@10214000 {
+ num-slots = <1>;
+ status = "okay";
+
+ pinctrl-names = "default";
+ pinctrl-0 = <&sd0_clk &sd0_cmd &sd0_cd &sd0_bus4>;
+ vmmc-supply = <&vcc_sd0>;
+
+ slot@0 {
+ reg = <0>;
+ bus-width = <4>;
+ disable-wp;
+ };
+ };
+
pinctrl@20008000 {
pcfg_output_low: pcfg_output_low {
output-low;