Skip to content

Commit ad73c62

Browse files
miquelraynalvinodkoul
authored andcommitted
dt-bindings: clock: r9a06g032-sysctrl: Reference the DMAMUX subnode
This system controller contains several registers that have nothing to do with the clock handling, like the DMA mux register. Describe this part of the system controller as a subnode. Signed-off-by: Miquel Raynal <[email protected]> Reviewed-by: Rob Herring <[email protected]> Acked-by: Stephen Boyd <[email protected]> Reviewed-by: Geert Uytterhoeven <[email protected]> Acked-by: Geert Uytterhoeven <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent 6cd4154 commit ad73c62

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Documentation/devicetree/bindings/clock/renesas,r9a06g032-sysctrl.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,17 @@ properties:
3939
'#power-domain-cells':
4040
const: 0
4141

42+
'#address-cells':
43+
const: 1
44+
45+
'#size-cells':
46+
const: 1
47+
48+
patternProperties:
49+
"^dma-router@[a-f0-9]+$":
50+
type: object
51+
$ref: "../dma/renesas,rzn1-dmamux.yaml#"
52+
4253
required:
4354
- compatible
4455
- reg

0 commit comments

Comments
 (0)