[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1502368499-6739-3-git-send-email-eugen.hristev@microchip.com>
Date: Thu, 10 Aug 2017 15:34:58 +0300
From: Eugen Hristev <eugen.hristev@...rochip.com>
To: <nicolas.ferre@...rochip.com>, <ludovic.desroches@...rochip.com>,
<linux-iio@...r.kernel.org>, <jic23@...nel.org>,
<alexandre.belloni@...e-electrons.com>,
<linux-arm-kernel@...ts.infradead.org>,
<devicetree@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<lars@...afoo.de>
CC: <eugen.hristev@...rochip.com>
Subject: [PATCH 2/3] ARM: dts: at91: sama5d2: added dma property for ADC device
Added DMA property for ADC device
Signed-off-by: Eugen Hristev <eugen.hristev@...rochip.com>
---
arch/arm/boot/dts/sama5d2.dtsi | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/boot/dts/sama5d2.dtsi b/arch/arm/boot/dts/sama5d2.dtsi
index 8067c71..2f1dc77 100644
--- a/arch/arm/boot/dts/sama5d2.dtsi
+++ b/arch/arm/boot/dts/sama5d2.dtsi
@@ -1267,6 +1267,8 @@
atmel,min-sample-rate-hz = <200000>;
atmel,max-sample-rate-hz = <20000000>;
atmel,startup-time-ms = <4>;
+ dmas = <&dma0 (AT91_XDMAC_DT_MEM_IF(0) | AT91_XDMAC_DT_PER_IF(1) | AT91_XDMAC_DT_PERID(25))>;
+ dma-names = "rx";
status = "disabled";
};
--
2.7.4
Powered by blists - more mailing lists