Re: [U-Boot] [PATCH 2/4 V4] EXYNOS5: FDT: Add serial device node values

2013-04-04 Thread Simon Glass
On Mon, Apr 1, 2013 at 11:46 PM, Rajeshwari Shinde wrote: > This patch adds the device node required for serial driver > > Signed-off-by: Abhilash Kesavan > Signed-off-by: Rajeshwari Shinde > --- > Changes in V2: > - Changed the compatible string to "samsung,exynos4210-uart" > Changes i

[U-Boot] [PATCH 2/4 V4] EXYNOS5: FDT: Add serial device node values

2013-04-01 Thread Rajeshwari Shinde
This patch adds the device node required for serial driver Signed-off-by: Abhilash Kesavan Signed-off-by: Rajeshwari Shinde --- Changes in V2: - Changed the compatible string to "samsung,exynos4210-uart" Changes in V3: - Added a alias console as we will support one at any point o