dmaengine: axi-dmac: Infer synthesis configuration parameters hardware
authorLars-Peter Clausen <lars@metafoo.de>
Tue, 26 Mar 2019 13:06:28 +0000 (15:06 +0200)
committerVinod Koul <vkoul@kernel.org>
Wed, 24 Apr 2019 05:34:09 +0000 (11:04 +0530)
commit56009f0d2f54e4ce4305d65ce589eee6c22ac25f
tree55cdf9644bc0d9ea4045d16514f4cec4e9f5208c
parent38a829a389e33d571a3c599fa762d88b3d1f72c4
dmaengine: axi-dmac: Infer synthesis configuration parameters hardware

Some synthesis time configuration parameters of the DMA controller can be
inferred from the hardware itself.

Use this information as it is more reliably than the information specified
in the devicetree which might be outdated if the HDL project got changed.

Deprecate the devicetree properties that can be inferred from the hardware
itself.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Alexandru Ardelean <alexandru.ardelean@analog.com>
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Documentation/devicetree/bindings/dma/adi,axi-dmac.txt
drivers/dma/dma-axi-dmac.c