
On Tue, Apr 2, 2013 at 12:46 AM, Rajeshwari Shinde rajeshwari.s@samsung.com wrote:
Add required compatible information for s5p serial driver
Signed-off-by: Abhilash Kesavan a.kesavan@samsung.com Signed-off-by: Rajeshwari Shinde rajeshwari.s@samsung.com Acked-by: Simon Glass sjg@chromium.org
Changes in V2: - Changed the compatible string to "samsung,exynos4210-uart" Changes in V3: - Rebased on latest u-boot-samsung Changes in V4: - Rebased on latest u-boot-samsung - Changed to COMPAT_SAMSUNG_EXYNOS5_SERIAL to COMPAT_SAMSUNG_EXYNOS_SERIAL include/fdtdec.h | 1 + lib/fdtdec.c | 1 + 2 files changed, 2 insertions(+), 0 deletions(-)
Tested on snow, console works correctly.
Acked-by: Simon Glass sjg@chromium.org Tested-by: Simon Glass sjg@chromium.org