dt-bindings: clock: Add MMP3 compatible string
This binding describes the PMUs that are found on MMP3 as well. Add the compatible strings and adjust the description. Signed-off-by: Lubomir Rintel <lkundrak@v3.sk> Reviewed-by: Rob Herring <robh@kernel.org> Link: https://lkml.kernel.org/r/20200309194254.29009-7-lkundrak@v3.sk Signed-off-by: Stephen Boyd <sboyd@kernel.org>
This commit is contained in:
parent
ea56ad6026
commit
b90e0eb304
@ -4,14 +4,14 @@
|
|||||||
$id: http://devicetree.org/schemas/clock/marvell,mmp2-clock.yaml#
|
$id: http://devicetree.org/schemas/clock/marvell,mmp2-clock.yaml#
|
||||||
$schema: http://devicetree.org/meta-schemas/core.yaml#
|
$schema: http://devicetree.org/meta-schemas/core.yaml#
|
||||||
|
|
||||||
title: Marvell MMP2 Clock Controller
|
title: Marvell MMP2 and MMP3 Clock Controller
|
||||||
|
|
||||||
maintainers:
|
maintainers:
|
||||||
- Lubomir Rintel <lkundrak@v3.sk>
|
- Lubomir Rintel <lkundrak@v3.sk>
|
||||||
|
|
||||||
description: |
|
description: |
|
||||||
The MMP2 clock subsystem generates and supplies clock to various
|
The clock subsystem on MMP2 or MMP3 generates and supplies clock to various
|
||||||
controllers within the MMP2 SoC.
|
controllers within the SoC.
|
||||||
|
|
||||||
Each clock is assigned an identifier and client nodes use this identifier
|
Each clock is assigned an identifier and client nodes use this identifier
|
||||||
to specify the clock which they consume.
|
to specify the clock which they consume.
|
||||||
@ -20,7 +20,9 @@ description: |
|
|||||||
|
|
||||||
properties:
|
properties:
|
||||||
compatible:
|
compatible:
|
||||||
const: marvell,mmp2-clock # controller compatible with MMP2 SoC
|
enum:
|
||||||
|
- marvell,mmp2-clock # controller compatible with MMP2 SoC
|
||||||
|
- marvell,mmp3-clock # controller compatible with MMP3 SoC
|
||||||
|
|
||||||
reg:
|
reg:
|
||||||
items:
|
items:
|
||||||
|
Loading…
Reference in New Issue
Block a user