From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933353AbcKGSoB (ORCPT ); Mon, 7 Nov 2016 13:44:01 -0500 Received: from mail-pf0-f195.google.com ([209.85.192.195]:35023 "EHLO mail-pf0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933011AbcKGSn5 (ORCPT ); Mon, 7 Nov 2016 13:43:57 -0500 Date: Tue, 8 Nov 2016 02:14:57 +0800 From: Hao Zhang To: maxime.ripard@free-electrons.com, wens@csie.org, mark.rutland@arm.com, robh+dt@kernel.org, vinod.koul@intel.com Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, dmaengine@vger.kernel.org, linux-arm-kernel@lists.infradead.org, hao5781286@gmail.com Subject: [PATCH v3 1/3] Documentation: DT: add dma compatible for sun50i A64 SOC. Message-ID: <20161107181457.GA3619@arx12> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This adds documentation of the sun50i a64 dma binding compatible. Signed-off-by: Hao Zhang --- Documentation/devicetree/bindings/dma/sun6i-dma.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/dma/sun6i-dma.txt b/Documentation/devicetree/bindings/dma/sun6i-dma.txt index 6b26704..4398b99 100644 --- a/Documentation/devicetree/bindings/dma/sun6i-dma.txt +++ b/Documentation/devicetree/bindings/dma/sun6i-dma.txt @@ -9,6 +9,7 @@ Required properties: "allwinner,sun8i-a23-dma" "allwinner,sun8i-a83t-dma" "allwinner,sun8i-h3-dma" + "allwinner,sun50i-a64-dma" - reg: Should contain the registers base address and length - interrupts: Should contain a reference to the interrupt used by this device - clocks: Should contain a reference to the parent AHB clock -- 2.7.4