File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Documentation/devicetree/bindings/clock Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 4
4
$id : http://devicetree.org/schemas/clock/marvell,mmp2-clock.yaml#
5
5
$schema : http://devicetree.org/meta-schemas/core.yaml#
6
6
7
- title : Marvell MMP2 Clock Controller
7
+ title : Marvell MMP2 and MMP3 Clock Controller
8
8
9
9
maintainers :
10
10
-
Lubomir Rintel <[email protected] >
11
11
12
12
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.
15
15
16
16
Each clock is assigned an identifier and client nodes use this identifier
17
17
to specify the clock which they consume.
@@ -20,7 +20,9 @@ description: |
20
20
21
21
properties :
22
22
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
24
26
25
27
reg :
26
28
items :
You can’t perform that action at this time.
0 commit comments