]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: OMAP: gpmc: add DT bindings for GPMC timings and NAND
authorDaniel Mack <zonque@gmail.com>
Fri, 14 Dec 2012 10:36:44 +0000 (11:36 +0100)
committerTony Lindgren <tony@atomide.com>
Tue, 15 Jan 2013 22:50:15 +0000 (14:50 -0800)
commit28d528093242cd3dbeba9a0fe7c8164e8ae00d22
treeddf01fdfc247be244e453139a10af05c7b50b602
parent8850b5d49986a3c422682463aa09b5a1f2435b65
ARM: OMAP: gpmc: add DT bindings for GPMC timings and NAND

This patch adds basic DT bindings for OMAP GPMC.

The actual peripherals are instantiated from child nodes within the GPMC
node, and the only type of device that is currently supported is NAND.

Code was added to parse the generic GPMC timing parameters and some
documentation with examples on how to use them.

Successfully tested on an AM33xx board.

Signed-off-by: Daniel Mack <zonque@gmail.com>
Acked-by: Grant Likely <grant.likely@secretlab.ca>
[tony@atomide.com: updated to apply]
Signed-off-by: Tony Lindgren <tony@atomide.com>
Documentation/devicetree/bindings/bus/ti-gpmc.txt [new file with mode: 0644]
Documentation/devicetree/bindings/mtd/gpmc-nand.txt [new file with mode: 0644]
arch/arm/mach-omap2/gpmc.c