From: kgene.kim@samsung•com (Kukjin Kim)
To: linux-arm-kernel@lists•infradead.org
Subject: [PATCH] ARM: dts: fix incorrect vdd_arm voltage range for Exynos4412 based boards
Date: Sun, 16 Feb 2014 02:07:46 +0900 [thread overview]
Message-ID: <52FF9EE2.4090705@samsung.com> (raw)
In-Reply-To: <1390043483-1219-1-git-send-email-thomas.ab@samsung.com>
On 01/18/14 20:11, Thomas Abraham wrote:
> From: Thomas Abraham<thomas.ab@samsung•com>
>
> To allow Exynos4412 based Odroidx and Origen-quad boards to operate between
> 200MHz to 1.4Ghz, update the vdd_arm voltage range to operate between these
> cpu clock speeds.
>
> Cc: Dongjin Kim<tobetter@gmail•com>
> Signed-off-by: Thomas Abraham<thomas.ab@samsung•com>
> ---
> arch/arm/boot/dts/exynos4412-odroidx.dts | 2 +-
> arch/arm/boot/dts/exynos4412-origen.dts | 4 ++--
> 2 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/arch/arm/boot/dts/exynos4412-odroidx.dts b/arch/arm/boot/dts/exynos4412-odroidx.dts
> index 9804fcb..12459b0 100644
> --- a/arch/arm/boot/dts/exynos4412-odroidx.dts
> +++ b/arch/arm/boot/dts/exynos4412-odroidx.dts
> @@ -251,7 +251,7 @@
> buck2_reg: BUCK2 {
> regulator-name = "vdd_arm";
> regulator-min-microvolt =<900000>;
> - regulator-max-microvolt =<1300000>;
> + regulator-max-microvolt =<1350000>;
> regulator-always-on;
> regulator-boot-on;
> };
> diff --git a/arch/arm/boot/dts/exynos4412-origen.dts b/arch/arm/boot/dts/exynos4412-origen.dts
> index 6bc0539..388f035 100644
> --- a/arch/arm/boot/dts/exynos4412-origen.dts
> +++ b/arch/arm/boot/dts/exynos4412-origen.dts
> @@ -459,8 +459,8 @@
>
> buck2_reg: BUCK2 {
> regulator-name = "vdd_arm";
> - regulator-min-microvolt =<925000>;
> - regulator-max-microvolt =<1300000>;
> + regulator-min-microvolt =<900000>;
> + regulator-max-microvolt =<1350000>;
> regulator-always-on;
> regulator-boot-on;
> op_mode =<1>; /* Normal Mode */
Applied, thanks.
- Kukjin
prev parent reply other threads:[~2014-02-15 17:07 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-18 11:11 [PATCH] ARM: dts: fix incorrect vdd_arm voltage range for Exynos4412 based boards Thomas Abraham
2014-02-15 17:07 ` 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=52FF9EE2.4090705@samsung.com \
--to=kgene.kim@samsung$(echo .)com \
--cc=linux-arm-kernel@lists$(echo .)infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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