All of lore.kernel.org
 help / color / mirror / Atom feed
From: Benoit Cousson <bcousson@baylibre.com>
To: Markus Pargmann <mpa@pengutronix.de>, Tony Lindgren <tony@atomide.com>
Cc: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	kernel@pengutronix.de
Subject: Re: [PATCH] ARM: dts: am33xx, change usb ctrl module label
Date: Tue, 22 Oct 2013 16:25:47 +0200	[thread overview]
Message-ID: <52668AEB.8000201@baylibre.com> (raw)
In-Reply-To: <1381754961-3252-1-git-send-email-mpa@pengutronix.de>

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

WARNING: multiple messages have this Message-ID (diff)
From: bcousson@baylibre.com (Benoit Cousson)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: dts: am33xx, change usb ctrl module label
Date: Tue, 22 Oct 2013 16:25:47 +0200	[thread overview]
Message-ID: <52668AEB.8000201@baylibre.com> (raw)
In-Reply-To: <1381754961-3252-1-git-send-email-mpa@pengutronix.de>

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 at 44e10000 {
> +			usb_ctrl_mod: control at 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 at 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 at 47401800 {
>


-- 
Beno?t Cousson
BayLibre
Embedded Linux Technology Lab
www.baylibre.com

  reply	other threads:[~2013-10-22 14:25 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-14 12:49 [PATCH] ARM: dts: am33xx, change usb ctrl module label Markus Pargmann
2013-10-14 12:49 ` Markus Pargmann
2013-10-22 14:25 ` Benoit Cousson [this message]
2013-10-22 14:25   ` Benoit Cousson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=52668AEB.8000201@baylibre.com \
    --to=bcousson@baylibre.com \
    --cc=kernel@pengutronix.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=mpa@pengutronix.de \
    --cc=tony@atomide.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.