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>
This commit is contained in:
parent
34354d4bf8
commit
6d17969c8e
|
@ -12,7 +12,7 @@ Required properties:
|
||||||
- reg-names: Should contain the reg names "QuadSPI" and "QuadSPI-memory"
|
- reg-names: Should contain the reg names "QuadSPI" and "QuadSPI-memory"
|
||||||
- interrupts : Should contain the interrupt for the device
|
- interrupts : Should contain the interrupt for the device
|
||||||
- clocks : The clocks needed by the QuadSPI controller
|
- 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:
|
Optional properties:
|
||||||
- fsl,qspi-has-second-chip: The controller has two buses, bus A and bus B.
|
- fsl,qspi-has-second-chip: The controller has two buses, bus A and bus B.
|
||||||
|
|
Loading…
Reference in New Issue