From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-9.1 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B40A8C4321A for ; Tue, 11 Jun 2019 15:34:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 80F7021734 for ; Tue, 11 Jun 2019 15:34:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1560267290; bh=IwaEn04OTTO9wzCXVfHrjtCqw+4I+XDn1SqlUlas02c=; h=From:To:Cc:Subject:Date:List-ID:From; b=jcngurU7o3NyrZmIXV6Vh1cHJl9moKXbW5OPQmu3zvqrfJR6zo73/haVPGSHYpiqa GWM1MMAWjGXaKx7dvy0DhXhXnaxT2Qa+0/e6hIsYEmuIyosXqaG9s2aNplyPO61JCm umOCAwhhgkgygylRhIVzYbKx8ftdkCMQDs3LGp54= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2404995AbfFKPeu (ORCPT ); Tue, 11 Jun 2019 11:34:50 -0400 Received: from mail.kernel.org ([198.145.29.99]:59842 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2404969AbfFKPeu (ORCPT ); Tue, 11 Jun 2019 11:34:50 -0400 Received: from localhost.localdomain (cpe-70-114-128-244.austin.res.rr.com [70.114.128.244]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id C20CA2080A; Tue, 11 Jun 2019 15:34:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1560267289; bh=IwaEn04OTTO9wzCXVfHrjtCqw+4I+XDn1SqlUlas02c=; h=From:To:Cc:Subject:Date:From; b=z1J7ffmQqBUkHYGOlgPKiWhAk969NDA9LsZxPCiAM4wFUo1ZfE/HgpI/PT8vmU4EV vTOwXThkYF8ep0E9Ep/yuwUD4VLqpn8AHf6SomGfsDppKns2Hb385EL7x/y+PzTqHC TtKrEbH6IXB1N4XIIrtzoNA7a8WJ6AYFbOIV0jtc= From: Dinh Nguyen To: dmaengine@vger.kernel.org Cc: dinguyen@kernel.org, robh+dt@kernel.org, mark.rutland@arm.com, vkoul@kernel.org, geert@linux-m68k.org, devicetree@vger.kernel.org Subject: [PATCHv2 1/2] dt-bindings: pl330: document the optional resets property Date: Tue, 11 Jun 2019 10:34:32 -0500 Message-Id: <20190611153433.22129-1-dinguyen@kernel.org> X-Mailer: git-send-email 2.20.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: dmaengine-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: dmaengine@vger.kernel.org Add the optional resets property the pl330 dma node. Signed-off-by: Dinh Nguyen --- v2: no change --- Documentation/devicetree/bindings/dma/arm-pl330.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/devicetree/bindings/dma/arm-pl330.txt b/Documentation/devicetree/bindings/dma/arm-pl330.txt index db7e2260f9c5..2c7fd1941abb 100644 --- a/Documentation/devicetree/bindings/dma/arm-pl330.txt +++ b/Documentation/devicetree/bindings/dma/arm-pl330.txt @@ -16,6 +16,9 @@ Optional properties: - dma-channels: contains the total number of DMA channels supported by the DMAC - dma-requests: contains the total number of DMA requests supported by the DMAC - arm,pl330-broken-no-flushp: quirk for avoiding to execute DMAFLUSHP + - resets: contains an entry for each entry in reset-names. + See ../reset/reset.txt for details. + - reset-names: must contain at least "dma", and optional is "dma-ocp". Example: -- 2.20.0