All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: imx27-apf27dev: Add sdhci support
@ 2013-11-11 17:56 Gwenhael Goavec-Merou
  2013-11-12  1:51 ` Shawn Guo
  0 siblings, 1 reply; 2+ messages in thread
From: Gwenhael Goavec-Merou @ 2013-11-11 17:56 UTC (permalink / raw)
  To: linux-arm-kernel

Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@armadeus.com>
---
 arch/arm/boot/dts/imx27-apf27dev.dts | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/arch/arm/boot/dts/imx27-apf27dev.dts b/arch/arm/boot/dts/imx27-apf27dev.dts
index 47c8c26..7d90877 100644
--- a/arch/arm/boot/dts/imx27-apf27dev.dts
+++ b/arch/arm/boot/dts/imx27-apf27dev.dts
@@ -89,3 +89,9 @@
 &i2c2 {
 	status = "okay";
 };
+
+&sdhci2 {
+	bus-width = <4>;
+	cd-gpios = <&gpio3 14 0>;
+	status = "okay";
+};
-- 
1.8.3.2

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH] ARM: imx27-apf27dev: Add sdhci support
  2013-11-11 17:56 [PATCH] ARM: imx27-apf27dev: Add sdhci support Gwenhael Goavec-Merou
@ 2013-11-12  1:51 ` Shawn Guo
  0 siblings, 0 replies; 2+ messages in thread
From: Shawn Guo @ 2013-11-12  1:51 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Nov 11, 2013 at 06:56:49PM +0100, Gwenhael Goavec-Merou wrote:
> Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@armadeus.com>
> ---

Applied, thanks.

>  arch/arm/boot/dts/imx27-apf27dev.dts | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/imx27-apf27dev.dts b/arch/arm/boot/dts/imx27-apf27dev.dts
> index 47c8c26..7d90877 100644
> --- a/arch/arm/boot/dts/imx27-apf27dev.dts
> +++ b/arch/arm/boot/dts/imx27-apf27dev.dts
> @@ -89,3 +89,9 @@
>  &i2c2 {
>  	status = "okay";
>  };
> +
> +&sdhci2 {
> +	bus-width = <4>;
> +	cd-gpios = <&gpio3 14 0>;
> +	status = "okay";
> +};
> -- 
> 1.8.3.2
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-11-12  1:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-11-11 17:56 [PATCH] ARM: imx27-apf27dev: Add sdhci support Gwenhael Goavec-Merou
2013-11-12  1:51 ` Shawn Guo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.