]> 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)
commit8718534a73a2e0d81d7647503faa9d88a82ee1c8
treeddf01fdfc247be244e453139a10af05c7b50b602
parenta5528f77e98a364bf90626cb46c0ef8876a69e5d
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