Skip to content

Commit

Permalink
ARM: dts: am335x-igep0033: 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>
Cc: Enric Balletbo i Serra <eballetbo@iseebcn.com>
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 0f686d2 commit 2cd1de1
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions arch/arm/boot/dts/am335x-igep0033.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2cd1de1

Please sign in to comment.