From patchwork Thu Jul 23 16:17:41 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Steve Twiss X-Patchwork-Id: 499464 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 912A41409B7 for ; Fri, 24 Jul 2015 02:24:09 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753532AbbGWQX6 (ORCPT ); Thu, 23 Jul 2015 12:23:58 -0400 Received: from mail1.bemta5.messagelabs.com ([195.245.231.143]:39825 "EHLO mail1.bemta5.messagelabs.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753945AbbGWQXq (ORCPT ); Thu, 23 Jul 2015 12:23:46 -0400 Received: from [85.158.139.35] by server-7.bemta-5.messagelabs.com id EE/30-09114-F0511B55; Thu, 23 Jul 2015 16:23:43 +0000 X-Env-Sender: stwiss.opensource@diasemi.com X-Msg-Ref: server-16.tower-179.messagelabs.com!1437668622!42894562!4 X-Originating-IP: [82.210.246.133] X-StarScan-Received: X-StarScan-Version: 6.13.16; banners=-,-,- X-VirusChecked: Checked Received: (qmail 16327 invoked from network); 23 Jul 2015 16:23:43 -0000 Received: from mailrelay1.diasemi.com (HELO NB-EX-CASHUB01.diasemi.com) (82.210.246.133) by server-16.tower-179.messagelabs.com with AES128-SHA encrypted SMTP; 23 Jul 2015 16:23:43 -0000 Received: from mailrelay1.diasemi.com (10.1.17.243) by NB-EX-CASHUB01.diasemi.com (10.1.16.140) with Microsoft SMTP Server id 14.3.248.2; Thu, 23 Jul 2015 18:23:42 +0200 Received: from swsrvapps-01.diasemi.com (Not Verified[10.20.28.141]) by mailrelay1.diasemi.com with ESMTP Gateway id ; Thu, 23 Jul 2015 18:23:25 +0200 Received: (from stwiss@localhost) by swsrvapps-01.diasemi.com (8.14.3/8.14.3/Submit/Dlg) id t6NGNOUI005710; Thu, 23 Jul 2015 17:23:24 +0100 X-Authentication-Warning: swsrvapps-01.diasemi.com: stwiss set sender to stwiss.opensource@diasemi.com using -f Message-ID: <6bfae9b4f5475b59bddc4b71091121f1c0697a2d.1437668261.git.stwiss.opensource@diasemi.com> In-Reply-To: References: From: S Twiss Date: Thu, 23 Jul 2015 17:17:41 +0100 Subject: [PATCH V3 3/3] devicetree: da9062: Add device tree bindings for DA9062 OnKey To: DEVICETREE , Ian Campbell , Kumar Gala , LINUXINPUT , LINUXKERNEL , Lee Jones , Mark Rutland , Pawel Moll , RTCLINUX , Rob Herring , S Twiss CC: David Dajun Chen , Dmitry Torokhov , Samuel Ortiz , Support Opensource MIME-Version: 1.0 X-EXCLAIMER-MD-CONFIG: 8d172408-bd6a-42b1-8e53-daaedf35a5af Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org From: S Twiss Add device tree bindings for the DA9062 OnKey driver component Signed-off-by: Steve Twiss --- Changes in V3: - Child driver specifics separated out into separate document in this case ../input/da9062-onkey.txt Changes in V2: - No change This patch applies against linux-next and next-20150708 .../devicetree/bindings/input/da9062-onkey.txt | 36 ++++++++++++++++++++++ Documentation/devicetree/bindings/mfd/da9062.txt | 3 ++ 2 files changed, 39 insertions(+) create mode 100644 Documentation/devicetree/bindings/input/da9062-onkey.txt diff --git a/Documentation/devicetree/bindings/input/da9062-onkey.txt b/Documentation/devicetree/bindings/input/da9062-onkey.txt new file mode 100644 index 0000000..c936902 --- /dev/null +++ b/Documentation/devicetree/bindings/input/da9062-onkey.txt @@ -0,0 +1,36 @@ +* Dialog DA9062 OnKey Module + +This module is part of the DA9062. For more details about the whole +chip see Documentation/devicetree/bindings/mfd/da9062.txt. + +This module provides KEY_POWER, KEY_SLEEP and events. + +Required properties: + +- compatible: should be "dlg,da9062-onkey" + +Nodes: + +- onkey : This node defines the OnKey settings for controlling the key + functionality of the device. The node should contain the compatible property + with the value "dlg,da9062-onkey". + + Optional onkey properties: + + - dlg,disable-key-power : Disable power-down using a long key-press. If this + entry exists the OnKey driver will remove support for the KEY_POWER key + press. If this entry does not exist then by default the key-press + triggered power down is enabled and the OnKey will support both KEY_POWER + and KEY_SLEEP. + +Example: + + pmic0: da9062@58 { + + onkey { + compatible = "dlg,da9063-onkey"; + dlg,disable-key-power; + }; + + }; + diff --git a/Documentation/devicetree/bindings/mfd/da9062.txt b/Documentation/devicetree/bindings/mfd/da9062.txt index 5765ed9..d2e1730 100644 --- a/Documentation/devicetree/bindings/mfd/da9062.txt +++ b/Documentation/devicetree/bindings/mfd/da9062.txt @@ -5,6 +5,7 @@ DA9062 consists of a large and varied group of sub-devices: Device Supply Names Description ------ ------------ ----------- da9062-regulator : : LDOs & BUCKs +da9062-onkey : : On Key da9062-watchdog : : Watchdog Timer ====== @@ -40,6 +41,8 @@ Sub-nodes: details of individual regulator device can be found in: Documentation/devicetree/bindings/regulator/regulator.txt +- onkey : For more details about the onkey node see + Documentation/devicetree/bindings/input/da9062-onkey.txt - watchdog: This node defines the settings for the watchdog driver associated with the DA9062 PMIC. The compatible = "dlg,da9062-watchdog" should be added