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

dt-bindings: net: sun4i-emac: add dma support

The sun4i EMAC supports DMA for data transmission,
so it is necessary to add DMA options to the device tree bindings.

Signed-off-by: Conley Lee <conleylee@foxmail.com>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
Link: https://patch.msgid.link/tencent_4E434174E9D516431365413D1B8047C6BB06@qq.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Conley Lee and committed by
Jakub Kicinski
3cd4c4f3 cc621faa

+9
+9
Documentation/devicetree/bindings/net/allwinner,sun4i-a10-emac.yaml
··· 33 33 - items: 34 34 - description: phandle to SRAM 35 35 - description: register value for device 36 + dmas: 37 + items: 38 + - description: RX DMA Channel 39 + - description: TX DMA Channel 40 + 41 + dma-names: 42 + items: 43 + - const: rx 44 + - const: tx 36 45 37 46 required: 38 47 - compatible