Re: [PATCH] ARM: dts: rockchip: Add support for SD/MMC on MarsBoard-RK3066

2015-08-29 Thread Romain Perier
Hi,

Sure no problem.
Romain

2015-08-27 19:59 GMT+02:00 Heiko Stuebner :
> Am Montag, 24. August 2015, 19:21:53 schrieb Heiko Stuebner:
>> Am Montag, 24. August 2015, 18:04:41 schrieb Romain Perier:
>> > This enables SDMMC0 on the board and gives a basic support for SD cards.
>> >
>> > Signed-off-by: Romain Perier 
>>
>> applied to my dts branch, after moving it above the "&pinctrl" node
>
> just as notice, this moved down to linux-4.4 material
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH] ARM: dts: rockchip: Add support for SD/MMC on MarsBoard-RK3066

2015-08-27 Thread Heiko Stuebner
Am Montag, 24. August 2015, 19:21:53 schrieb Heiko Stuebner:
> Am Montag, 24. August 2015, 18:04:41 schrieb Romain Perier:
> > This enables SDMMC0 on the board and gives a basic support for SD cards.
> > 
> > Signed-off-by: Romain Perier 
> 
> applied to my dts branch, after moving it above the "&pinctrl" node

just as notice, this moved down to linux-4.4 material
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH] ARM: dts: rockchip: Add support for SD/MMC on MarsBoard-RK3066

2015-08-24 Thread Heiko Stuebner
Am Montag, 24. August 2015, 18:04:41 schrieb Romain Perier:
> This enables SDMMC0 on the board and gives a basic support for SD cards.
> 
> Signed-off-by: Romain Perier 

applied to my dts branch, after moving it above the "&pinctrl" node


Heiko
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH] ARM: dts: rockchip: Add support for SD/MMC on MarsBoard-RK3066

2015-08-24 Thread Romain Perier
This enables SDMMC0 on the board and gives a basic support for SD cards.

Signed-off-by: Romain Perier 
---
 arch/arm/boot/dts/rk3066a-marsboard.dts | 8 
 1 file changed, 8 insertions(+)

diff --git a/arch/arm/boot/dts/rk3066a-marsboard.dts 
b/arch/arm/boot/dts/rk3066a-marsboard.dts
index bae965c..7189d90 100644
--- a/arch/arm/boot/dts/rk3066a-marsboard.dts
+++ b/arch/arm/boot/dts/rk3066a-marsboard.dts
@@ -186,6 +186,14 @@
};
 };
 
+&mmc0 {
+   status = "okay";
+
+   pinctrl-names = "default";
+   pinctrl-0 = <&sd0_clk>, <&sd0_cmd>, <&sd0_cd>, <&sd0_bus4>;
+   vmmc-supply = <&vcc_sd0>;
+};
+
 &uart0 {
status = "okay";
 };
-- 
2.1.4

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html