All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marek Vasut <marex@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/3 V2] EXYNOS5: Add devine node for USB.
Date: Thu, 6 Dec 2012 18:40:20 +0100	[thread overview]
Message-ID: <201212061840.20773.marex@denx.de> (raw)
In-Reply-To: <1354775556-23212-3-git-send-email-rajeshwari.s@samsung.com>

Dear Rajeshwari Shinde,

Subject ... add "device" node ...

> This patch adds the device node required for USB
> 
> Signed-off-by: Vivek Gautam <gautam.vivek@samsung.com>
> ---
> Chnages in V2:
> 	- None
>  arch/arm/dts/exynos5250.dtsi |    7 +++++++
>  1 files changed, 7 insertions(+), 0 deletions(-)
> 
> diff --git a/arch/arm/dts/exynos5250.dtsi b/arch/arm/dts/exynos5250.dtsi
> index 2073ef2..dc727fc 100644
> --- a/arch/arm/dts/exynos5250.dtsi
> +++ b/arch/arm/dts/exynos5250.dtsi
> @@ -143,4 +143,11 @@
>  		reg = <0x131b0000 0x30>;
>  		interrupts = <0 130 0>;
>  	};
> +
> +	ehci at 12110000 {
> +		compatible = "samsung,exynos-ehci";
> +		reg = <0x12110000 0x100>;
> +		phyreg = <0x12130000>;
> +	};
> +
>  };

Best regards,
Marek Vasut

  reply	other threads:[~2012-12-06 17:40 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-06  6:32 [U-Boot] [PATCH 0/3 V2] EXYNOS5: Add FDT support for USB Rajeshwari Shinde
2012-12-06  6:32 ` [U-Boot] [PATCH 1/3 V2] EHCI: Exynos: Add fdt support Rajeshwari Shinde
2012-12-06 17:39   ` Marek Vasut
2012-12-06 17:57     ` Simon Glass
2012-12-06 18:02       ` Marek Vasut
2012-12-06 18:07         ` Simon Glass
2012-12-06 18:13           ` Marek Vasut
2012-12-06  6:32 ` [U-Boot] [PATCH 2/3 V2] EXYNOS5: Add devine node for USB Rajeshwari Shinde
2012-12-06 17:40   ` Marek Vasut [this message]
2012-12-06  6:32 ` [U-Boot] [PATCH 3/3 V2] EXYNOS5: FDT: Add compatible strings " Rajeshwari Shinde

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=201212061840.20773.marex@denx.de \
    --to=marex@denx.de \
    --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.