From: Minkyu Kang <mk7.kang@samsung.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2] odroid-XU3: Add entry for DTS EHCI GPIO
Date: Mon, 22 Dec 2014 21:22:07 +0900 [thread overview]
Message-ID: <54980CEF.3050906@samsung.com> (raw)
In-Reply-To: <1417811170-28404-1-git-send-email-sjoerd.simons@collabora.co.uk>
On 06/12/14 05:26, Sjoerd Simons wrote:
> Add samsung,vbus-gpio information for the XU3. This allows the usage of
> the EHCI controller on the XU3, which is connected to the SMSC LAN9514
> chip (usb hub + network).
>
> Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
> ---
> Changes since v1:
> + Correct gpio number
> + Add USB configuration in the odroid XU3 default config
>
> Hyungwon could you add this one to your XU3 patchset if you send a next
> version (assuming it looks good)?
>
> For usb storage/network support this patch should be combined
> with the exynos configuration tweaks patch i submited earlier to the list:
> Exynos: Move down common USB configuration
>
> arch/arm/dts/exynos5422-odroidxu3.dts | 4 ++++
> include/configs/odroid_xu3.h | 4 ++++
> 2 files changed, 8 insertions(+)
>
> diff --git a/arch/arm/dts/exynos5422-odroidxu3.dts b/arch/arm/dts/exynos5422-odroidxu3.dts
> index cff32a9..79a7acd 100644
> --- a/arch/arm/dts/exynos5422-odroidxu3.dts
> +++ b/arch/arm/dts/exynos5422-odroidxu3.dts
> @@ -31,6 +31,10 @@
> 0xb0000000 0xea00000>;
> };
>
> + ehci at 12110000 {
> + samsung,vbus-gpio = <&gpio 0x66 0>; /* X26 */
> + };
> +
> serial at 12C20000 {
> status="okay";
> };
> diff --git a/include/configs/odroid_xu3.h b/include/configs/odroid_xu3.h
> index 88bb98d..aa0c142 100644
> --- a/include/configs/odroid_xu3.h
> +++ b/include/configs/odroid_xu3.h
> @@ -47,6 +47,10 @@
>
> #define CONFIG_DEFAULT_CONSOLE "console=ttySAC2,115200n8\0"
>
> +/* USB */
> +#define CONFIG_USB_EHCI
> +#define CONFIG_USB_EHCI_EXYNOS
> +
> /* FIXME: MUST BE REMOVED AFTER TMU IS TURNED ON */
> #undef CONFIG_EXYNOS_TMU
> #undef CONFIG_TMU_CMD_DTT
>
applied to u-boot-samsung.
Thanks,
Minkyu Kang.
prev parent reply other threads:[~2014-12-22 12:22 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-05 20:26 [U-Boot] [PATCH v2] odroid-XU3: Add entry for DTS EHCI GPIO Sjoerd Simons
2014-12-09 3:01 ` Hyungwon Hwang
2014-12-09 3:36 ` Suriyan Ramasami
2014-12-09 4:10 ` Hyungwon Hwang
2014-12-09 7:44 ` Sjoerd Simons
2014-12-09 4:25 ` Kevin Hilman
2014-12-22 12:22 ` Minkyu Kang [this message]
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=54980CEF.3050906@samsung.com \
--to=mk7.kang@samsung.com \
--cc=u-boot@lists.denx.de \
/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.