mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-09-06 13:09:58 +00:00
dt-bindings: dma: rz-dmac: Document RZ/A1H SoC
Document the Renesas RZ/A1H DMAC block. This one does not have clocks, resets and power domains. Update the bindings accordingly. Introduce a generic name in the header to make future additions easier. Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Acked-by: Rob Herring (Arm) <robh@kernel.org> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://lore.kernel.org/r/20241007110200.43166-7-wsa+renesas@sang-engineering.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
This commit is contained in:
parent
6e9c5c8ef2
commit
209efec19c
@ -4,18 +4,16 @@
|
|||||||
$id: http://devicetree.org/schemas/dma/renesas,rz-dmac.yaml#
|
$id: http://devicetree.org/schemas/dma/renesas,rz-dmac.yaml#
|
||||||
$schema: http://devicetree.org/meta-schemas/core.yaml#
|
$schema: http://devicetree.org/meta-schemas/core.yaml#
|
||||||
|
|
||||||
title: Renesas RZ/{G2L,G2UL,V2L} DMA Controller
|
title: Renesas RZ DMA Controller
|
||||||
|
|
||||||
maintainers:
|
maintainers:
|
||||||
- Biju Das <biju.das.jz@bp.renesas.com>
|
- Biju Das <biju.das.jz@bp.renesas.com>
|
||||||
|
|
||||||
allOf:
|
|
||||||
- $ref: dma-controller.yaml#
|
|
||||||
|
|
||||||
properties:
|
properties:
|
||||||
compatible:
|
compatible:
|
||||||
items:
|
items:
|
||||||
- enum:
|
- enum:
|
||||||
|
- renesas,r7s72100-dmac # RZ/A1H
|
||||||
- renesas,r9a07g043-dmac # RZ/G2UL and RZ/Five
|
- renesas,r9a07g043-dmac # RZ/G2UL and RZ/Five
|
||||||
- renesas,r9a07g044-dmac # RZ/G2{L,LC}
|
- renesas,r9a07g044-dmac # RZ/G2{L,LC}
|
||||||
- renesas,r9a07g054-dmac # RZ/V2L
|
- renesas,r9a07g054-dmac # RZ/V2L
|
||||||
@ -93,13 +91,26 @@ required:
|
|||||||
- reg
|
- reg
|
||||||
- interrupts
|
- interrupts
|
||||||
- interrupt-names
|
- interrupt-names
|
||||||
- clocks
|
|
||||||
- clock-names
|
|
||||||
- '#dma-cells'
|
- '#dma-cells'
|
||||||
- dma-channels
|
- dma-channels
|
||||||
- power-domains
|
|
||||||
- resets
|
allOf:
|
||||||
- reset-names
|
- $ref: dma-controller.yaml#
|
||||||
|
|
||||||
|
- if:
|
||||||
|
not:
|
||||||
|
properties:
|
||||||
|
compatible:
|
||||||
|
contains:
|
||||||
|
enum:
|
||||||
|
- renesas,r7s72100-dmac
|
||||||
|
then:
|
||||||
|
required:
|
||||||
|
- clocks
|
||||||
|
- clock-names
|
||||||
|
- power-domains
|
||||||
|
- resets
|
||||||
|
- reset-names
|
||||||
|
|
||||||
additionalProperties: false
|
additionalProperties: false
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user