public inbox for linux-arm-kernel@lists.infradead.org 
 help / color / mirror / Atom feed
From: bcousson@baylibre•com (Benoit Cousson)
To: linux-arm-kernel@lists•infradead.org
Subject: [PATCH RFC] ARM: dts: am335x: update USB DT references
Date: Tue, 22 Apr 2014 16:14:36 +0200	[thread overview]
Message-ID: <5356794C.7070707@baylibre.com> (raw)
In-Reply-To: <1397647595-10927-1-git-send-email-leigh@solinno.co.uk>

Hi Leigh,

On 16/04/2014 13:26, Leigh Brown wrote:
> In "ARM: dts: am33xx: correcting dt node unit address for usb", the
> usb_ctrl_mod and cppi41dma nodes were updated with the correct register
> addresses.  However, the dts files that reference these nodes were not
> updated, and those devices are no longer being enabled.
>
> This patch corrects the references for the affected dts files.

Thanks for the fix. BTW, why is it a RFC? Do you plan to send an updated 
version?

FYI, even with this fix, the BBB still does not have a working MUSB on 
3.15-rc2. Have you observed that as well?

> Signed-off-by: Leigh Brown <leigh@solinno•co.uk>

If this is a final version, I'll apply it for -rc3.

Thanks,
Benoit


> ---
>   arch/arm/boot/dts/am335x-bone-common.dtsi | 4 ++--
>   arch/arm/boot/dts/am335x-evm.dts          | 4 ++--
>   arch/arm/boot/dts/am335x-evmsk.dts        | 4 ++--
>   arch/arm/boot/dts/am335x-igep0033.dtsi    | 4 ++--
>   4 files changed, 8 insertions(+), 8 deletions(-)
>
> diff --git a/arch/arm/boot/dts/am335x-bone-common.dtsi b/arch/arm/boot/dts/am335x-bone-common.dtsi
> index e3f27ec..2e7d932 100644
> --- a/arch/arm/boot/dts/am335x-bone-common.dtsi
> +++ b/arch/arm/boot/dts/am335x-bone-common.dtsi
> @@ -183,7 +183,7 @@
>   &usb {
>   	status = "okay";
>
> -	control at 44e10000 {
> +	control at 44e10620 {
>   		status = "okay";
>   	};
>
> @@ -204,7 +204,7 @@
>   		dr_mode = "host";
>   	};
>
> -	dma-controller at 07402000  {
> +	dma-controller at 47402000  {
>   		status = "okay";
>   	};
>   };
> diff --git a/arch/arm/boot/dts/am335x-evm.dts b/arch/arm/boot/dts/am335x-evm.dts
> index 28ae040..77df10d 100644
> --- a/arch/arm/boot/dts/am335x-evm.dts
> +++ b/arch/arm/boot/dts/am335x-evm.dts
> @@ -331,7 +331,7 @@
>   &usb {
>   	status = "okay";
>
> -	control at 44e10000 {
> +	control at 44e10620 {
>   		status = "okay";
>   	};
>
> @@ -352,7 +352,7 @@
>   		dr_mode = "host";
>   	};
>
> -	dma-controller at 07402000  {
> +	dma-controller at 47402000  {
>   		status = "okay";
>   	};
>   };
> diff --git a/arch/arm/boot/dts/am335x-evmsk.dts b/arch/arm/boot/dts/am335x-evmsk.dts
> index ec08f6f..ab23885 100644
> --- a/arch/arm/boot/dts/am335x-evmsk.dts
> +++ b/arch/arm/boot/dts/am335x-evmsk.dts
> @@ -364,7 +364,7 @@
>   &usb {
>   	status = "okay";
>
> -	control at 44e10000 {
> +	control at 44e10620 {
>   		status = "okay";
>   	};
>
> @@ -385,7 +385,7 @@
>   		dr_mode = "host";
>   	};
>
> -	dma-controller at 07402000  {
> +	dma-controller at 47402000  {
>   		status = "okay";
>   	};
>   };
> diff --git a/arch/arm/boot/dts/am335x-igep0033.dtsi b/arch/arm/boot/dts/am335x-igep0033.dtsi
> index 7063311..5942e7d 100644
> --- a/arch/arm/boot/dts/am335x-igep0033.dtsi
> +++ b/arch/arm/boot/dts/am335x-igep0033.dtsi
> @@ -202,7 +202,7 @@
>   &usb {
>   	status = "okay";
>
> -	control at 44e10000 {
> +	control at 44e10620 {
>   		status = "okay";
>   	};
>
> @@ -223,7 +223,7 @@
>   		dr_mode = "host";
>   	};
>
> -	dma-controller at 07402000  {
> +	dma-controller at 47402000  {
>   		status = "okay";
>   	};
>   };
>


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

  reply	other threads:[~2014-04-22 14:14 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-16 11:26 [PATCH RFC] ARM: dts: am335x: update USB DT references Leigh Brown
2014-04-22 14:14 ` Benoit Cousson [this message]
2014-04-23 14:48   ` Tony Lindgren
2014-04-23 15:17     ` Ezequiel Garcia
2014-04-23 15:40       ` Benoit Cousson
2014-04-23 15:48         ` Ezequiel Garcia
2014-04-23 15:35     ` 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=5356794C.7070707@baylibre.com \
    --to=bcousson@baylibre$(echo .)com \
    --cc=linux-arm-kernel@lists$(echo .)infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox