From patchwork Thu Jul 9 11:47:08 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vaibhav Hiremath X-Patchwork-Id: 6755251 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 15F539F319 for ; Thu, 9 Jul 2015 11:52:13 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 4898F20769 for ; Thu, 9 Jul 2015 11:52:12 +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 5ECB120762 for ; Thu, 9 Jul 2015 11:52:11 +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 1ZDALJ-0004YA-LZ; Thu, 09 Jul 2015 11:50:17 +0000 Received: from mail-pa0-f53.google.com ([209.85.220.53]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1ZDAL7-0003EC-AB for linux-arm-kernel@lists.infradead.org; Thu, 09 Jul 2015 11:50:05 +0000 Received: by pacws9 with SMTP id ws9so151053361pac.0 for ; Thu, 09 Jul 2015 04:49:44 -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=dw/V3AsDV5+2D7ddBJMq+pQhVUgjCptYkZzMdz57sRo=; b=aYnTKEJCEqcfl4dlZmpS8qk2eWo1Ja1DsGyXULL1vUaRSDLAnENUGQN08PnkgIs08Q Lc+J3XI82gEvtjP837Sy88r9k3Seytug3iLaQwp2DjJ49bRzkz71zAdLar6915OHm/7d DlMsltHbij0/YjFBRMbGQFdG4z8Tst0XVJL52pYWa7uL0UPIvROgQEpWHRJcV9IKWqpZ u/9fWnx6PiSA2o6DKMbctib3m8kijd5uo4XAgf4oJQW+vm0rY+9BMbnCmTnMetsTvnGf mVDAcG76/MNeX+OJs4PPKmpYolkqX0gifbNgM8MCjZPL1hvz+zPawSoDpOcIrdNG0q6h 6A4g== X-Gm-Message-State: ALoCoQkN1cz8KSIGbx+Wt9mNF2zWmnt4/uwzenhcjs7dC9NcG2dkRQV10zifHVBStQEen2daSi1c X-Received: by 10.70.90.103 with SMTP id bv7mr31000354pdb.160.1436442584592; Thu, 09 Jul 2015 04:49:44 -0700 (PDT) Received: from localhost.localdomain ([202.62.77.106]) by smtp.gmail.com with ESMTPSA id qo1sm5709802pbc.89.2015.07.09.04.49.40 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 09 Jul 2015 04:49:43 -0700 (PDT) From: Vaibhav Hiremath To: linux-arm-kernel@lists.infradead.org Subject: [PATCH 3/6] mfd: devicetree: bindings: 88pm800: Add DT property for 32KHz output enable Date: Thu, 9 Jul 2015 17:17:08 +0530 Message-Id: <1436442431-3471-4-git-send-email-vaibhav.hiremath@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1436442431-3471-1-git-send-email-vaibhav.hiremath@linaro.org> References: <1436442431-3471-1-git-send-email-vaibhav.hiremath@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20150709_045005_403469_1C9EE343 X-CRM114-Status: GOOD ( 11.65 ) 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: devicetree@vger.kernel.org, k.kozlowski@samsung.com, sameo@linux.intel.com, linux-kernel@vger.kernel.org, Vaibhav Hiremath , robh+dt@kernel.org, lee.jones@linaro.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.5 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 88PM800 family of device supports output of 32KHz clock (low jitter) on CLK32K2/3 pin which can be supplied to other peripherals on the board. This patch adds the devicetree binding to enable this feature. Signed-off-by: Vaibhav Hiremath --- Documentation/devicetree/bindings/mfd/88pm800.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Documentation/devicetree/bindings/mfd/88pm800.txt b/Documentation/devicetree/bindings/mfd/88pm800.txt index dec842f..ae1311c 100644 --- a/Documentation/devicetree/bindings/mfd/88pm800.txt +++ b/Documentation/devicetree/bindings/mfd/88pm800.txt @@ -9,6 +9,12 @@ Required parent device properties: - #interrupt-cells : should be 1. The cell is the 88pm80x local IRQ number +Optional properties : + - marvell,88pm800-32khz-xolj-out-en : If set, driver will enable low jitter + version of 32Khz clock output on + CLK32K3 - for 88pm800 + CLK32K2 - for 88pm860 + 88pm80x family of devices consists of varied group of sub-devices: Device Supply Names Description