mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-16 01:36:18 +07:00
dt-bindings: dma: allwinner,sun50i-a64-dma: Add R40 compatible
R40 has DMA engine which is basically the same as that in A64, with only known difference being number of request sources and number of channels. Add compatible for it. Signed-off-by: Jernej Skrabec <jernej.skrabec@siol.net> Signed-off-by: Maxime Ripard <maxime@cerno.tech> Link: https://lore.kernel.org/r/20200825100030.1145356-2-jernej.skrabec@siol.net
This commit is contained in:
parent
95c8390638
commit
4c508a44d4
@ -19,9 +19,12 @@ properties:
|
|||||||
description: The cell is the request line number.
|
description: The cell is the request line number.
|
||||||
|
|
||||||
compatible:
|
compatible:
|
||||||
enum:
|
oneOf:
|
||||||
- allwinner,sun50i-a64-dma
|
- const: allwinner,sun50i-a64-dma
|
||||||
- allwinner,sun50i-h6-dma
|
- const: allwinner,sun50i-h6-dma
|
||||||
|
- items:
|
||||||
|
- const: allwinner,sun8i-r40-dma
|
||||||
|
- const: allwinner,sun50i-a64-dma
|
||||||
|
|
||||||
reg:
|
reg:
|
||||||
maxItems: 1
|
maxItems: 1
|
||||||
|
Loading…
Reference in New Issue
Block a user