[omap]: refresh/rename patches
[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 --- a/arch/arm/boot/dts/am33xx.dtsi
13 +++ b/arch/arm/boot/dts/am33xx.dtsi
14 @@ -406,7 +406,7 @@
15                         ti,hwmods = "usb_otg_hs";
16                         status = "disabled";
17  
18 -                       ctrl_mod: control@44e10000 {
19 +                       usb_ctrl_mod: control@44e10000 {
20                                 compatible = "ti,am335x-usb-ctrl-module";
21                                 reg = <0x44e10620 0x10
22                                         0x44e10648 0x4>;
23 @@ -419,7 +419,7 @@
24                                 reg = <0x47401300 0x100>;
25                                 reg-names = "phy";
26                                 status = "disabled";
27 -                               ti,ctrl_mod = <&ctrl_mod>;
28 +                               ti,ctrl_mod = <&usb_ctrl_mod>;
29                         };
30  
31                         usb0: usb@47401000 {
32 @@ -467,7 +467,7 @@
33                                 reg = <0x47401b00 0x100>;
34                                 reg-names = "phy";
35                                 status = "disabled";
36 -                               ti,ctrl_mod = <&ctrl_mod>;
37 +                               ti,ctrl_mod = <&usb_ctrl_mod>;
38                         };
39  
40                         usb1: usb@47401800 {