Linux Samsung SOC development
 help / color / mirror / Atom feed
From: Kukjin Kim <kgene.kim@samsung.com>
To: Sachin Kamat <sachin.kamat@linaro.org>
Cc: linux-samsung-soc@vger.kernel.org, kgene.kim@samsung.com
Subject: Re: [PATCH 1/1] ARM: dts: Add fixed voltage regulators to Exynos5420 SMDK board
Date: Mon, 24 Feb 2014 09:23:26 +0900	[thread overview]
Message-ID: <530A90FE.2000503@samsung.com> (raw)
In-Reply-To: <1391669805-1216-1-git-send-email-sachin.kamat@linaro.org>

On 02/06/14 15:56, Sachin Kamat wrote:
> Fixed voltage regulators required by audio codec added.
>
> Signed-off-by: Sachin Kamat<sachin.kamat@linaro.org>
> ---
>   arch/arm/boot/dts/exynos5420-smdk5420.dts |   33 +++++++++++++++++++++++++++++
>   1 file changed, 33 insertions(+)
>
> diff --git a/arch/arm/boot/dts/exynos5420-smdk5420.dts b/arch/arm/boot/dts/exynos5420-smdk5420.dts
> index edb4926f17d6..ae1ee0470fca 100644
> --- a/arch/arm/boot/dts/exynos5420-smdk5420.dts
> +++ b/arch/arm/boot/dts/exynos5420-smdk5420.dts
> @@ -31,6 +31,39 @@
>   		};
>   	};
>
> +	regulators {
> +		compatible = "simple-bus";
> +		#address-cells =<1>;
> +		#size-cells =<0>;
> +
> +		vdd: fixed-regulator@0 {
> +			compatible = "regulator-fixed";
> +			reg =<0>;
> +			regulator-name = "vdd-supply";
> +			regulator-min-microvolt =<1800000>;
> +			regulator-max-microvolt =<1800000>;
> +			regulator-always-on;
> +		};
> +
> +		dbvdd: fixed-regulator@1 {
> +			compatible = "regulator-fixed";
> +			reg =<1>;
> +			regulator-name = "dbvdd-supply";
> +			regulator-min-microvolt =<3300000>;
> +			regulator-max-microvolt =<3300000>;
> +			regulator-always-on;
> +		};
> +
> +		spkvdd: fixed-regulator@2 {
> +			compatible = "regulator-fixed";
> +			reg =<2>;
> +			regulator-name = "spkvdd-supply";
> +			regulator-min-microvolt =<5000000>;
> +			regulator-max-microvolt =<5000000>;
> +			regulator-always-on;
> +		};
> +	};
> +
>   	rtc@101E0000 {
>   		status = "okay";
>   	};

Applied, thanks.

- Kukjin

      reply	other threads:[~2014-02-24  0:23 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-06  6:56 [PATCH 1/1] ARM: dts: Add fixed voltage regulators to Exynos5420 SMDK board Sachin Kamat
2014-02-24  0:23 ` Kukjin Kim [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=530A90FE.2000503@samsung.com \
    --to=kgene.kim@samsung.com \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=sachin.kamat@linaro.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox