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

2013-03-12 Thread Simon Glass
On Sun, Mar 10, 2013 at 11:53 PM, Akshay Saraswat wrote: > This patch adds fdt nodes for peripherals which require > pin muxing and configuration. Device tree bindings for pinctrl > are kept same as required for Linux. Existing pinmux code > modified to retrieve gpio range and function related inf

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

2013-03-10 Thread Akshay Saraswat
This patch adds fdt nodes for peripherals which require pin muxing and configuration. Device tree bindings for pinctrl are kept same as required for Linux. Existing pinmux code modified to retrieve gpio range and function related info from fdt. Depends-on: [U-Boot] [PATCH 0/4 V3] EXYNOS5: Add GPIO