From patchwork Fri Jan 10 16:17:54 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Claudiu Beznea X-Patchwork-Id: 61116 Received: from vger.kernel.org ([209.132.180.67]) by www.linuxtv.org with esmtp (Exim 4.92) (envelope-from ) id 1ipwzD-003KMv-MH; Fri, 10 Jan 2020 16:18:11 +0000 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728721AbgAJQTA (ORCPT + 1 other); Fri, 10 Jan 2020 11:19:00 -0500 Received: from esa6.microchip.iphmx.com ([216.71.154.253]:27587 "EHLO esa6.microchip.iphmx.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728702AbgAJQTA (ORCPT ); Fri, 10 Jan 2020 11:19:00 -0500 Received-SPF: Pass (esa6.microchip.iphmx.com: domain of Claudiu.Beznea@microchip.com designates 198.175.253.82 as permitted sender) identity=mailfrom; client-ip=198.175.253.82; receiver=esa6.microchip.iphmx.com; envelope-from="Claudiu.Beznea@microchip.com"; x-sender="Claudiu.Beznea@microchip.com"; x-conformance=spf_only; x-record-type="v=spf1"; x-record-text="v=spf1 mx a:ushub1.microchip.com a:smtpout.microchip.com -exists:%{i}.spf.microchip.iphmx.com include:servers.mcsv.net include:mktomail.com include:spf.protection.outlook.com ~all" Received-SPF: None (esa6.microchip.iphmx.com: no sender authenticity information available from domain of postmaster@email.microchip.com) identity=helo; client-ip=198.175.253.82; receiver=esa6.microchip.iphmx.com; envelope-from="Claudiu.Beznea@microchip.com"; x-sender="postmaster@email.microchip.com"; x-conformance=spf_only Authentication-Results: esa6.microchip.iphmx.com; dkim=none (message not signed) header.i=none; spf=Pass smtp.mailfrom=Claudiu.Beznea@microchip.com; spf=None smtp.helo=postmaster@email.microchip.com; dmarc=pass (p=none dis=none) d=microchip.com IronPort-SDR: lrq47mL7qhwA585mWG+BwUWIZWJwbAApkiDLdqgSDLklrW3on+OakJhoRxYu8FHc2Y4C1zzB9h r71KxO9ibPu1eKFnWfrKrVLYLKXpZ0CCyibSqHMRj8c+svI9OVzeIb0ugfBNGd2pSYvEC4YSRT eocGqMRcIxUn8M8VRebrTuCrOaEw6o5W7m5c386XXpl8qiW2nPA3WBgblp0MQ4Tx/89ZjUPFnM A+bJTHkiwq/OqOsZfnBlCe70Sx1Kxf9xYjJgoBmiy5fVOttLNV6JHYRgrauP9Q0y17AdlcRf90 h1w= X-IronPort-AV: E=Sophos;i="5.69,417,1571727600"; d="scan'208";a="60405393" Received: from smtpout.microchip.com (HELO email.microchip.com) ([198.175.253.82]) by esa6.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 10 Jan 2020 09:18:57 -0700 Received: from chn-vm-ex03.mchp-main.com (10.10.85.151) by chn-vm-ex04.mchp-main.com (10.10.85.152) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Fri, 10 Jan 2020 09:18:57 -0700 Received: from m18063-ThinkPad-T460p.mchp-main.com (10.10.85.251) by chn-vm-ex03.mchp-main.com (10.10.85.151) with Microsoft SMTP Server id 15.1.1713.5 via Frontend Transport; Fri, 10 Jan 2020 09:18:49 -0700 From: Claudiu Beznea To: , , , , , , , , , , , , , , , , , , , , , CC: , , , , , , , , , , Claudiu Beznea Subject: [PATCH v2 02/17] dt-bindings: at_xdmac: add microchip,sam9x60-dma Date: Fri, 10 Jan 2020 18:17:54 +0200 Message-ID: <1578673089-3484-3-git-send-email-claudiu.beznea@microchip.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1578673089-3484-1-git-send-email-claudiu.beznea@microchip.com> References: <1578673089-3484-1-git-send-email-claudiu.beznea@microchip.com> MIME-Version: 1.0 Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org Add microchip,sam9x60-dma to DT bindings documentation. Signed-off-by: Claudiu Beznea Acked-by: Rob Herring --- Documentation/devicetree/bindings/dma/atmel-xdma.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/dma/atmel-xdma.txt b/Documentation/devicetree/bindings/dma/atmel-xdma.txt index ad03920b7a28..4dc398e1a371 100644 --- a/Documentation/devicetree/bindings/dma/atmel-xdma.txt +++ b/Documentation/devicetree/bindings/dma/atmel-xdma.txt @@ -2,7 +2,7 @@ * XDMA Controller Required properties: -- compatible: Should be "atmel,sama5d4-dma". +- compatible: Should be "atmel,sama5d4-dma" or "microchip,sam9x60-dma". - reg: Should contain DMA registers location and length. - interrupts: Should contain DMA interrupt. - #dma-cells: Must be <1>, used to represent the number of integer cells in