From: Javier Martinez Canillas <javier@osg.samsung.com>
To: Jaehoon Chung <jh80.chung@samsung.com>,
linux-samsung-soc@vger.kernel.org
Cc: linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
Kukjin Kim <kgene@kernel.org>,
Krzysztof Kozlowski <k.kozlowski@samsung.com>
Subject: Re: [PATCH] ARM: dts: use vqmmc-supply of emmc/sd for exynos4412-odroid-common
Date: Thu, 27 Aug 2015 12:03:21 +0200 [thread overview]
Message-ID: <55DEE069.1030700@osg.samsung.com> (raw)
In-Reply-To: <1440667758-14960-1-git-send-email-jh80.chung@samsung.com>
Hello Jaehoon,
On 08/27/2015 11:29 AM, Jaehoon Chung wrote:
> Currently vmmc's property is wrong.
> If it needs to control two supplies, then it has to use vmmc/vqmmc-supply.
> (Card supply power and I/O Line supply Power.)
>
> Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
> ---
> arch/arm/boot/dts/exynos4412-odroid-common.dtsi | 7 ++++---
> 1 file changed, 4 insertions(+), 3 deletions(-)
>
> diff --git a/arch/arm/boot/dts/exynos4412-odroid-common.dtsi b/arch/arm/boot/dts/exynos4412-odroid-common.dtsi
> index ca7d168..4ddabfd 100644
> --- a/arch/arm/boot/dts/exynos4412-odroid-common.dtsi
> +++ b/arch/arm/boot/dts/exynos4412-odroid-common.dtsi
> @@ -461,10 +461,10 @@
> &mshc_0 {
> pinctrl-0 = <&sd4_clk &sd4_cmd &sd4_bus4 &sd4_bus8>;
> pinctrl-names = "default";
> - vmmc-supply = <&ldo20_reg &buck8_reg>;
> + vmmc-supply = <&ldo20_reg>;
> + vqmmc-supply = <&buck8_reg>;
> mmc-pwrseq = <&emmc_pwrseq>;
> status = "okay";
> -
> num-slots = <1>;
> broken-cd;
> card-detect-delay = <200>;
> @@ -485,7 +485,8 @@
> bus-width = <4>;
> pinctrl-0 = <&sd2_clk &sd2_cmd &sd2_cd &sd2_bus4>;
> pinctrl-names = "default";
> - vmmc-supply = <&ldo4_reg &ldo21_reg>;
> + vmmc-supply = <&ldo21_reg>;
> + vqmmc-supply = <&ldo4_reg>;
> cd-gpios = <&gpk2 2 0>;
> cd-inverted;
> status = "okay";
>
I didn't check against the board schematics
but the change makes sense to me.
Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com>
Best regards,
--
Javier Martinez Canillas
Open Source Group
Samsung Research America
next prev parent reply other threads:[~2015-08-27 10:03 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-27 9:29 [PATCH] ARM: dts: use vqmmc-supply of emmc/sd for exynos4412-odroid-common Jaehoon Chung
2015-08-27 10:03 ` Javier Martinez Canillas [this message]
2015-08-27 12:26 ` Krzysztof Kozlowski
2015-08-28 1:48 ` Jaehoon Chung
[not found] ` <55DFBE08.9090603-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2015-08-28 1:56 ` Krzysztof Kozlowski
2015-08-28 1:56 ` Krzysztof Kozlowski
2015-08-28 16:10 ` Tobias Jakobi
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=55DEE069.1030700@osg.samsung.com \
--to=javier@osg.samsung.com \
--cc=devicetree@vger.kernel.org \
--cc=jh80.chung@samsung.com \
--cc=k.kozlowski@samsung.com \
--cc=kgene@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-samsung-soc@vger.kernel.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 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.