Skip to content

Commit

Permalink
ARM: dts: am335x-evmsk: use phandles for USB and DMA refs
Browse files Browse the repository at this point in the history
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>
Signed-off-by: Tony Lindgren <tony@atomide.com>
  • Loading branch information
Guido Martínez authored and Tony Lindgren committed May 6, 2014
1 parent bd6fdaf commit 0f686d2
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions arch/arm/boot/dts/am335x-evmsk.dts
Original file line number Diff line number Diff line change
Expand Up @@ -363,31 +363,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";
};

&epwmss2 {
Expand Down

0 comments on commit 0f686d2

Please sign in to comment.