Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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: 209efec19c4c ("dt-bindings: dma: rz-dmac: Document RZ/A1H SoC")
Signed-off-by: Fabrizio Castro <fabrizio.castro.jz@renesas.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Reviewed-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20250423143422.3747702-2-fabrizio.castro.jz@renesas.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Fabrizio Castro and committed by
Vinod Koul
ec52f10a 31f04b53

+8
+8
Documentation/devicetree/bindings/dma/renesas,rz-dmac.yaml
··· 112 112 - resets 113 113 - reset-names 114 114 115 + else: 116 + properties: 117 + clocks: false 118 + clock-names: false 119 + power-domains: false 120 + resets: false 121 + reset-names: false 122 + 115 123 additionalProperties: false 116 124 117 125 examples: