linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Felipe Balbi <balbi@ti.com>
To: "Guido Martínez" <guido@vanguardiasur.com.ar>
Cc: bcousson@baylibre.com, tony@atomide.com,
	linux-omap@vger.kernel.org, george.cherian@ti.com,
	"Ezequiel García" <ezequiel@vanguardiasur.com.ar>,
	"Enric Balletbo i Serra" <eballetbo@iseebcn.com>
Subject: Re: [PATCH v2 4/4] ARM: dts: am335x-igep0033: use phandles for USB and DMA refs
Date: Tue, 6 May 2014 11:18:15 -0500	[thread overview]
Message-ID: <20140506161815.GQ25849@saruman.home> (raw)
In-Reply-To: <1398718475-1883-4-git-send-email-guido@vanguardiasur.com.ar>

[-- Attachment #1: Type: text/plain, Size: 1740 bytes --]

On Mon, Apr 28, 2014 at 05:54:35PM -0300, Guido Martínez wrote:
> Use phandles instead of unit adresses to reference usb and dma nodes.
> This makes the DT more robust and readable.
> 
> Signed-off-by: Guido Martínez <guido@vanguardiasur.com.ar>
> Cc: Enric Balletbo i Serra <eballetbo@iseebcn.com>

Acked-by: Felipe Balbi <balbi@ti.com>

> ---
>  arch/arm/boot/dts/am335x-igep0033.dtsi | 38 +++++++++++++++++-----------------
>  1 file changed, 19 insertions(+), 19 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/am335x-igep0033.dtsi b/arch/arm/boot/dts/am335x-igep0033.dtsi
> index 9f22c18..9c53b50 100644
> --- a/arch/arm/boot/dts/am335x-igep0033.dtsi
> +++ b/arch/arm/boot/dts/am335x-igep0033.dtsi
> @@ -200,31 +200,31 @@
>  
>  &usb {
>  	status = "okay";
> +};
>  
> -	control@44e10620 {
> -		status = "okay";
> -	};
> +&usb_ctrl_mod {
> +	status = "okay";
> +};
>  
> -	usb-phy@47401300 {
> -		status = "okay";
> -	};
> +&usb0_phy {
> +	status = "okay";
> +};
>  
> -	usb-phy@47401b00 {
> -		status = "okay";
> -	};
> +&usb1_phy {
> +	status = "okay";
> +};
>  
> -	usb@47401000 {
> -		status = "okay";
> -	};
> +&usb0 {
> +	status = "okay";
> +};
>  
> -	usb@47401800 {
> -		status = "okay";
> -		dr_mode = "host";
> -	};
> +&usb1 {
> +	status = "okay";
> +	dr_mode = "host";
> +};
>  
> -	dma-controller@47402000  {
> -		status = "okay";
> -	};
> +&cppi41dma  {
> +	status = "okay";
>  };
>  
>  #include "tps65910.dtsi"
> -- 
> 1.9.2
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

-- 
balbi

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

  reply	other threads:[~2014-05-06 16:18 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-28 13:58 [PATCH 1/4] ARM: dts: am335x-bone-common: use phandles for USB and DMA refs Guido Martínez
2014-04-28 13:58 ` [PATCH 2/4] ARM: dts: am335x-evm: " Guido Martínez
2014-05-06 16:16   ` Felipe Balbi
2014-04-28 13:58 ` [PATCH 3/4] ARM: dts: am335x-evmsk: " Guido Martínez
2014-05-06 16:16   ` Felipe Balbi
2014-04-28 13:58 ` [PATCH 4/4] ARM: dts: am335x-igep0033: " Guido Martínez
2014-05-06 16:17   ` Felipe Balbi
     [not found] ` <1398693512-5355-1-git-send-email-guido-30ULvvUtt6G51wMPkGsGjgyUoB5FGQPZ@public.gmane.org>
2014-04-28 14:41   ` [PATCH 1/4] ARM: dts: am335x-bone-common: " George Cherian
     [not found]     ` <535E689D.7010204-l0cyMroinI0@public.gmane.org>
2014-04-28 16:10       ` Guido Martínez
2014-04-28 20:54 ` [PATCH v2 " Guido Martínez
2014-04-28 20:54   ` [PATCH v2 2/4] ARM: dts: am335x-evm: " Guido Martínez
2014-05-06 16:18     ` Felipe Balbi
2014-04-28 20:54   ` [PATCH v2 3/4] ARM: dts: am335x-evmsk: " Guido Martínez
2014-05-06 16:18     ` Felipe Balbi
2014-04-28 20:54   ` [PATCH v2 4/4] ARM: dts: am335x-igep0033: " Guido Martínez
2014-05-06 16:18     ` Felipe Balbi [this message]
2014-05-06 16:17   ` [PATCH v2 1/4] ARM: dts: am335x-bone-common: " Felipe Balbi
2014-05-06 16:37     ` Tony Lindgren
2014-05-06 16:16 ` [PATCH " Felipe Balbi

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=20140506161815.GQ25849@saruman.home \
    --to=balbi@ti.com \
    --cc=bcousson@baylibre.com \
    --cc=eballetbo@iseebcn.com \
    --cc=ezequiel@vanguardiasur.com.ar \
    --cc=george.cherian@ti.com \
    --cc=guido@vanguardiasur.com.ar \
    --cc=linux-omap@vger.kernel.org \
    --cc=tony@atomide.com \
    /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).