kernel: bump 4.14 to 4.14.44
[openwrt/openwrt.git] / target / linux / mediatek / patches-4.14 / 0165-mtd-nand-mtk-update-DT-bindings.patch
1 From 42611c6d9f12d16ce4247d76b16218e54ef5b949 Mon Sep 17 00:00:00 2001
2 From: RogerCC Lin <rogercc.lin@mediatek.com>
3 Date: Thu, 30 Nov 2017 22:10:43 +0800
4 Subject: [PATCH 165/224] mtd: nand: mtk: update DT bindings
5
6 Add MT7622 NAND Flash Controller dt bindings documentation.
7
8 Signed-off-by: RogerCC Lin <rogercc.lin@mediatek.com>
9 Reviewed-by: Matthias Brugger <matthias.bgg@gmail.com>
10 Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
11 ---
12 Documentation/devicetree/bindings/mtd/mtk-nand.txt | 11 ++++++++---
13 1 file changed, 8 insertions(+), 3 deletions(-)
14
15 --- a/Documentation/devicetree/bindings/mtd/mtk-nand.txt
16 +++ b/Documentation/devicetree/bindings/mtd/mtk-nand.txt
17 @@ -12,8 +12,10 @@ tree nodes.
18
19 The first part of NFC is NAND Controller Interface (NFI) HW.
20 Required NFI properties:
21 -- compatible: Should be one of "mediatek,mt2701-nfc",
22 - "mediatek,mt2712-nfc".
23 +- compatible: Should be one of
24 + "mediatek,mt2701-nfc",
25 + "mediatek,mt2712-nfc",
26 + "mediatek,mt7622-nfc".
27 - reg: Base physical address and size of NFI.
28 - interrupts: Interrupts of NFI.
29 - clocks: NFI required clocks.
30 @@ -142,7 +144,10 @@ Example:
31 ==============
32
33 Required BCH properties:
34 -- compatible: Should be one of "mediatek,mt2701-ecc", "mediatek,mt2712-ecc".
35 +- compatible: Should be one of
36 + "mediatek,mt2701-ecc",
37 + "mediatek,mt2712-ecc",
38 + "mediatek,mt7622-ecc".
39 - reg: Base physical address and size of ECC.
40 - interrupts: Interrupts of ECC.
41 - clocks: ECC required clocks.