aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelipe Balbi <balbi@ti.com>2014-11-03 11:28:42 -0500
committerTony Lindgren <tony@atomide.com>2014-11-10 18:24:38 -0500
commit4f6dec7068de704af072af36ef5b8617841503fc (patch)
treef747da57b6c8babe3bc0ed928c3ca03e567ae34b
parentd5475152fe706497915a7f8d6a8679854ef868f5 (diff)
ARM: dts: dra7: add labels to DWC3 nodes
by adding labels to DWC3 nodes, it's far easier for boards to reference them. Signed-off-by: Felipe Balbi <balbi@ti.com> [tony@atomide.com: updated for otg 4 move to dra74x.dtsi] Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r--arch/arm/boot/dts/dra7.dtsi6
-rw-r--r--arch/arm/boot/dts/dra74x.dtsi2
2 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/dra7.dtsi b/arch/arm/boot/dts/dra7.dtsi
index 6470acfae468..c6fc56618599 100644
--- a/arch/arm/boot/dts/dra7.dtsi
+++ b/arch/arm/boot/dts/dra7.dtsi
@@ -1219,7 +1219,7 @@
1219 }; 1219 };
1220 }; 1220 };
1221 1221
1222 omap_dwc3_1@48880000 { 1222 omap_dwc3_1: omap_dwc3_1@48880000 {
1223 compatible = "ti,dwc3"; 1223 compatible = "ti,dwc3";
1224 ti,hwmods = "usb_otg_ss1"; 1224 ti,hwmods = "usb_otg_ss1";
1225 reg = <0x48880000 0x10000>; 1225 reg = <0x48880000 0x10000>;
@@ -1240,7 +1240,7 @@
1240 }; 1240 };
1241 }; 1241 };
1242 1242
1243 omap_dwc3_2@488c0000 { 1243 omap_dwc3_2: omap_dwc3_2@488c0000 {
1244 compatible = "ti,dwc3"; 1244 compatible = "ti,dwc3";
1245 ti,hwmods = "usb_otg_ss2"; 1245 ti,hwmods = "usb_otg_ss2";
1246 reg = <0x488c0000 0x10000>; 1246 reg = <0x488c0000 0x10000>;
@@ -1262,7 +1262,7 @@
1262 }; 1262 };
1263 1263
1264 /* IRQ for DWC3_3 and DWC3_4 need IRQ crossbar */ 1264 /* IRQ for DWC3_3 and DWC3_4 need IRQ crossbar */
1265 omap_dwc3_3@48900000 { 1265 omap_dwc3_3: omap_dwc3_3@48900000 {
1266 compatible = "ti,dwc3"; 1266 compatible = "ti,dwc3";
1267 ti,hwmods = "usb_otg_ss3"; 1267 ti,hwmods = "usb_otg_ss3";
1268 reg = <0x48900000 0x10000>; 1268 reg = <0x48900000 0x10000>;
diff --git a/arch/arm/boot/dts/dra74x.dtsi b/arch/arm/boot/dts/dra74x.dtsi
index 5667b924bd32..10173fab1a15 100644
--- a/arch/arm/boot/dts/dra74x.dtsi
+++ b/arch/arm/boot/dts/dra74x.dtsi
@@ -46,7 +46,7 @@
46 }; 46 };
47 47
48 ocp { 48 ocp {
49 omap_dwc3_4@48940000 { 49 omap_dwc3_4: omap_dwc3_4@48940000 {
50 compatible = "ti,dwc3"; 50 compatible = "ti,dwc3";
51 ti,hwmods = "usb_otg_ss4"; 51 ti,hwmods = "usb_otg_ss4";
52 reg = <0x48940000 0x10000>; 52 reg = <0x48940000 0x10000>;