Skip to content

Commit b90e0eb

Browse files
lkundrakbebarino
authored andcommitted
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 <[email protected]> Reviewed-by: Rob Herring <[email protected]> Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Stephen Boyd <[email protected]>
1 parent ea56ad6 commit b90e0eb

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

Documentation/devicetree/bindings/clock/marvell,mmp2-clock.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
$id: http://devicetree.org/schemas/clock/marvell,mmp2-clock.yaml#
55
$schema: http://devicetree.org/meta-schemas/core.yaml#
66

7-
title: Marvell MMP2 Clock Controller
7+
title: Marvell MMP2 and MMP3 Clock Controller
88

99
maintainers:
1010
- Lubomir Rintel <[email protected]>
1111

1212
description: |
13-
The MMP2 clock subsystem generates and supplies clock to various
14-
controllers within the MMP2 SoC.
13+
The clock subsystem on MMP2 or MMP3 generates and supplies clock to various
14+
controllers within the SoC.
1515
1616
Each clock is assigned an identifier and client nodes use this identifier
1717
to specify the clock which they consume.
@@ -20,7 +20,9 @@ description: |
2020
2121
properties:
2222
compatible:
23-
const: marvell,mmp2-clock # controller compatible with MMP2 SoC
23+
enum:
24+
- marvell,mmp2-clock # controller compatible with MMP2 SoC
25+
- marvell,mmp3-clock # controller compatible with MMP3 SoC
2426

2527
reg:
2628
items:

0 commit comments

Comments
 (0)