From patchwork Fri Mar 31 12:44:51 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Srinivas Kandagatla X-Patchwork-Id: 96398 Delivered-To: patch@linaro.org Received: by 10.140.89.233 with SMTP id v96csp711024qgd; Fri, 31 Mar 2017 05:47:01 -0700 (PDT) X-Received: by 10.99.101.67 with SMTP id z64mr3255260pgb.78.1490964421199; Fri, 31 Mar 2017 05:47:01 -0700 (PDT) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id j21si5147699pgg.373.2017.03.31.05.47.00; Fri, 31 Mar 2017 05:47:01 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@linaro.org; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linaro.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933343AbdCaMrA (ORCPT + 21 others); Fri, 31 Mar 2017 08:47:00 -0400 Received: from mail-wr0-f179.google.com ([209.85.128.179]:34894 "EHLO mail-wr0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932886AbdCaMpa (ORCPT ); Fri, 31 Mar 2017 08:45:30 -0400 Received: by mail-wr0-f179.google.com with SMTP id k6so99270480wre.2 for ; Fri, 31 Mar 2017 05:45:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=avoK7Je+64X/ZUIEk/qBBtk8keN5GFnF9JDoevotja8=; b=hJ6MS8n5otJp5nG8vVyVCdDGcbV8B0aXm1xXpvrGSqatScIZVaB7kWjKtYR2GNLCOe piW4Z2FbpTGKnrSfigcoD8x/lf3VKbxNDKB44+/aLcuHETw9hjhYfIkF22D9T9M8vu0V 6JooQANMwUuse15tJgoGBeFhLwdRjTft40Qps= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=avoK7Je+64X/ZUIEk/qBBtk8keN5GFnF9JDoevotja8=; b=poUsu0pExvoKZrs24ZkgG2kHwC74CNeC3e7jyi8As8F5fCvgzNCPkSXH8EyEE2T/GM 3Kw2595jIrNADNj7agok7RvpybZ6b82nEg4AiBpCjqrhK17dNlg2PCNJGazZIfbOaGxT 6zLeao2D/vMnDdV7+zwQfimPz5nsw9uyGmEzX9ZAT8kib3fsYxF5bVm7Dhf/2qnl5FM2 gjMOn8bO43aJfrE2hF5sj2ipLsDxke/yH3w6Cul9Bmyp2QsC83gjMsROz+XLue1tQsAy YMf/UAudIFR8Upt/WlUX+tPmNUbVpRWbHL1iUuA6D+/ixsVTo2KvKMruw/PWN8S3mqOG /W9g== X-Gm-Message-State: AFeK/H02S7L15kj5cC5NR7fZRwjFiLVW9oantSPgS4zY1WBeQ97f7mbDVuHW05mGzVm+cnRE X-Received: by 10.28.69.72 with SMTP id s69mr3190970wma.85.1490964317993; Fri, 31 Mar 2017 05:45:17 -0700 (PDT) Received: from localhost.localdomain (cpc90716-aztw32-2-0-cust92.18-1.cable.virginm.net. [86.26.100.93]) by smtp.gmail.com with ESMTPSA id n80sm6615514wrb.24.2017.03.31.05.45.17 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 31 Mar 2017 05:45:17 -0700 (PDT) From: Srinivas Kandagatla To: gregkh@linuxfoundation.org Cc: linux-kernel@vger.kernel.org, maxime.ripard@free-electrons.com, Sascha Hauer , Srinivas Kandagatla Subject: [PATCH 07/11] dt-bindings: nvmem: Add i.MX IIM binding doc Date: Fri, 31 Mar 2017 13:44:51 +0100 Message-Id: <1490964295-9647-8-git-send-email-srinivas.kandagatla@linaro.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1490964295-9647-1-git-send-email-srinivas.kandagatla@linaro.org> References: <1490964295-9647-1-git-send-email-srinivas.kandagatla@linaro.org> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Sascha Hauer The IIM is part of the i.MX device trees for long already, add a binding document for it. Signed-off-by: Sascha Hauer Signed-off-by: Srinivas Kandagatla --- .../devicetree/bindings/nvmem/imx-iim.txt | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 Documentation/devicetree/bindings/nvmem/imx-iim.txt -- 2.7.4 diff --git a/Documentation/devicetree/bindings/nvmem/imx-iim.txt b/Documentation/devicetree/bindings/nvmem/imx-iim.txt new file mode 100644 index 0000000..1978c5b --- /dev/null +++ b/Documentation/devicetree/bindings/nvmem/imx-iim.txt @@ -0,0 +1,22 @@ +Freescale i.MX IC Identification Module (IIM) device tree bindings + +This binding represents the IC Identification Module (IIM) found on +i.MX25, i.MX27, i.MX31, i.MX35, i.MX51 and i.MX53 SoCs. + +Required properties: +- compatible: should be one of + "fsl,imx25-iim", "fsl,imx27-iim", + "fsl,imx31-iim", "fsl,imx35-iim", + "fsl,imx51-iim", "fsl,imx53-iim", +- reg: Should contain the register base and length. +- interrupts: Should contain the interrupt for the IIM +- clocks: Should contain a phandle pointing to the gated peripheral clock. + +Example: + + iim: iim@63f98000 { + compatible = "fsl,imx53-iim", "fsl,imx27-iim"; + reg = <0x63f98000 0x4000>; + interrupts = <69>; + clocks = <&clks IMX5_CLK_IIM_GATE>; + };