From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minkyu Kang Date: Tue, 08 Jan 2013 21:20:33 +0900 Subject: [U-Boot] [PATCH v4 2/3] EXYNOS5: Add device node for USB. In-Reply-To: <1357637705-10446-2-git-send-email-gautam.vivek@samsung.com> References: <1357637705-10446-1-git-send-email-gautam.vivek@samsung.com> <1357637705-10446-2-git-send-email-gautam.vivek@samsung.com> Message-ID: <50EC0F11.1060208@samsung.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 08/01/13 18:35, Vivek Gautam wrote: > From: Rajeshwari Shinde > > This patch adds the device node required for USB > > Signed-off-by: Vivek Gautam > --- > > Changes in v4: > - Rebased on top of u-boot-samsung/master. > > Changes in v3: > - Using a sub-node under ehci node for phy which provides > "compatible" and "reg" information. > > Changes in v2: > - None. > > arch/arm/dts/exynos5250.dtsi | 13 +++++++++++++ > 1 files changed, 13 insertions(+), 0 deletions(-) > applied to u-boot-samsung. Thanks, Minkyu Kang.