From patchwork Wed Apr 3 09:00:58 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartosz Golaszewski X-Patchwork-Id: 10883049 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id E3DDC922 for ; Wed, 3 Apr 2019 09:01:25 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id CDFA0289B3 for ; Wed, 3 Apr 2019 09:01:25 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id CBEC4289DD; Wed, 3 Apr 2019 09:01:25 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 0D39E289D4 for ; Wed, 3 Apr 2019 09:01:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726442AbfDCJBX (ORCPT ); Wed, 3 Apr 2019 05:01:23 -0400 Received: from mail-wm1-f68.google.com ([209.85.128.68]:54310 "EHLO mail-wm1-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726188AbfDCJBW (ORCPT ); Wed, 3 Apr 2019 05:01:22 -0400 Received: by mail-wm1-f68.google.com with SMTP id c1so6495561wml.4 for ; Wed, 03 Apr 2019 02:01:21 -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=aeN889BbLX2VoZH82bVkpm7x6WciirBMN3MYn1uX0yI=; b=AKjTpCpSkJ1oyvQNgwb5Nvi6R6QGtG5oaqpLCLc8+hGa3G62LWDZGhSYBHwixxh0TO Cmz/1dPpTCbl2+o6Fn31Dh8AmvgelI1Dqb634vZ699vnGJpQh1gOTODsPBYSrku/h3XT zUOgLt3BCI9BOZ1TzL5eAm8udpmgi3uL7nQ7P2g1/Fk2VsntZ7Zk3zVlfR9pxNa7QxT7 AP8HMGR5rLyGzcAVvUYMcxhb2TE4RXThatXtF2QrmDMGpPCx6eLW9EsQX1gBU2M/B4x7 pUDh82m+sxNdkktoR13Uhdg0MjpNZwNxpjsNLpTQTsydf7TM13UV5VXbHWDzQMwbJLsA 9MlA== 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=aeN889BbLX2VoZH82bVkpm7x6WciirBMN3MYn1uX0yI=; b=H1N2fIPHgitJ7v0mmJlr1XeTmhj7PXIZC4Lw1KuGcep5kt29YhMNAnuxrq3+R/i1QY H5txtkSRlK/sDCeawzksptha/LNh2OlbO50lELwPz8VoEzloXt3qUKkJSKXpAH9m7f5a O7KbfUakqvdsk8nJyddCeg04o5EM5KLTRAtn6+JgXMo/ODlAAqqKUovuPWs11vwljI3+ CGAh3f03nQ2UKAPJGNFwHaVFXfKYQi/JoUc5v43X6TshEgdhQJ8e8YKeM7V2rgV4KNbi D3AM3fPKFbhjRdMfmInebP8WJiIdC2a8ehiXiyg2/UFjSi5yD+a3V0xiAQG6XYPh8JuV 5W1A== X-Gm-Message-State: APjAAAWHuPfvTZGcOlGGMq7K/MeAjl4BUSfZYirJdnkNU6zqZofN+cMB y/mSUqHQ0FVbVxvEZ1jWB7OW+w== X-Google-Smtp-Source: APXvYqxY11rOOzqHV3Kr6xDZ/FL9P5Dc2PhfrEfZEHpCCDJYsRtBnupEvWev7q/6mq+4z5vdhnYprQ== X-Received: by 2002:a1c:20c1:: with SMTP id g184mr1252997wmg.137.1554282081192; Wed, 03 Apr 2019 02:01:21 -0700 (PDT) Received: from localhost.localdomain (aputeaux-684-1-29-77.w90-86.abo.wanadoo.fr. [90.86.254.77]) by smtp.gmail.com with ESMTPSA id v16sm23981998wru.76.2019.04.03.02.01.19 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 03 Apr 2019 02:01:20 -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 v8 01/11] dt-bindings: mfd: add DT bindings for max77650 Date: Wed, 3 Apr 2019 11:00:58 +0200 Message-Id: <20190403090108.24788-2-brgl@bgdev.pl> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20190403090108.24788-1-brgl@bgdev.pl> References: <20190403090108.24788-1-brgl@bgdev.pl> MIME-Version: 1.0 Sender: linux-input-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Bartosz Golaszewski Add a DT binding document for max77650 ultra-low power PMIC. This describes the core mfd device and the GPIO module. Signed-off-by: Bartosz Golaszewski Reviewed-by: Rob Herring Acked-by: Pavel Machek Acked-for-MFD-by: Lee Jones --- .../devicetree/bindings/mfd/max77650.txt | 46 +++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 Documentation/devicetree/bindings/mfd/max77650.txt diff --git a/Documentation/devicetree/bindings/mfd/max77650.txt b/Documentation/devicetree/bindings/mfd/max77650.txt new file mode 100644 index 000000000000..b529d8d19335 --- /dev/null +++ b/Documentation/devicetree/bindings/mfd/max77650.txt @@ -0,0 +1,46 @@ +MAX77650 ultra low-power PMIC from Maxim Integrated. + +Required properties: +------------------- +- compatible: Must be "maxim,max77650" +- reg: I2C device address. +- interrupts: The interrupt on the parent the controller is + connected to. +- interrupt-controller: Marks the device node as an interrupt controller. +- #interrupt-cells: Must be <2>. + +- gpio-controller: Marks the device node as a gpio controller. +- #gpio-cells: Must be <2>. The first cell is the pin number and + the second cell is used to specify the gpio active + state. + +Optional properties: +-------------------- +gpio-line-names: Single string containing the name of the GPIO line. + +The GPIO-controller module is represented as part of the top-level PMIC +node. The device exposes a single GPIO line. + +For device-tree bindings of other sub-modules (regulator, power supply, +LEDs and onkey) refer to the binding documents under the respective +sub-system directories. + +For more details on GPIO bindings, please refer to the generic GPIO DT +binding document . + +Example: +-------- + + pmic@48 { + compatible = "maxim,max77650"; + reg = <0x48>; + + interrupt-controller; + interrupt-parent = <&gpio2>; + #interrupt-cells = <2>; + interrupts = <3 IRQ_TYPE_LEVEL_LOW>; + + gpio-controller; + #gpio-cells = <2>; + gpio-line-names = "max77650-charger"; + };