linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Kishon Vijay Abraham I <kishon@ti.com>
To: Chen-Yu Tsai <wens@csie.org>,
	Maxime Ripard <maxime.ripard@free-electrons.com>
Cc: <linux-kernel@vger.kernel.org>,
	<linux-arm-kernel@lists.infradead.org>,
	Paul Bolle <pebolle@tiscali.nl>
Subject: Re: [PATCH v5 2/2] ARM: dts: sun9i: optimus: Switch to phy core regulator bindings for usb phys
Date: Wed, 18 Mar 2015 20:22:34 +0530	[thread overview]
Message-ID: <55099132.9080508@ti.com> (raw)
In-Reply-To: <1426305437-15208-3-git-send-email-wens@csie.org>



On Saturday 14 March 2015 09:27 AM, Chen-Yu Tsai wrote:
> Since the phy core already supports specifying a regulator to handle
> during power up/down, it was decided to drop the regulator support
> in the sun9i usb phy driver.
>
> This patch switches the DT to the core bindings. This and the phy driver
> would be in the same release and should not be a problem as far as DT
> stability goes.
>
> Signed-off-by: Chen-Yu Tsai <wens@csie.org>

looks good..

Acked-by: Kishon Vijay Abraham I <kishon@ti.com>

> ---
>   arch/arm/boot/dts/sun9i-a80-optimus.dts | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm/boot/dts/sun9i-a80-optimus.dts b/arch/arm/boot/dts/sun9i-a80-optimus.dts
> index e53f2656c2d0..c6ca116c59d2 100644
> --- a/arch/arm/boot/dts/sun9i-a80-optimus.dts
> +++ b/arch/arm/boot/dts/sun9i-a80-optimus.dts
> @@ -203,7 +203,7 @@
>   };
>
>   &usbphy1 {
> -	vbus-supply = <&reg_usb1_vbus>;
> +	phy-supply = <&reg_usb1_vbus>;
>   	status = "okay";
>   };
>
> @@ -212,6 +212,6 @@
>   };
>
>   &usbphy3 {
> -	vbus-supply = <&reg_usb3_vbus>;
> +	phy-supply = <&reg_usb3_vbus>;
>   	status = "okay";
>   };
>

  parent reply	other threads:[~2015-03-18 14:53 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-14  3:57 [PATCH v5 0/2] ARM: sun9i: Add USB host controller support for A80 Chen-Yu Tsai
2015-03-14  3:57 ` [PATCH v5 1/2] phy: Add driver to support individual USB PHYs on sun9i Chen-Yu Tsai
2015-03-14  3:57 ` [PATCH v5 2/2] ARM: dts: sun9i: optimus: Switch to phy core regulator bindings for usb phys Chen-Yu Tsai
2015-03-17  8:38   ` Maxime Ripard
2015-03-18 14:52   ` Kishon Vijay Abraham I [this message]
2015-03-18 17:37   ` Maxime Ripard

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=55099132.9080508@ti.com \
    --to=kishon@ti.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=maxime.ripard@free-electrons.com \
    --cc=pebolle@tiscali.nl \
    --cc=wens@csie.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;
as well as URLs for NNTP newsgroup(s).