590fe5f373b018ae2b2d312691350b2e9219f06a
[openwrt.git] / target / linux / omap / patches-3.12 / 801-ARM_dts_am33xx_change_usb_ctrl_module_label.patch
1 From e7243b7673a20ac28cfdc78c8862587ea8173a39 Mon Sep 17 00:00:00 2001
2 From: Markus Pargmann <mpa@pengutronix.de>
3 Date: Mon, 14 Oct 2013 12:49:21 +0000
4 Subject: ARM: dts: am33xx, change usb ctrl module label
5
6 Control module is not usb specific.
7 Changes the label to usb_ctrl_mod.
8
9 Signed-off-by: Markus Pargmann <mpa@pengutronix.de>
10 Signed-off-by: Benoit Cousson <bcousson@baylibre.com>
11 ---
12 diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi
13 index 97f5019..0ca13ad 100644
14 --- a/arch/arm/boot/dts/am33xx.dtsi
15 +++ b/arch/arm/boot/dts/am33xx.dtsi
16 @@ -416,7 +416,7 @@
17                         ti,hwmods = "usb_otg_hs";
18                         status = "disabled";
19  
20 -                       ctrl_mod: control@44e10000 {
21 +                       usb_ctrl_mod: control@44e10000 {
22                                 compatible = "ti,am335x-usb-ctrl-module";
23                                 reg = <0x44e10620 0x10
24                                         0x44e10648 0x4>;
25 @@ -429,7 +429,7 @@
26                                 reg = <0x47401300 0x100>;
27                                 reg-names = "phy";
28                                 status = "disabled";
29 -                               ti,ctrl_mod = <&ctrl_mod>;
30 +                               ti,ctrl_mod = <&usb_ctrl_mod>;
31                         };
32  
33                         usb0: usb@47401000 {
34 @@ -477,7 +477,7 @@
35                                 reg = <0x47401b00 0x100>;
36                                 reg-names = "phy";
37                                 status = "disabled";
38 -                               ti,ctrl_mod = <&ctrl_mod>;
39 +                               ti,ctrl_mod = <&usb_ctrl_mod>;
40                         };
41  
42                         usb1: usb@47401800 {
43 --
44 cgit v0.9.2