]> rtime.felk.cvut.cz Git - zynq/linux.git/commitdiff
dt: bindings: dma: xilinx: dpdma: Remove unused properties
authorHyun Kwon <hyun.kwon@xilinx.com>
Wed, 10 Jan 2018 17:23:27 +0000 (09:23 -0800)
committerMichal Simek <michal.simek@xilinx.com>
Thu, 1 Mar 2018 08:19:59 +0000 (09:19 +0100)
This removes a couple of unused / incorrect DT properties.
Number of dma-chnnels is fixed in the IPs. No need to be a DT property,
and the driver doesn't use it.
The clock rate is a runtime configuration, which comes through
CCF APIs at runtime. Also, the driver doesn't need to set it to any
specific frequency. It's set by the system level configuration.

Signed-off-by: Hyun Kwon <hyun.kwon@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Documentation/devicetree/bindings/dma/xilinx/xilinx_dpdma.txt

index 3995e47dcb22c619c538a77f5761dba844a3c19d..5f1e680ffcc2ae4ffb83a49f29b81bf881db7fe8 100644 (file)
@@ -12,11 +12,6 @@ Required properties:
  - clocks: phandle for AXI clock
  - clock-names: The identification string, "axi_clk", is always required.
 
-Optional properties:
- - dma-channels: Number of DMA channels.
- - xlnx,axi-clock-freq: AXi clock frequency. If not given, the default
-   value, 533000000Hz (533MHz), is used per specification.
-
 Required child node properties:
 - compatible: Should be one of "xlnx,video0", "xlnx,video1", "xlnx,video2",
   "xlnx,graphics", "xlnx,audio0", or "xlnx,audio1".