* [PATCH] ARM: dts: am33xx, change usb ctrl module label
@ 2013-10-14 12:49 Markus Pargmann
2013-10-22 14:25 ` Benoit Cousson
0 siblings, 1 reply; 2+ messages in thread
From: Markus Pargmann @ 2013-10-14 12:49 UTC (permalink / raw)
To: Benoît Cousson, Tony Lindgren
Cc: linux-omap, linux-arm-kernel, kernel, Markus Pargmann
Control module is not usb specific. This patch changes the label to
usb_ctrl_mod.
Signed-off-by: Markus Pargmann <mpa@pengutronix.de>
---
arch/arm/boot/dts/am33xx.dtsi | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi
index f9c5da9..14510ee 100644
--- a/arch/arm/boot/dts/am33xx.dtsi
+++ b/arch/arm/boot/dts/am33xx.dtsi
@@ -346,7 +346,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>;
@@ -359,7 +359,7 @@
reg = <0x47401300 0x100>;
reg-names = "phy";
status = "disabled";
- ti,ctrl_mod = <&ctrl_mod>;
+ ti,ctrl_mod = <&usb_ctrl_mod>;
};
usb0: usb@47401000 {
@@ -407,7 +407,7 @@
reg = <0x47401b00 0x100>;
reg-names = "phy";
status = "disabled";
- ti,ctrl_mod = <&ctrl_mod>;
+ ti,ctrl_mod = <&usb_ctrl_mod>;
};
usb1: usb@47401800 {
--
1.8.4.rc3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ARM: dts: am33xx, change usb ctrl module label
2013-10-14 12:49 [PATCH] ARM: dts: am33xx, change usb ctrl module label Markus Pargmann
@ 2013-10-22 14:25 ` Benoit Cousson
0 siblings, 0 replies; 2+ messages in thread
From: Benoit Cousson @ 2013-10-22 14:25 UTC (permalink / raw)
To: Markus Pargmann, Tony Lindgren; +Cc: linux-omap, linux-arm-kernel, kernel
Hi Markus,
On 14/10/2013 14:49, Markus Pargmann wrote:
> Control module is not usb specific. This patch changes the label to
> usb_ctrl_mod.
>
> Signed-off-by: Markus Pargmann <mpa@pengutronix.de>
I've just applied it.
Thanks,
Benoit
> ---
> arch/arm/boot/dts/am33xx.dtsi | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi
> index f9c5da9..14510ee 100644
> --- a/arch/arm/boot/dts/am33xx.dtsi
> +++ b/arch/arm/boot/dts/am33xx.dtsi
> @@ -346,7 +346,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>;
> @@ -359,7 +359,7 @@
> reg = <0x47401300 0x100>;
> reg-names = "phy";
> status = "disabled";
> - ti,ctrl_mod = <&ctrl_mod>;
> + ti,ctrl_mod = <&usb_ctrl_mod>;
> };
>
> usb0: usb@47401000 {
> @@ -407,7 +407,7 @@
> reg = <0x47401b00 0x100>;
> reg-names = "phy";
> status = "disabled";
> - ti,ctrl_mod = <&ctrl_mod>;
> + ti,ctrl_mod = <&usb_ctrl_mod>;
> };
>
> usb1: usb@47401800 {
>
--
Benoît Cousson
BayLibre
Embedded Linux Technology Lab
www.baylibre.com
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-10-22 14:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-14 12:49 [PATCH] ARM: dts: am33xx, change usb ctrl module label Markus Pargmann
2013-10-22 14:25 ` Benoit Cousson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).