Re: [U-Boot] [PATCH v1] Exynos5: Pinmux: Add fdt for pinmux

2013-02-19 Thread Stephen Warren
On 02/15/2013 12:00 PM, Akshay Saraswat wrote: > This patch adds fdt nodes for peripherals which require > pin muxing and configuration. Existing pinmux code modified > to retrieve gpio range and function related info from fdt. Is this the same DT binding that the Linux kernel uses; has it been re

Re: [U-Boot] [PATCH v1] Exynos5: Pinmux: Add fdt for pinmux

2013-02-15 Thread Simon Glass
+Doug Hi Akshay, On Fri, Feb 15, 2013 at 11:00 AM, Akshay Saraswat wrote: > This patch adds fdt nodes for peripherals which require > pin muxing and configuration. Existing pinmux code modified > to retrieve gpio range and function related info from fdt. > > Signed-off-by: Akshay Saraswat Than