OSDN Git Service

arm: spear13xx: Fix dmas cells
authorViresh Kumar <viresh.kumar@linaro.org>
Thu, 11 Jan 2018 05:58:52 +0000 (11:28 +0530)
committerOlof Johansson <olof@lixom.net>
Fri, 12 Jan 2018 02:07:19 +0000 (18:07 -0800)
commitcdd10409914184c7eee5ae3e11beb890c9c16c61
tree07ad6468553098e0b05c3999a8ec44e694b28a97
parent6ffb5b4f248fe53e0361b8cbc2a523b432566442
arm: spear13xx: Fix dmas cells

The "dmas" cells for the designware DMA controller need to have only 3
properties apart from the phandle: request line, src master and
destination master. But the commit 6e8887f60f60 updated it incorrectly
while moving from platform code to DT. Fix it.

Cc: stable@vger.kernel.org # v3.10+
Fixes: 6e8887f60f60 ("ARM: SPEAr13xx: Pass generic DW DMAC platform data from DT")
Reported-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Olof Johansson <olof@lixom.net>
Documentation/devicetree/bindings/dma/snps-dma.txt
arch/arm/boot/dts/spear1340.dtsi
arch/arm/boot/dts/spear13xx.dtsi