From: nicolas.ferre@atmel.com (Nicolas Ferre)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] dtb: at91: sam9n12ek: ohci: add port and vbus property
Date: Mon, 1 Sep 2014 11:42:36 +0200 [thread overview]
Message-ID: <54043F8C.8070307@atmel.com> (raw)
In-Reply-To: <1409133169-26741-1-git-send-email-voice.shen@atmel.com>
On 27/08/2014 11:52, Bo Shen :
> Add the port number and vbus property for ohci port, or else if
> bootloader won't configure the vbus pin, the 5v supply is not
> power on, so can not work with usb devices.
>
> Signed-off-by: Bo Shen <voice.shen@atmel.com>
Ok, thanks:
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
> ---
>
> arch/arm/boot/dts/at91sam9n12ek.dts | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/arch/arm/boot/dts/at91sam9n12ek.dts b/arch/arm/boot/dts/at91sam9n12ek.dts
> index 83d7237..13bb24e 100644
> --- a/arch/arm/boot/dts/at91sam9n12ek.dts
> +++ b/arch/arm/boot/dts/at91sam9n12ek.dts
> @@ -136,6 +136,8 @@
> };
>
> usb0: ohci at 00500000 {
> + num-ports = <1>;
> + atmel,vbus-gpio = <&pioB 7 GPIO_ACTIVE_LOW>;
> status = "okay";
> };
> };
>
--
Nicolas Ferre
WARNING: multiple messages have this Message-ID (diff)
From: Nicolas Ferre <nicolas.ferre-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>
To: Bo Shen <voice.shen-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>
Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH] dtb: at91: sam9n12ek: ohci: add port and vbus property
Date: Mon, 1 Sep 2014 11:42:36 +0200 [thread overview]
Message-ID: <54043F8C.8070307@atmel.com> (raw)
In-Reply-To: <1409133169-26741-1-git-send-email-voice.shen-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>
On 27/08/2014 11:52, Bo Shen :
> Add the port number and vbus property for ohci port, or else if
> bootloader won't configure the vbus pin, the 5v supply is not
> power on, so can not work with usb devices.
>
> Signed-off-by: Bo Shen <voice.shen-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>
Ok, thanks:
Acked-by: Nicolas Ferre <nicolas.ferre-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>
> ---
>
> arch/arm/boot/dts/at91sam9n12ek.dts | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/arch/arm/boot/dts/at91sam9n12ek.dts b/arch/arm/boot/dts/at91sam9n12ek.dts
> index 83d7237..13bb24e 100644
> --- a/arch/arm/boot/dts/at91sam9n12ek.dts
> +++ b/arch/arm/boot/dts/at91sam9n12ek.dts
> @@ -136,6 +136,8 @@
> };
>
> usb0: ohci@00500000 {
> + num-ports = <1>;
> + atmel,vbus-gpio = <&pioB 7 GPIO_ACTIVE_LOW>;
> status = "okay";
> };
> };
>
--
Nicolas Ferre
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
WARNING: multiple messages have this Message-ID (diff)
From: Nicolas Ferre <nicolas.ferre@atmel.com>
To: Bo Shen <voice.shen@atmel.com>
Cc: <linux-arm-kernel@lists.infradead.org>,
<linux-kernel@vger.kernel.org>, <devicetree@vger.kernel.org>
Subject: Re: [PATCH] dtb: at91: sam9n12ek: ohci: add port and vbus property
Date: Mon, 1 Sep 2014 11:42:36 +0200 [thread overview]
Message-ID: <54043F8C.8070307@atmel.com> (raw)
In-Reply-To: <1409133169-26741-1-git-send-email-voice.shen@atmel.com>
On 27/08/2014 11:52, Bo Shen :
> Add the port number and vbus property for ohci port, or else if
> bootloader won't configure the vbus pin, the 5v supply is not
> power on, so can not work with usb devices.
>
> Signed-off-by: Bo Shen <voice.shen@atmel.com>
Ok, thanks:
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
> ---
>
> arch/arm/boot/dts/at91sam9n12ek.dts | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/arch/arm/boot/dts/at91sam9n12ek.dts b/arch/arm/boot/dts/at91sam9n12ek.dts
> index 83d7237..13bb24e 100644
> --- a/arch/arm/boot/dts/at91sam9n12ek.dts
> +++ b/arch/arm/boot/dts/at91sam9n12ek.dts
> @@ -136,6 +136,8 @@
> };
>
> usb0: ohci@00500000 {
> + num-ports = <1>;
> + atmel,vbus-gpio = <&pioB 7 GPIO_ACTIVE_LOW>;
> status = "okay";
> };
> };
>
--
Nicolas Ferre
next prev parent reply other threads:[~2014-09-01 9:42 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-27 9:52 [PATCH] dtb: at91: sam9n12ek: ohci: add port and vbus property Bo Shen
2014-08-27 9:52 ` Bo Shen
2014-08-27 9:52 ` Bo Shen
2014-09-01 9:42 ` Nicolas Ferre [this message]
2014-09-01 9:42 ` Nicolas Ferre
2014-09-01 9:42 ` Nicolas Ferre
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=54043F8C.8070307@atmel.com \
--to=nicolas.ferre@atmel.com \
--cc=linux-arm-kernel@lists.infradead.org \
/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.