dt-bindings: ap806: Document AP807 clock compatible
Add AP807 clock compatible to the bindings. Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Link: https://lkml.kernel.org/r/20190805100310.29048-3-miquel.raynal@bootlin.com Reviewed-by: Rob Herring <robh@kernel.org> Signed-off-by: Stephen Boyd <sboyd@kernel.org>
This commit is contained in:
parent
d827af8f37
commit
64b379543e
|
@ -18,8 +18,8 @@ Clocks:
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
|
||||||
The Device Tree node representing the AP806 system controller provides
|
The Device Tree node representing the AP806/AP807 system controller
|
||||||
a number of clocks:
|
provides a number of clocks:
|
||||||
|
|
||||||
- 0: reference clock of CPU cluster 0
|
- 0: reference clock of CPU cluster 0
|
||||||
- 1: reference clock of CPU cluster 1
|
- 1: reference clock of CPU cluster 1
|
||||||
|
@ -28,7 +28,9 @@ a number of clocks:
|
||||||
|
|
||||||
Required properties:
|
Required properties:
|
||||||
|
|
||||||
- compatible: must be: "marvell,ap806-clock"
|
- compatible: must be one of:
|
||||||
|
* "marvell,ap806-clock"
|
||||||
|
* "marvell,ap807-clock"
|
||||||
- #clock-cells: must be set to 1
|
- #clock-cells: must be set to 1
|
||||||
|
|
||||||
Pinctrl:
|
Pinctrl:
|
||||||
|
|
Loading…
Reference in New Issue