提交 e7243b76 编写于 作者: M Markus Pargmann 提交者: Benoit Cousson

ARM: dts: am33xx, change usb ctrl module label

Control module is not usb specific.
Changes the label to usb_ctrl_mod.
Signed-off-by: NMarkus Pargmann <mpa@pengutronix.de>
Signed-off-by: NBenoit Cousson <bcousson@baylibre.com>
上级 c351e290
...@@ -416,7 +416,7 @@ ...@@ -416,7 +416,7 @@
ti,hwmods = "usb_otg_hs"; ti,hwmods = "usb_otg_hs";
status = "disabled"; status = "disabled";
ctrl_mod: control@44e10000 { usb_ctrl_mod: control@44e10000 {
compatible = "ti,am335x-usb-ctrl-module"; compatible = "ti,am335x-usb-ctrl-module";
reg = <0x44e10620 0x10 reg = <0x44e10620 0x10
0x44e10648 0x4>; 0x44e10648 0x4>;
...@@ -429,7 +429,7 @@ ...@@ -429,7 +429,7 @@
reg = <0x47401300 0x100>; reg = <0x47401300 0x100>;
reg-names = "phy"; reg-names = "phy";
status = "disabled"; status = "disabled";
ti,ctrl_mod = <&ctrl_mod>; ti,ctrl_mod = <&usb_ctrl_mod>;
}; };
usb0: usb@47401000 { usb0: usb@47401000 {
...@@ -477,7 +477,7 @@ ...@@ -477,7 +477,7 @@
reg = <0x47401b00 0x100>; reg = <0x47401b00 0x100>;
reg-names = "phy"; reg-names = "phy";
status = "disabled"; status = "disabled";
ti,ctrl_mod = <&ctrl_mod>; ti,ctrl_mod = <&usb_ctrl_mod>;
}; };
usb1: usb@47401800 { usb1: usb@47401800 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册