linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: add vmmc regulator support for ODROID-X
@ 2013-06-05 17:45 Dongjin Kim
  2013-06-10  8:24 ` Kukjin Kim
  0 siblings, 1 reply; 2+ messages in thread
From: Dongjin Kim @ 2013-06-05 17:45 UTC (permalink / raw)
  To: linux-arm-kernel

This patch is to add vmmc regulator node at MSHC and SDHCI for ODROID-X
board file.

Signed-off-by: Dongjin Kim <tobetter@gmail.com>
---
 arch/arm/boot/dts/exynos4412-odroidx.dts |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/boot/dts/exynos4412-odroidx.dts b/arch/arm/boot/dts/exynos4412-odroidx.dts
index 1786225..3f3d7c8 100644
--- a/arch/arm/boot/dts/exynos4412-odroidx.dts
+++ b/arch/arm/boot/dts/exynos4412-odroidx.dts
@@ -44,6 +44,7 @@
 		pinctrl-0 = <&sd4_clk &sd4_cmd &sd4_bus4 &sd4_bus8>;
 		pinctrl-names = "default";
 		status = "okay";
+		vmmc-supply = <&ldo20_reg &buck8_reg>;
 
 		num-slots = <1>;
 		supports-highspeed;
@@ -78,6 +79,7 @@
 		bus-width = <4>;
 		pinctrl-0 = <&sd2_clk &sd2_cmd &sd2_cd &sd2_bus4>;
 		pinctrl-names = "default";
+		vmmc-supply = <&ldo4_reg &ldo21_reg>;
 		status = "okay";
 	};
 
-- 
1.7.9.5

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

* [PATCH] ARM: dts: add vmmc regulator support for ODROID-X
  2013-06-05 17:45 [PATCH] ARM: dts: add vmmc regulator support for ODROID-X Dongjin Kim
@ 2013-06-10  8:24 ` Kukjin Kim
  0 siblings, 0 replies; 2+ messages in thread
From: Kukjin Kim @ 2013-06-10  8:24 UTC (permalink / raw)
  To: linux-arm-kernel

Dongjin Kim wrote:
> 
> This patch is to add vmmc regulator node at MSHC and SDHCI for ODROID-X
> board file.
> 
> Signed-off-by: Dongjin Kim <tobetter@gmail.com>
> ---
>  arch/arm/boot/dts/exynos4412-odroidx.dts |    2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/exynos4412-odroidx.dts b/arch/arm/boot/dts/exynos4412-odroidx.dts
> index 1786225..3f3d7c8 100644
> --- a/arch/arm/boot/dts/exynos4412-odroidx.dts
> +++ b/arch/arm/boot/dts/exynos4412-odroidx.dts
> @@ -44,6 +44,7 @@
>  		pinctrl-0 = <&sd4_clk &sd4_cmd &sd4_bus4 &sd4_bus8>;
>  		pinctrl-names = "default";
>  		status = "okay";
> +		vmmc-supply = <&ldo20_reg &buck8_reg>;
> 
>  		num-slots = <1>;
>  		supports-highspeed;
> @@ -78,6 +79,7 @@
>  		bus-width = <4>;
>  		pinctrl-0 = <&sd2_clk &sd2_cmd &sd2_cd &sd2_bus4>;
>  		pinctrl-names = "default";
> +		vmmc-supply = <&ldo4_reg &ldo21_reg>;
>  		status = "okay";
>  	};
> 
> --
> 1.7.9.5

Applied, thanks.

- Kukjin

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

end of thread, other threads:[~2013-06-10  8:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-05 17:45 [PATCH] ARM: dts: add vmmc regulator support for ODROID-X Dongjin Kim
2013-06-10  8:24 ` Kukjin Kim

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).