Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e7243b76 authored by Markus Pargmann's avatar Markus Pargmann Committed by Benoit Cousson
Browse files

ARM: dts: am33xx, change usb ctrl module label



Control module is not usb specific.
Changes the label to usb_ctrl_mod.

Signed-off-by: default avatarMarkus Pargmann <mpa@pengutronix.de>
Signed-off-by: default avatarBenoit Cousson <bcousson@baylibre.com>
parent c351e290
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -416,7 +416,7 @@
			ti,hwmods = "usb_otg_hs";
			status = "disabled";

			ctrl_mod: control@44e10000 {
			usb_ctrl_mod: control@44e10000 {
				compatible = "ti,am335x-usb-ctrl-module";
				reg = <0x44e10620 0x10
					0x44e10648 0x4>;
@@ -429,7 +429,7 @@
				reg = <0x47401300 0x100>;
				reg-names = "phy";
				status = "disabled";
				ti,ctrl_mod = <&ctrl_mod>;
				ti,ctrl_mod = <&usb_ctrl_mod>;
			};

			usb0: usb@47401000 {
@@ -477,7 +477,7 @@
				reg = <0x47401b00 0x100>;
				reg-names = "phy";
				status = "disabled";
				ti,ctrl_mod = <&ctrl_mod>;
				ti,ctrl_mod = <&usb_ctrl_mod>;
			};

			usb1: usb@47401800 {