From patchwork Thu Aug 6 15:27:30 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sanchayan X-Patchwork-Id: 6960681 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 7183CC05AD for ; Thu, 6 Aug 2015 15:33:37 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id A8CD120718 for ; Thu, 6 Aug 2015 15:33:35 +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 E33A420613 for ; Thu, 6 Aug 2015 15:33:34 +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 1ZNN98-0007Gd-OF; Thu, 06 Aug 2015 15:31:54 +0000 Received: from mail-wi0-x22f.google.com ([2a00:1450:400c:c05::22f]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1ZNN8V-0006SL-N4 for linux-arm-kernel@lists.infradead.org; Thu, 06 Aug 2015 15:31:17 +0000 Received: by wijp15 with SMTP id p15so27364169wij.0 for ; Thu, 06 Aug 2015 08:30:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references :in-reply-to:references; bh=FCgW2sAgU+wi+VDgGfX9wW5xHAA8gw5cehSD4rABv9Q=; b=UkyxbVvVXIy8jsgwydFZpcUOMCFs73Fg4yc941JqL+f4v3tOp/nK4xTyqZILwu/UUN 8FvEo6xyrqcFfrKLIkoXMO9ATEJ8yepQJXLSJscmrniuN7wwCytMjTyqbUlHx6QcBZfM MI5cQ2GS2Hc8UCwfHdpnIbj+8Rw6hatp/Ck0ftnCCH7U2uytDRHjchM6FkeUVdjGkxcY 3LhkvTT1UiYkd5bCLj11NMBS/GKnDqQ9Exbe07nr+zWswkKJz2Ynv68MpoIkOk8Y6u3n yrTCdSiNWgLraM+Vzpl8DqlU8bP5kmGUs2p+kl2fHHltgPH3AQXJpTFooZXmJ/giJ/vl NWqA== X-Received: by 10.180.215.101 with SMTP id oh5mr7402359wic.6.1438875054115; Thu, 06 Aug 2015 08:30:54 -0700 (PDT) Received: from localhost ([46.140.72.82]) by smtp.gmail.com with ESMTPSA id s5sm3886741wik.2.2015.08.06.08.30.53 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 06 Aug 2015 08:30:53 -0700 (PDT) From: Sanchayan Maity To: linux-arm-kernel@lists.infradead.org, srinivas.kandagatla@linaro.org, maxime.ripard@free-electrons.com Subject: [PATCH v7 4/4] nvmem: Add DT binding documentation for Vybrid OCOTP driver Date: Thu, 6 Aug 2015 20:57:30 +0530 Message-Id: <3713643bb44c39c2126edca2916e1c1aa43eabf8.1438874125.git.maitysanchayan@gmail.com> X-Mailer: git-send-email 2.5.0 In-Reply-To: References: In-Reply-To: References: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20150806_083116_083540_EF4D6174 X-CRM114-Status: GOOD ( 10.78 ) X-Spam-Score: -2.7 (--) 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: stefan.wahren@i2se.com, kernel@pengutronix.de, linux-kernel@vger.kernel.org, stefan@agner.ch, Sanchayan Maity , p.zabel@pengutronix.de, shawn.guo@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=-4.2 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=ham 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 Add the devicetree bindings for the Freescale Vybrid On-Chip OTP driver. Signed-off-by: Sanchayan Maity --- .../devicetree/bindings/nvmem/vf610-ocotp.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Documentation/devicetree/bindings/nvmem/vf610-ocotp.txt diff --git a/Documentation/devicetree/bindings/nvmem/vf610-ocotp.txt b/Documentation/devicetree/bindings/nvmem/vf610-ocotp.txt new file mode 100644 index 0000000..5556810 --- /dev/null +++ b/Documentation/devicetree/bindings/nvmem/vf610-ocotp.txt @@ -0,0 +1,20 @@ +On-Chip OTP Memory for Freescale Vybrid + +Required Properties: + compatible: + - "fsl,vf610-ocotp" for VF5xx/VF6xx + #address-cells : Should be 1 + #size-cells : Should be 1 + reg : Address and length of OTP controller registers + +Example for Vybrid VF5xx/VF6xx: + + ocotp: ocotp@400a5000 { + compatible = "fsl,vf610-ocotp"; + #address-cells = <1>; + #size-cells = <1>; + reg = <0x400a5000 0xD00>; + clocks = <&clks VF610_CLK_OCOTP>; + clock-names = "ocotp"; + }; +