From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minkyu Kang Date: Tue, 08 Jan 2013 21:20:51 +0900 Subject: [U-Boot] [PATCH v4 3/3] EXYNOS5: FDT: Add compatible strings for USB In-Reply-To: <1357637705-10446-3-git-send-email-gautam.vivek@samsung.com> References: <1357637705-10446-1-git-send-email-gautam.vivek@samsung.com> <1357637705-10446-3-git-send-email-gautam.vivek@samsung.com> Message-ID: <50EC0F23.4080700@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 > > Add required compatible information for USB > > Signed-off-by: Vivek Gautam > Acked-by: Simon Glass > --- > > Changes in v4: > - Rebased on top of u-boot-samsung/master. > > Changes in v3: > - Added compatible string for USB PHY controller. > > Changes in v2: > - None. > > include/fdtdec.h | 2 ++ > lib/fdtdec.c | 2 ++ > 2 files changed, 4 insertions(+), 0 deletions(-) > applied to u-boot-samsung. Thanks, Minkyu Kang.