mtd: nand: mediatek: update DT bindings
Linux-MTD Mailing List
linux-mtd at lists.infradead.org
Thu Jul 13 10:59:16 PDT 2017
Gitweb: http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=2968698ba03187b09e84fbc709f0b5d19ddd94ff
Commit: 2968698ba03187b09e84fbc709f0b5d19ddd94ff
Parent: 05b6c2313e91ac65915bde5e55bc6f194bfe22f3
Author: Xiaolei Li <xiaolei.li at mediatek.com>
AuthorDate: Wed May 31 16:26:38 2017 +0800
Committer: Boris Brezillon <boris.brezillon at free-electrons.com>
CommitDate: Thu Jun 1 10:09:36 2017 +0200
mtd: nand: mediatek: update DT bindings
Add MT2712 NAND Flash Controller dt bindings documentation.
Signed-off-by: Xiaolei Li <xiaolei.li at mediatek.com>
Reviewed-by: Matthias Brugger <matthias.bgg at gmail.com>
Signed-off-by: Boris Brezillon <boris.brezillon at free-electrons.com>
---
Documentation/devicetree/bindings/mtd/mtk-nand.txt | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/Documentation/devicetree/bindings/mtd/mtk-nand.txt b/Documentation/devicetree/bindings/mtd/mtk-nand.txt
index 069c192..dbf9e05 100644
--- a/Documentation/devicetree/bindings/mtd/mtk-nand.txt
+++ b/Documentation/devicetree/bindings/mtd/mtk-nand.txt
@@ -12,7 +12,8 @@ tree nodes.
The first part of NFC is NAND Controller Interface (NFI) HW.
Required NFI properties:
-- compatible: Should be "mediatek,mtxxxx-nfc".
+- compatible: Should be one of "mediatek,mt2701-nfc",
+ "mediatek,mt2712-nfc".
- reg: Base physical address and size of NFI.
- interrupts: Interrupts of NFI.
- clocks: NFI required clocks.
@@ -141,7 +142,7 @@ Example:
==============
Required BCH properties:
-- compatible: Should be "mediatek,mtxxxx-ecc".
+- compatible: Should be one of "mediatek,mt2701-ecc", "mediatek,mt2712-ecc".
- reg: Base physical address and size of ECC.
- interrupts: Interrupts of ECC.
- clocks: ECC required clocks.
More information about the linux-mtd-cvs
mailing list