aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/mtd/fsl-quadspi.txt
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@nxp.com>2017-12-03 20:36:24 -0200
committerCyrille Pitchen <cyrille.pitchen@wedev4u.fr>2017-12-13 00:36:00 +0100
commit6d17969c8eb454116d906005a6c4752f4f560b26 (patch)
treeee5b0898150f998fa7cace7d512639d1ea0460d1 /Documentation/devicetree/bindings/mtd/fsl-quadspi.txt
parentmtd: spi-nor: add support for ISSI is25lp128 (diff)
downloadlinux-dev-6d17969c8eb454116d906005a6c4752f4f560b26.tar.xz
linux-dev-6d17969c8eb454116d906005a6c4752f4f560b26.zip
dt-bindings: mtd: fsl-quadspi: Pass the qspi clock names
In order to improve the bindings documentation, explicitly pass the name of the clocks: "qspi_en" and "qspi", which are mandatory. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Reviewed-by: Rob Herring <robh@kernel.org> Signed-off-by: Cyrille Pitchen <cyrille.pitchen@wedev4u.fr>
Diffstat (limited to 'Documentation/devicetree/bindings/mtd/fsl-quadspi.txt')
-rw-r--r--Documentation/devicetree/bindings/mtd/fsl-quadspi.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/mtd/fsl-quadspi.txt b/Documentation/devicetree/bindings/mtd/fsl-quadspi.txt
index c34aa6f8a424..63d4d626fbd5 100644
--- a/Documentation/devicetree/bindings/mtd/fsl-quadspi.txt
+++ b/Documentation/devicetree/bindings/mtd/fsl-quadspi.txt
@@ -12,7 +12,7 @@ Required properties:
- reg-names: Should contain the reg names "QuadSPI" and "QuadSPI-memory"
- interrupts : Should contain the interrupt for the device
- clocks : The clocks needed by the QuadSPI controller
- - clock-names : the name of the clocks
+ - clock-names : Should contain the name of the clocks: "qspi_en" and "qspi".
Optional properties:
- fsl,qspi-has-second-chip: The controller has two buses, bus A and bus B.