diff options
author | Emmanuel Vadot <manu@FreeBSD.org> | 2018-11-10 20:44:37 +0000 |
---|---|---|
committer | Emmanuel Vadot <manu@FreeBSD.org> | 2018-11-10 20:44:37 +0000 |
commit | 0bf7de3125ed8dcfbeaa112994b25101fa9b96c6 (patch) | |
tree | ae8484d3cc1ff07575b83cc7a4592c9a33bd1dcc /Bindings/dma/xilinx | |
parent | c4fc09e238494b428e1e0abfd881425a86d8bfe7 (diff) | |
download | src-0bf7de3125ed8dcfbeaa112994b25101fa9b96c6.tar.gz src-0bf7de3125ed8dcfbeaa112994b25101fa9b96c6.zip |
dts: Update our copy to Linux 4.19vendor/device-tree/4.19
Notes
Notes:
svn path=/vendor/device-tree/dist/; revision=340335
svn path=/vendor/device-tree/4.19/; revision=340336; tag=vendor/device-tree/4.19
Diffstat (limited to 'Bindings/dma/xilinx')
-rw-r--r-- | Bindings/dma/xilinx/xilinx_dma.txt | 2 | ||||
-rw-r--r-- | Bindings/dma/xilinx/zynqmp_dma.txt | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/Bindings/dma/xilinx/xilinx_dma.txt b/Bindings/dma/xilinx/xilinx_dma.txt index a2b8bfaec43c..174af2c45e77 100644 --- a/Bindings/dma/xilinx/xilinx_dma.txt +++ b/Bindings/dma/xilinx/xilinx_dma.txt @@ -66,6 +66,8 @@ Optional child node properties: Optional child node properties for VDMA: - xlnx,genlock-mode: Tells Genlock synchronization is enabled/disabled in hardware. +- xlnx,enable-vert-flip: Tells vertical flip is + enabled/disabled in hardware(S2MM path). Optional child node properties for AXI DMA: -dma-channels: Number of dma channels in child node. diff --git a/Bindings/dma/xilinx/zynqmp_dma.txt b/Bindings/dma/xilinx/zynqmp_dma.txt index a784cdd94790..07a5a7aa9ea0 100644 --- a/Bindings/dma/xilinx/zynqmp_dma.txt +++ b/Bindings/dma/xilinx/zynqmp_dma.txt @@ -5,7 +5,6 @@ control and rate control support for slave/peripheral dma access. Required properties: - compatible : Should be "xlnx,zynqmp-dma-1.0" - reg : Memory map for gdma/adma module access. -- interrupt-parent : Interrupt controller the interrupt is routed through - interrupts : Should contain DMA channel interrupt. - xlnx,bus-width : Axi buswidth in bits. Should contain 128 or 64 - clock-names : List of input clocks "clk_main", "clk_apb" |