From patchwork Thu Sep 17 08:02:18 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Vaittinen, Matti" X-Patchwork-Id: 258964 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-11.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH, MAILING_LIST_MULTI, SIGNED_OFF_BY, SPF_HELO_NONE, SPF_PASS, URIBL_BLOCKED, USER_AGENT_SANE_1 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8A98CC433E2 for ; Thu, 17 Sep 2020 08:10:27 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3E3D8221E7 for ; Thu, 17 Sep 2020 08:10:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726427AbgIQIFl (ORCPT ); Thu, 17 Sep 2020 04:05:41 -0400 Received: from mail-lf1-f67.google.com ([209.85.167.67]:39331 "EHLO mail-lf1-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726301AbgIQIFL (ORCPT ); Thu, 17 Sep 2020 04:05:11 -0400 Received: by mail-lf1-f67.google.com with SMTP id q8so1170015lfb.6; Thu, 17 Sep 2020 01:02:28 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=v4GvevF2b0GdSPUoOE8doKHY228reKBSywR4UsvFM+s=; b=fsapkw0JEq2QnpabZuqSg0uZD3RMB4nyhdMSGTnoGJ+aOSICOJ+xFm51fq7JORYSRY TLtp7vrrup7jQlOIOiSjvc8qEiS4T3yDO2YGeeRAKh1/dNcYws16Y8/ZMPjB4+tGenSH ZJQUGpqM1Lrs9fJZv37iXy+29T3vaoFUcmXnOYcGlNU1ZlCjjk5JcA8IL1JQlV0yEvOQ g3t61VcK71CTjMtNuadSVmDvlP3zEMRIiHfgAWWcyFa8xoCqhpbxP7+mB2q0GCTPy0BE UhALJ2o0dRIKK1RkcW690StcYJY6ZkTaUg48rkxnxjZ57r3NiirMDU4QveOKP4Ev+xY6 e13A== X-Gm-Message-State: AOAM532C7DJNSjvdAH5NpHL+e7mVvuKUMefa/3we+lIDLrIUUNAngh2c G0lcvYrSxY1Pd5FZglFkuBY= X-Google-Smtp-Source: ABdhPJxoOJCwMDjuUa13tJLY+OMjeiW+OaTl+Do7XP5XcB5hYvkXwJN7xgjvk7kkzLZFm8apkhPSoA== X-Received: by 2002:a05:6512:304a:: with SMTP id b10mr8361943lfb.475.1600329747049; Thu, 17 Sep 2020 01:02:27 -0700 (PDT) Received: from localhost.localdomain (62-78-225-252.bb.dnainternet.fi. [62.78.225.252]) by smtp.gmail.com with ESMTPSA id q16sm5896009ljj.136.2020.09.17.01.02.24 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 17 Sep 2020 01:02:25 -0700 (PDT) Date: Thu, 17 Sep 2020 11:02:18 +0300 From: Matti Vaittinen To: matti.vaittinen@fi.rohmeurope.com, mazziesaccount@gmail.com Cc: Lee Jones , Rob Herring , Liam Girdwood , Mark Brown , Matti Vaittinen , Wim Van Sebroeck , Guenter Roeck , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-power@fi.rohmeurope.com, linux-watchdog@vger.kernel.org Subject: [PATCH v1 2/6] dt_bindings: regulator: Add ROHM BD9576MUF and BD9573MUF PMICs Message-ID: <91f6bcbcfce7de3d92c40a6b3a9e4bd84420deee.1600329307.git.matti.vaittinen@fi.rohmeurope.com> References: MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.12.1 (2019-06-15) Precedence: bulk List-ID: X-Mailing-List: linux-watchdog@vger.kernel.org Add bindings for regulators on ROHM BD9576MUF and BD9573MUF PMICs. Signed-off-by: Matti Vaittinen --- .../regulator/rohm,bd9576-regulator.yaml | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 Documentation/devicetree/bindings/regulator/rohm,bd9576-regulator.yaml diff --git a/Documentation/devicetree/bindings/regulator/rohm,bd9576-regulator.yaml b/Documentation/devicetree/bindings/regulator/rohm,bd9576-regulator.yaml new file mode 100644 index 000000000000..6df077b0db86 --- /dev/null +++ b/Documentation/devicetree/bindings/regulator/rohm,bd9576-regulator.yaml @@ -0,0 +1,33 @@ +# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause +%YAML 1.2 +--- +$id: http://devicetree.org/schemas/regulator/rohm,bd9576-regulator.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# + +title: ROHM BD9576 and BD9573 Power Management Integrated Circuit regulators + +maintainers: + - Matti Vaittinen + +description: | + This module is part of the ROHM BD9576 MFD device. For more details + see Documentation/devicetree/bindings/mfd/rohm,bd9576-pmic.yaml. + + The regulator controller is represented as a sub-node of the PMIC node + on the device tree. + + The valid names for BD9576 regulator nodes are + vd50, vd18, vdddr, vd10, voutl1, vouts1 + +patternProperties: + "regulator-.+": + type: object + description: + Properties for single regulator. + $ref: "regulator.yaml#" + + required: + - regulator-name + + unevaluatedProperties: false +additionalProperties: false