Skip to content

Commit ec52f10

Browse files
Fabrizio Castrovinodkoul
authored andcommitted
dt-bindings: dma: rz-dmac: Restrict properties for RZ/A1H
Make sure we don't allow for the clocks, clock-names, resets, reset-names. and power-domains properties for the Renesas RZ/A1H SoC because its DMAC doesn't have clocks, resets, and power domains. Fixes: 209efec ("dt-bindings: dma: rz-dmac: Document RZ/A1H SoC") Signed-off-by: Fabrizio Castro <[email protected]> Acked-by: Conor Dooley <[email protected]> Reviewed-by: Lad Prabhakar <[email protected]> Reviewed-by: Geert Uytterhoeven <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent 31f04b5 commit ec52f10

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Documentation/devicetree/bindings/dma/renesas,rz-dmac.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,14 @@ allOf:
112112
- resets
113113
- reset-names
114114

115+
else:
116+
properties:
117+
clocks: false
118+
clock-names: false
119+
power-domains: false
120+
resets: false
121+
reset-names: false
122+
115123
additionalProperties: false
116124

117125
examples:

0 commit comments

Comments
 (0)