Re: [PATCH 2/2] dt-bindings: nand: Add Cadence NAND controller driver

2019-02-05 Thread Piotr Sroka
The 01/29/2019 18:21, Boris Brezillon wrote: +Optional properties: +Driver calculates controller timings base on NAND flash memory timings and +the following delays in picoseconds. + - cdns,if-skew : Skew value of the output signals of the NAND Flash interface + - cdns,nand2-delay : Delay

Re: [PATCH 2/2] dt-bindings: nand: Add Cadence NAND controller driver

2019-01-29 Thread Boris Brezillon
Hi Piotr, On Tue, 29 Jan 2019 16:10:40 + Piotr Sroka wrote: > Signed-off-by: Piotr Sroka > --- > .../devicetree/bindings/mtd/cadence-nand.txt | 35 > ++ > 1 file changed, 35 insertions(+) > create mode 100644

[PATCH 2/2] dt-bindings: nand: Add Cadence NAND controller driver

2019-01-29 Thread Piotr Sroka
Signed-off-by: Piotr Sroka --- .../devicetree/bindings/mtd/cadence-nand.txt | 35 ++ 1 file changed, 35 insertions(+) create mode 100644 Documentation/devicetree/bindings/mtd/cadence-nand.txt diff --git a/Documentation/devicetree/bindings/mtd/cadence-nand.txt