diff mbox

[3/4] ARM: dts: am335x-evmsk: use phandles for USB and DMA refs

Message ID 1398693512-5355-3-git-send-email-guido@vanguardiasur.com.ar (mailing list archive)
State New, archived
Headers show

Commit Message

Guido Martínez April 28, 2014, 1:58 p.m. UTC
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>
---
 arch/arm/boot/dts/am335x-evmsk.dts | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Comments

Felipe Balbi May 6, 2014, 4:16 p.m. UTC | #1
On Mon, Apr 28, 2014 at 10:58:31AM -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>

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

> ---
>  arch/arm/boot/dts/am335x-evmsk.dts | 12 ++++++------
>  1 file changed, 6 insertions(+), 6 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/am335x-evmsk.dts b/arch/arm/boot/dts/am335x-evmsk.dts
> index ab23885..44b8d75 100644
> --- a/arch/arm/boot/dts/am335x-evmsk.dts
> +++ b/arch/arm/boot/dts/am335x-evmsk.dts
> @@ -364,28 +364,28 @@
>  &usb {
>  	status = "okay";
>  
> -	control@44e10620 {
> +	&usb_ctrl_mod {
>  		status = "okay";
>  	};
>  
> -	usb-phy@47401300 {
> +	&usb0_phy {
>  		status = "okay";
>  	};
>  
> -	usb-phy@47401b00 {
> +	&usb1_phy {
>  		status = "okay";
>  	};
>  
> -	usb@47401000 {
> +	&usb0 {
>  		status = "okay";
>  	};
>  
> -	usb@47401800 {
> +	&usb1 {
>  		status = "okay";
>  		dr_mode = "host";
>  	};
>  
> -	dma-controller@47402000  {
> +	&cppi41dma  {
>  		status = "okay";
>  	};
>  };
> -- 
> 1.9.2
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
diff mbox

Patch

diff --git a/arch/arm/boot/dts/am335x-evmsk.dts b/arch/arm/boot/dts/am335x-evmsk.dts
index ab23885..44b8d75 100644
--- a/arch/arm/boot/dts/am335x-evmsk.dts
+++ b/arch/arm/boot/dts/am335x-evmsk.dts
@@ -364,28 +364,28 @@ 
 &usb {
 	status = "okay";
 
-	control@44e10620 {
+	&usb_ctrl_mod {
 		status = "okay";
 	};
 
-	usb-phy@47401300 {
+	&usb0_phy {
 		status = "okay";
 	};
 
-	usb-phy@47401b00 {
+	&usb1_phy {
 		status = "okay";
 	};
 
-	usb@47401000 {
+	&usb0 {
 		status = "okay";
 	};
 
-	usb@47401800 {
+	&usb1 {
 		status = "okay";
 		dr_mode = "host";
 	};
 
-	dma-controller@47402000  {
+	&cppi41dma  {
 		status = "okay";
 	};
 };