From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Tue, 19 Feb 2013 10:21:28 -0700 Subject: [U-Boot] [PATCH v1] Exynos5: Pinmux: Add fdt for pinmux In-Reply-To: <1360954857-21090-1-git-send-email-akshay.s@samsung.com> References: <1360954857-21090-1-git-send-email-akshay.s@samsung.com> Message-ID: <5123B498.9040903@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 reviewed/implemented by the kernel pinctrl maintainers and device tree maintainers? Where is the DT binding documentation file that describes the binding?