All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: igep0033: Add mmc1 node for SDCARD support.
@ 2013-10-19 20:55 Enric Balletbo i Serra
  2013-10-22  8:57 ` Benoit Cousson
  0 siblings, 1 reply; 3+ messages in thread
From: Enric Balletbo i Serra @ 2013-10-19 20:55 UTC (permalink / raw)
  To: Benoît Cousson, Tony Lindgren, Javier Martinez Canillas,
	linux-omap
  Cc: Enric Balletbo i Serra

Add mmc1 dt node to IGEP COM AQUILA board.

Signed-off-by: Enric Balletbo i Serra <eballetbo@gmail.com>
---
 arch/arm/boot/dts/am335x-igep0033.dtsi | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/arch/arm/boot/dts/am335x-igep0033.dtsi b/arch/arm/boot/dts/am335x-igep0033.dtsi
index 06eba07..6196244 100644
--- a/arch/arm/boot/dts/am335x-igep0033.dtsi
+++ b/arch/arm/boot/dts/am335x-igep0033.dtsi
@@ -44,6 +44,13 @@
 		regulator-max-microvolt = <5000000>;
 		regulator-boot-on;
 	};
+
+	vmmc: fixedregulator@0 {
+		compatible = "regulator-fixed";
+		regulator-name = "vmmc";
+		regulator-min-microvolt = <3300000>;
+		regulator-max-microvolt = <3300000>;
+	};
 };
 
 &am33xx_pinmux {
@@ -180,6 +187,12 @@
 	};
 };
 
+&mmc1 {
+	status = "okay";
+	vmmc-supply = <&vmmc>;
+	bus-width = <4>;
+};
+
 &uart0 {
 	status = "okay";
 	pinctrl-names = "default";
-- 
1.8.1.2


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

* Re: [PATCH] ARM: dts: igep0033: Add mmc1 node for SDCARD support.
  2013-10-19 20:55 [PATCH] ARM: dts: igep0033: Add mmc1 node for SDCARD support Enric Balletbo i Serra
@ 2013-10-22  8:57 ` Benoit Cousson
  2013-10-22  9:01   ` Enric Balletbo Serra
  0 siblings, 1 reply; 3+ messages in thread
From: Benoit Cousson @ 2013-10-22  8:57 UTC (permalink / raw)
  To: Enric Balletbo i Serra, Tony Lindgren, Javier Martinez Canillas,
	linux-omap

Hi Enric,

On 19/10/2013 22:55, Enric Balletbo i Serra wrote:
> Add mmc1 dt node to IGEP COM AQUILA board.

I've just applied it.

Please note that since we are already at -rc6 and since all the 
maintainers are actually visiting Edinburgh for KS and ELCE, I doubt all 
the latest patches will reach 3.13 :-(

Thanks,
Benoit


> Signed-off-by: Enric Balletbo i Serra <eballetbo@gmail.com>
> ---
>   arch/arm/boot/dts/am335x-igep0033.dtsi | 13 +++++++++++++
>   1 file changed, 13 insertions(+)
>
> diff --git a/arch/arm/boot/dts/am335x-igep0033.dtsi b/arch/arm/boot/dts/am335x-igep0033.dtsi
> index 06eba07..6196244 100644
> --- a/arch/arm/boot/dts/am335x-igep0033.dtsi
> +++ b/arch/arm/boot/dts/am335x-igep0033.dtsi
> @@ -44,6 +44,13 @@
>   		regulator-max-microvolt = <5000000>;
>   		regulator-boot-on;
>   	};
> +
> +	vmmc: fixedregulator@0 {
> +		compatible = "regulator-fixed";
> +		regulator-name = "vmmc";
> +		regulator-min-microvolt = <3300000>;
> +		regulator-max-microvolt = <3300000>;
> +	};
>   };
>
>   &am33xx_pinmux {
> @@ -180,6 +187,12 @@
>   	};
>   };
>
> +&mmc1 {
> +	status = "okay";
> +	vmmc-supply = <&vmmc>;
> +	bus-width = <4>;
> +};
> +
>   &uart0 {
>   	status = "okay";
>   	pinctrl-names = "default";
>


-- 
Benoît Cousson
BayLibre
Embedded Linux Technology Lab
www.baylibre.com
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [PATCH] ARM: dts: igep0033: Add mmc1 node for SDCARD support.
  2013-10-22  8:57 ` Benoit Cousson
@ 2013-10-22  9:01   ` Enric Balletbo Serra
  0 siblings, 0 replies; 3+ messages in thread
From: Enric Balletbo Serra @ 2013-10-22  9:01 UTC (permalink / raw)
  To: Benoit Cousson
  Cc: Tony Lindgren, Javier Martinez Canillas,
	linux-omap@vger.kernel.org

Hi Benoit

2013/10/22 Benoit Cousson <bcousson@baylibre.com>:
> Hi Enric,
>
>
> On 19/10/2013 22:55, Enric Balletbo i Serra wrote:
>>
>> Add mmc1 dt node to IGEP COM AQUILA board.
>
>
> I've just applied it.
>
> Please note that since we are already at -rc6 and since all the maintainers
> are actually visiting Edinburgh for KS and ELCE, I doubt all the latest
> patches will reach 3.13 :-(
>

No problem, I understand.

Thanks,
    Enric

> Thanks,
> Benoit
>
>
>
>> Signed-off-by: Enric Balletbo i Serra <eballetbo@gmail.com>
>> ---
>>   arch/arm/boot/dts/am335x-igep0033.dtsi | 13 +++++++++++++
>>   1 file changed, 13 insertions(+)
>>
>> diff --git a/arch/arm/boot/dts/am335x-igep0033.dtsi
>> b/arch/arm/boot/dts/am335x-igep0033.dtsi
>> index 06eba07..6196244 100644
>> --- a/arch/arm/boot/dts/am335x-igep0033.dtsi
>> +++ b/arch/arm/boot/dts/am335x-igep0033.dtsi
>> @@ -44,6 +44,13 @@
>>                 regulator-max-microvolt = <5000000>;
>>                 regulator-boot-on;
>>         };
>> +
>> +       vmmc: fixedregulator@0 {
>> +               compatible = "regulator-fixed";
>> +               regulator-name = "vmmc";
>> +               regulator-min-microvolt = <3300000>;
>> +               regulator-max-microvolt = <3300000>;
>> +       };
>>   };
>>
>>   &am33xx_pinmux {
>> @@ -180,6 +187,12 @@
>>         };
>>   };
>>
>> +&mmc1 {
>> +       status = "okay";
>> +       vmmc-supply = <&vmmc>;
>> +       bus-width = <4>;
>> +};
>> +
>>   &uart0 {
>>         status = "okay";
>>         pinctrl-names = "default";
>>
>
>
> --
> Benoīt Cousson
> BayLibre
> Embedded Linux Technology Lab
> www.baylibre.com
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2013-10-22  9:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-19 20:55 [PATCH] ARM: dts: igep0033: Add mmc1 node for SDCARD support Enric Balletbo i Serra
2013-10-22  8:57 ` Benoit Cousson
2013-10-22  9:01   ` Enric Balletbo Serra

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.