提交 8edfe5fe 编写于 作者: L Ladislav Michl 提交者: Boris Brezillon

dt-bindings: mtd: gpmc-onenand: Update properties description

Compatible property is required for OMAP2+ mtd driver. Also
add INT pin gpio description and delete unused dma-channel
property.
Signed-off-by: NLadislav Michl <ladis@linux-mips.org>
Reviewed-by: NPeter Ujfalusi <peter.ujfalusi@ti.com>
Acked-by: NRoger Quadros <rogerq@ti.com>
Signed-off-by: NBoris Brezillon <boris.brezillon@free-electrons.com>
上级 d2ad1fb1
...@@ -9,13 +9,14 @@ Documentation/devicetree/bindings/memory-controllers/omap-gpmc.txt ...@@ -9,13 +9,14 @@ Documentation/devicetree/bindings/memory-controllers/omap-gpmc.txt
Required properties: Required properties:
- compatible: "ti,omap2-onenand"
- reg: The CS line the peripheral is connected to - reg: The CS line the peripheral is connected to
- gpmc,device-width Width of the ONENAND device connected to the GPMC - gpmc,device-width: Width of the ONENAND device connected to the GPMC
in bytes. Must be 1 or 2. in bytes. Must be 1 or 2.
Optional properties: Optional properties:
- dma-channel: DMA Channel index - int-gpios: GPIO specifier for the INT pin.
For inline partition table parsing (optional): For inline partition table parsing (optional):
...@@ -35,6 +36,7 @@ Example for an OMAP3430 board: ...@@ -35,6 +36,7 @@ Example for an OMAP3430 board:
#size-cells = <1>; #size-cells = <1>;
onenand@0 { onenand@0 {
compatible = "ti,omap2-onenand";
reg = <0 0 0>; /* CS0, offset 0 */ reg = <0 0 0>; /* CS0, offset 0 */
gpmc,device-width = <2>; gpmc,device-width = <2>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册