From patchwork Tue Mar 26 17:32:01 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartosz Golaszewski X-Patchwork-Id: 1065842 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=linux-gpio-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=bgdev.pl Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=bgdev-pl.20150623.gappssmtp.com header.i=@bgdev-pl.20150623.gappssmtp.com header.b="T0fK8fB2"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 44TJBm4qDzz9sRy for ; Wed, 27 Mar 2019 04:33:36 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732087AbfCZRdf (ORCPT ); Tue, 26 Mar 2019 13:33:35 -0400 Received: from mail-wr1-f65.google.com ([209.85.221.65]:38510 "EHLO mail-wr1-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732084AbfCZRc2 (ORCPT ); Tue, 26 Mar 2019 13:32:28 -0400 Received: by mail-wr1-f65.google.com with SMTP id k11so7969580wro.5 for ; Tue, 26 Mar 2019 10:32:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=T1F7KCZQllI8gey25Uaoq9o2WFLfikAjSL+Gi1a9B5o=; b=T0fK8fB2fBY6RWA67zKWISoj1RTZ2iwfykSypKUPezvSZ8yY5gg8gl4/L7JTXBrZ5H w1tH1dRjR6QgRaky/7E3z08GdAVqnEc99Qbbkbli2ta8f5KUMWoPpCSg9Baj4RSkoRKw JfUtjoXiN9rg3tCFOJIv5SL85NJK8CA58I7SsrvxLSye6IQE3XA8lg7tzycantI8dFVl NDjk2D0EgXG7LI7+7+36eQ/kIJumsZU68XhjloVFdZ3v2JPXoyD2h10i2nk5altjiFv8 nknoii9PDXEtdjLI3HaJzUS/NY36ZkhrISRNahZSoDk82kPW3mG4yVQXGY3ic7071HVg Bd8A== 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:mime-version:content-transfer-encoding; bh=T1F7KCZQllI8gey25Uaoq9o2WFLfikAjSL+Gi1a9B5o=; b=OdLkkDtcQffr2L7HEidUHTO6V1caLNDOlDybbU22ZhjzTXBpyos45OvS819vAKM7vj BVO9TGunvjpKdOnPy80Y0orvt0b+ucJggvItF62wXUdqIpWKEBO8ZsTLpQoz/Ix3IhgD kza3Cd40PGziBDeU+gbZCGREA7SFi7qJaPYBhIuSEM0dJU8fAffH74mmz3MtgIjX+x6i yh00x9iVRSjUgb57mQEBAsVomevxy/qHE25Ng95v0XZZpnWNESlAnjPQfeHeJPQMZjOj aDuoQPZcaX9fvmUHYIy9FpdjvcBs7Cu1FmIEzRqdgazFfkBf1h7Up80sNSCIImjj2TFP C2lg== X-Gm-Message-State: APjAAAUzcr68lKJVQ9vxAPVmQ/vMILXsdq2R2KrlH3Q4IguybkEI6jhA 2mFRaXkp8U+TC65vshqzqdr/Bw== X-Google-Smtp-Source: APXvYqzMS3UlFWKlsV8LAucBD7uTDvG+qskaGhPxUTsLoG1gNuF1jBvaMMqiP6SXR0AeGUgCAd639Q== X-Received: by 2002:adf:b651:: with SMTP id i17mr19190021wre.108.1553621546597; Tue, 26 Mar 2019 10:32:26 -0700 (PDT) Received: from debian-brgl.home ([2a01:cb1d:af:5b00:6d6c:8493:1ab5:dad7]) by smtp.gmail.com with ESMTPSA id 4sm2534541wmg.12.2019.03.26.10.32.25 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 26 Mar 2019 10:32:25 -0700 (PDT) From: Bartosz Golaszewski To: Rob Herring , Mark Rutland , Linus Walleij , Dmitry Torokhov , Jacek Anaszewski , Pavel Machek , Lee Jones , Sebastian Reichel , Liam Girdwood , Greg Kroah-Hartman Cc: linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org, devicetree@vger.kernel.org, linux-input@vger.kernel.org, linux-leds@vger.kernel.org, linux-pm@vger.kernel.org, Bartosz Golaszewski , Rob Herring Subject: [PATCH v7 04/11] dt-bindings: input: add DT bindings for max77650 Date: Tue, 26 Mar 2019 18:32:01 +0100 Message-Id: <20190326173208.30614-5-brgl@bgdev.pl> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190326173208.30614-1-brgl@bgdev.pl> References: <20190326173208.30614-1-brgl@bgdev.pl> MIME-Version: 1.0 Sender: linux-gpio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org From: Bartosz Golaszewski Add the DT binding document for the onkey module of max77650. Signed-off-by: Bartosz Golaszewski Reviewed-by: Rob Herring --- .../bindings/input/max77650-onkey.txt | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 Documentation/devicetree/bindings/input/max77650-onkey.txt diff --git a/Documentation/devicetree/bindings/input/max77650-onkey.txt b/Documentation/devicetree/bindings/input/max77650-onkey.txt new file mode 100644 index 000000000000..477dc74f452a --- /dev/null +++ b/Documentation/devicetree/bindings/input/max77650-onkey.txt @@ -0,0 +1,26 @@ +Onkey driver for MAX77650 PMIC from Maxim Integrated. + +This module is part of the MAX77650 MFD device. For more details +see Documentation/devicetree/bindings/mfd/max77650.txt. + +The onkey controller is represented as a sub-node of the PMIC node on +the device tree. + +Required properties: +-------------------- +- compatible: Must be "maxim,max77650-onkey". + +Optional properties: +- linux,code: The key-code to be reported when the key is pressed. + Defaults to KEY_POWER. +- maxim,onkey-slide: The system's button is a slide switch, not the default + push button. + +Example: +-------- + + onkey { + compatible = "maxim,max77650-onkey"; + linux,code = ; + maxim,onkey-slide; + };