From patchwork Thu Jul 23 22:51:00 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Moritz Fischer X-Patchwork-Id: 6856351 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id E624A9F434 for ; Thu, 23 Jul 2015 22:54:46 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 2CD102064D for ; Thu, 23 Jul 2015 22:54:46 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 6532820651 for ; Thu, 23 Jul 2015 22:54:45 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1ZIPM8-0008Kx-9I; Thu, 23 Jul 2015 22:52:48 +0000 Received: from mail-pa0-f49.google.com ([209.85.220.49]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1ZIPKz-0008HQ-UO for linux-arm-kernel@lists.infradead.org; Thu, 23 Jul 2015 22:51:38 +0000 Received: by padck2 with SMTP id ck2so3287305pad.0 for ; Thu, 23 Jul 2015 15:51:17 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=ox5xb4fRzoaguX37dQUORm54kbEt4Nn3AzNIJsXa2lc=; b=QvJTANKuDJuHeVa3uS3aeNbft+6ulbfbnEq2YawG+dDwB7lyk5oBuUAroEg1oFnnMz 8+0NvSNInorPHcjTXw18VQBIokMnpmzOHJbOwUIsetPa3/hxgWW/3jKAx73jXSoQ0Xjs Ut4KOL6otbAM0Bnq3bYH2+PYDCFsclz6xHDKyucx6i9skWnniYhrY4ARhUV3YyL1hkYv 4xOPFZgUBmstqEXffow0hW/pRZ+bFGkkvuec6LQnAjJF8K6zUga341j6H6jops5et87T dH1NVCnjFoJ8K9svMVubSREmZdkJVK7pjaeoae1fIPV9TUi1TuIB6FpJaW5IWFtWF8/z B/WQ== X-Gm-Message-State: ALoCoQknJFGqhsJaPQDF/IBAm+Ggtd42CPOD24WKZ4ru5apot9Lq+11yv/OqSbXlQXAjvhSf5xld X-Received: by 10.70.92.41 with SMTP id cj9mr23698412pdb.64.1437691877078; Thu, 23 Jul 2015 15:51:17 -0700 (PDT) Received: from fenrir.amer.corp.natinst.com (209-234-137-234.static.twtelecom.net. [209.234.137.234]) by smtp.gmail.com with ESMTPSA id so5sm10881448pab.37.2015.07.23.15.51.14 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 23 Jul 2015 15:51:15 -0700 (PDT) From: Moritz Fischer To: p.zabel@pengutronix.de Subject: [RFC 1/3] docs: dts: Added documentation for Xilinx Zynq PL Reset bindings. Date: Thu, 23 Jul 2015 15:51:00 -0700 Message-Id: <1437691862-21312-2-git-send-email-moritz.fischer@ettus.com> X-Mailer: git-send-email 2.4.3 In-Reply-To: <1437691862-21312-1-git-send-email-moritz.fischer@ettus.com> References: <1437691862-21312-1-git-send-email-moritz.fischer@ettus.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20150723_155138_007960_B4F1BB96 X-CRM114-Status: GOOD ( 11.96 ) X-Spam-Score: -2.6 (--) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-arm-kernel@lists.infradead.org, Moritz Fischer , michal.simek@xilinx.com, soren.brinkmann@xilinx.com, linux-kernel@vger.kernel.org MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-5.4 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Moritz Fischer --- Documentation/devicetree/bindings/reset/zynq-reset-pl.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Documentation/devicetree/bindings/reset/zynq-reset-pl.txt diff --git a/Documentation/devicetree/bindings/reset/zynq-reset-pl.txt b/Documentation/devicetree/bindings/reset/zynq-reset-pl.txt new file mode 100644 index 0000000..ac4499e --- /dev/null +++ b/Documentation/devicetree/bindings/reset/zynq-reset-pl.txt @@ -0,0 +1,13 @@ +Xilinx Zynq PL Reset Manager + +Required properties: +- compatible: "xlnx,zynq-reset-pl" +- syscon <&slcr>; +- #reset-cells: 1 + +Example: + rstc: rstc@240 { + #reset-cells = <1>; + compatible = "xlnx,zynq-reset-pl"; + syscon = <&slcr>; + };