diff options
author | Vignesh R <vigneshr@ti.com> | 2017-10-03 10:49:20 +0530 |
---|---|---|
committer | Cyrille Pitchen <cyrille.pitchen@wedev4u.fr> | 2017-10-17 20:37:20 +0200 |
commit | 18a3dde9db78076755275423b754846a2da000ad (patch) | |
tree | b07263770a7dcec6ca68bd57fe07cbc08ebaf4b4 | |
parent | 3163d125b7b1f9c6844fc3448f8080ad268a8f63 (diff) | |
download | op-kernel-dev-18a3dde9db78076755275423b754846a2da000ad.zip op-kernel-dev-18a3dde9db78076755275423b754846a2da000ad.tar.gz |
mtd: spi-nor: cadence-quadspi: Add TI 66AK2G SoC specific compatible
Update binding documentation to add a new compatible for TI 66AK2G SoC,
to handle TI SoC specific quirks in the driver.
Signed-off-by: Vignesh R <vigneshr@ti.com>
Acked-by: Rob Herring <robh@kernel.org>
Acked-by: Marek Vasut <marek.vasut@gmail.com>
Signed-off-by: Cyrille Pitchen <cyrille.pitchen@wedev4u.fr>
-rw-r--r-- | Documentation/devicetree/bindings/mtd/cadence-quadspi.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/mtd/cadence-quadspi.txt b/Documentation/devicetree/bindings/mtd/cadence-quadspi.txt index f248056..7dbe3bd 100644 --- a/Documentation/devicetree/bindings/mtd/cadence-quadspi.txt +++ b/Documentation/devicetree/bindings/mtd/cadence-quadspi.txt @@ -1,7 +1,9 @@ * Cadence Quad SPI controller Required properties: -- compatible : Should be "cdns,qspi-nor". +- compatible : should be one of the following: + Generic default - "cdns,qspi-nor". + For TI 66AK2G SoC - "ti,k2g-qspi", "cdns,qspi-nor". - reg : Contains two entries, each of which is a tuple consisting of a physical address and length. The first entry is the address and length of the controller register set. The second entry is the |