Skip to content

Commit 613ff7e

Browse files
Yangtao Livinodkoul
authored andcommitted
dt-bindings: dma: allwinner,sun50i-a64-dma: Add A100 compatible
Add a binding for A100's dma controller. Signed-off-by: Yangtao Li <[email protected]> Acked-by: Rob Herring <[email protected]> Link: https://lore.kernel.org/r/f15a18e9b8868e8853db1b5a3d1e411b0ac1c63a.1604988979.git.frank@allwinnertech.com Signed-off-by: Vinod Koul <[email protected]>
1 parent 46d613f commit 613ff7e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Documentation/devicetree/bindings/dma/allwinner,sun50i-a64-dma.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ properties:
2121
compatible:
2222
oneOf:
2323
- const: allwinner,sun50i-a64-dma
24+
- const: allwinner,sun50i-a100-dma
2425
- const: allwinner,sun50i-h6-dma
2526
- items:
2627
- const: allwinner,sun8i-r40-dma
@@ -56,7 +57,9 @@ required:
5657
if:
5758
properties:
5859
compatible:
59-
const: allwinner,sun50i-h6-dma
60+
enum:
61+
- allwinner,sun50i-a100-dma
62+
- allwinner,sun50i-h6-dma
6063

6164
then:
6265
properties:

0 commit comments

Comments
 (0)