diff options
author | Patrick Delaunay <patrick.delaunay@st.com> | 2020-01-28 10:10:58 +0100 |
---|---|---|
committer | Patrick Delaunay <patrick.delaunay@st.com> | 2020-02-13 17:25:34 +0100 |
commit | 4f280927835cd4b0895a9d73def5b6b8cb343b7e (patch) | |
tree | e75092fbccca95e3253fad814f03f00e589361a4 /doc/device-tree-bindings | |
parent | 199537309ba53d294c31283064d63dafc995fbed (diff) | |
download | u-boot-4f280927835cd4b0895a9d73def5b6b8cb343b7e.tar.gz |
ARM: dts: stm32mp1: DT alignment with kernel v5.4
Device tree and binding alignment with kernel v5.4
Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Reviewed-by: Patrice Chotard <patrice.chotard@st.com>
Diffstat (limited to 'doc/device-tree-bindings')
-rw-r--r-- | doc/device-tree-bindings/mtd/stm32-fmc2-nand.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/device-tree-bindings/mtd/stm32-fmc2-nand.txt b/doc/device-tree-bindings/mtd/stm32-fmc2-nand.txt index 70e76be2a3..ad2bef8265 100644 --- a/doc/device-tree-bindings/mtd/stm32-fmc2-nand.txt +++ b/doc/device-tree-bindings/mtd/stm32-fmc2-nand.txt @@ -18,8 +18,10 @@ Optional properties: - dmas: DMA specifiers (see: dma/stm32-mdma.txt) - dma-names: Must be "tx", "rx" and "ecc" -Optional children nodes: -Children nodes represent the available NAND chips. +* NAND device bindings: + +Required properties: +- reg: describes the CS lines assigned to the NAND device. Optional properties: - nand-on-flash-bbt: see nand.txt |