From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 74CFCC433EF for ; Tue, 4 Jan 2022 15:44:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233916AbiADPo1 (ORCPT ); Tue, 4 Jan 2022 10:44:27 -0500 Received: from mail-ot1-f42.google.com ([209.85.210.42]:43993 "EHLO mail-ot1-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232657AbiADPo0 (ORCPT ); Tue, 4 Jan 2022 10:44:26 -0500 Received: by mail-ot1-f42.google.com with SMTP id i5-20020a05683033e500b0057a369ac614so47784214otu.10; Tue, 04 Jan 2022 07:44:26 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=88ToW1HxpPdWlQecnSmTubeVq6bgfhtdA0w+XJ2iNAI=; b=bFSxP3i1ZXPo6uSeUP6W0FYHfjiO4KjGeki2++UJ8VOQQLHcUj9WPtttOFxRhoPGn5 947f1Zvug/i/M+JGoe5WLLsYHQeogYkHWcpnXo+zGoLcH/YM3ip1j/xEY6H0X4lqd9KW b5GUXrHv9NASiNh+ikUryItFFXz2wT55x78bAn0zc5V0WsPynAG7BvWWa06tIIvdWzsl 3Yw7zcpBnhqtgqv35kJCnY6nIH56bftMvrLYPrbA/gQhK7X4o6g9yLlMYQpMs42tRdmr mfLi3kWUrbeEKkEVHlWyB1P8bX/IRHfotx+fcR2B4badpWUTu4i3slgbeLLPqYUd72mC VxFw== X-Gm-Message-State: AOAM531vC4xDAenhENwDhQ/omEHtiYDbjSpYM3q1QPq+Edcpz3mEsgPU nHGVzvWPxS8UTYSaPNebtg== X-Google-Smtp-Source: ABdhPJxTKO48T7iMJ0FASBAz6U0gvPANFg6vuYbCKuBo12BXIhtRIkIl/HxfUzDKoNRt0JgdLt1R4w== X-Received: by 2002:a05:6830:1f3a:: with SMTP id e26mr36840685oth.233.1641311065950; Tue, 04 Jan 2022 07:44:25 -0800 (PST) Received: from robh.at.kernel.org (66-90-148-213.dyn.grandenetworks.net. [66.90.148.213]) by smtp.gmail.com with ESMTPSA id c9sm7944529oog.43.2022.01.04.07.44.24 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 04 Jan 2022 07:44:25 -0800 (PST) Received: (nullmailer pid 896773 invoked by uid 1000); Tue, 04 Jan 2022 15:44:24 -0000 Date: Tue, 4 Jan 2022 09:44:24 -0600 From: Rob Herring To: Krzysztof Kozlowski Cc: Chanwoo Choi , Bartlomiej Zolnierkiewicz , MyungJoo Ham , Lee Jones , Liam Girdwood , Mark Brown , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, Marek Szyprowski , Sylwester Nawrocki , Inki Dae , Jaewon Kim , Beomho Seo Subject: Re: [PATCH 3/5] regulator: dt-bindings: maxim,max77843: add MAX77843 bindings Message-ID: References: <20211229124631.21576-1-krzysztof.kozlowski@canonical.com> <20211229124631.21576-4-krzysztof.kozlowski@canonical.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211229124631.21576-4-krzysztof.kozlowski@canonical.com> Precedence: bulk List-ID: X-Mailing-List: linux-samsung-soc@vger.kernel.org On Wed, Dec 29, 2021 at 01:46:29PM +0100, Krzysztof Kozlowski wrote: > Document the bindings for MAX77843 regulator driver. The bindings are > almost identical to MAX77693 bindings, except the actual names of > regulators. Same issues here as your other Maxim regulator conversions. > > Signed-off-by: Krzysztof Kozlowski > --- > .../bindings/regulator/maxim,max77843.yaml | 55 +++++++++++++++++++ > 1 file changed, 55 insertions(+) > create mode 100644 Documentation/devicetree/bindings/regulator/maxim,max77843.yaml > > diff --git a/Documentation/devicetree/bindings/regulator/maxim,max77843.yaml b/Documentation/devicetree/bindings/regulator/maxim,max77843.yaml > new file mode 100644 > index 000000000000..1ab58c756d7c > --- /dev/null > +++ b/Documentation/devicetree/bindings/regulator/maxim,max77843.yaml > @@ -0,0 +1,55 @@ > +# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause > +%YAML 1.2 > +--- > +$id: http://devicetree.org/schemas/regulator/maxim,max77843.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > + > +title: Maxim MAX77843 MicroUSB and Companion Power Management IC regulators > + > +maintainers: > + - Krzysztof Kozlowski > + > +description: | > + This is a part of device tree bindings for Maxim MAX77843 MicroUSB Integrated > + Circuit (MUIC). > + > + See also Documentation/devicetree/bindings/mfd/maxim,max77843.yaml for > + additional information and example. > + > +properties: > + compatible: > + const: maxim,max77843-regulator > + > +patternProperties: > + "^SAFEOUT[12]$": > + type: object > + $ref: regulator.yaml# > + unevaluatedProperties: false > + description: | > + Safeout LDO regulator. > + > + properties: > + regulator-min-microvolt: true > + regulator-max-microvolt: true > + > + required: > + - regulator-name > + > + "^CHARGER$": > + type: object > + $ref: regulator.yaml# > + unevaluatedProperties: false > + description: | > + Current regulator. > + > + properties: > + regulator-min-microamp: true > + regulator-max-microamp: true > + > + required: > + - regulator-name > + > +required: > + - compatible > + > +additionalProperties: false > -- > 2.32.0 > > From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id A68DAC433EF for ; Tue, 4 Jan 2022 15:46:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=33hVxw6RH4oD03kR9HbpBAs6IBPp805uzP212Pi8uoU=; b=sHH/E5lkMwxAEW 5S2goX7pRig1yeL8M+Mka8zQFAVhDzPjJm7+ooduUXDq1/Hr8RhATuYvfcC5czmHNIrQLY3vNlFZa hHI+0H41NC5BxfkQH7fUKIad7UgeJrK2KK3yepyFTrs7LIuaUUjS4A42MbaUlxx5aPxfB7LBXttq1 xVlF+/kSe0zzECcAjVN3t/qHSzyGK1cVhJT9D5uKVoU24k2AarB9ZWppBMzzpBkDkk21XnKS72Ob4 nTLuUNuOWxUKXOide8qpSSa2kHsjA8dBTM/TphMvj47LWegSaRVCP5ZtdPKGY38xRakomA5WL6Q9M +zkFC/dcvwX+ZMtGkyGw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1n4lzH-00C0mk-20; Tue, 04 Jan 2022 15:44:35 +0000 Received: from mail-ot1-f46.google.com ([209.85.210.46]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1n4lz9-00C0ja-Ge for linux-arm-kernel@lists.infradead.org; Tue, 04 Jan 2022 15:44:30 +0000 Received: by mail-ot1-f46.google.com with SMTP id r10-20020a056830080a00b0055c8fd2cebdso47713803ots.6 for ; Tue, 04 Jan 2022 07:44:26 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=88ToW1HxpPdWlQecnSmTubeVq6bgfhtdA0w+XJ2iNAI=; b=4u8XPvPSTFZpwThAJlZg/KD0bBNwU8zel9DD+1ZV/6XRPHNfg7zqflASVj1mw3fbbM 0Dno6mqDoNCqYT25m/KtnpnlQBgSYuTkxL0U+1nG1hHKd7JkUUuoPCjDnMYidmNXNWIs v7lIqxue7D2UXZwlovdICqoc0RdQ/QsOZPQo/9cWH9nNN/l/D207HNCof1TGYtbQRwtN vgX0Y8TvgClV3pfKXCxjEcvOCaRruom1At4nOCJAvPgU8Zn+kgrvyQ9pa/aAH7YLm514 yMy1olH1nMP6zxcousUhH3IUltZ2iMnwPMDXqfvPspExEWfqebXnh3RhbpkI8Dad+m3F pX1g== X-Gm-Message-State: AOAM531JeKI6W3BoepTaHNo0t5DTEVdHOM84oQ8inKQrYWb3hJqIODSI SD8Z1bPVT+ot8FqBhm8kj8+iznT8zw== X-Google-Smtp-Source: ABdhPJxTKO48T7iMJ0FASBAz6U0gvPANFg6vuYbCKuBo12BXIhtRIkIl/HxfUzDKoNRt0JgdLt1R4w== X-Received: by 2002:a05:6830:1f3a:: with SMTP id e26mr36840685oth.233.1641311065950; Tue, 04 Jan 2022 07:44:25 -0800 (PST) Received: from robh.at.kernel.org (66-90-148-213.dyn.grandenetworks.net. [66.90.148.213]) by smtp.gmail.com with ESMTPSA id c9sm7944529oog.43.2022.01.04.07.44.24 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 04 Jan 2022 07:44:25 -0800 (PST) Received: (nullmailer pid 896773 invoked by uid 1000); Tue, 04 Jan 2022 15:44:24 -0000 Date: Tue, 4 Jan 2022 09:44:24 -0600 From: Rob Herring To: Krzysztof Kozlowski Cc: Chanwoo Choi , Bartlomiej Zolnierkiewicz , MyungJoo Ham , Lee Jones , Liam Girdwood , Mark Brown , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, Marek Szyprowski , Sylwester Nawrocki , Inki Dae , Jaewon Kim , Beomho Seo Subject: Re: [PATCH 3/5] regulator: dt-bindings: maxim,max77843: add MAX77843 bindings Message-ID: References: <20211229124631.21576-1-krzysztof.kozlowski@canonical.com> <20211229124631.21576-4-krzysztof.kozlowski@canonical.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20211229124631.21576-4-krzysztof.kozlowski@canonical.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220104_074427_606296_1E4D0C25 X-CRM114-Status: GOOD ( 19.55 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, Dec 29, 2021 at 01:46:29PM +0100, Krzysztof Kozlowski wrote: > Document the bindings for MAX77843 regulator driver. The bindings are > almost identical to MAX77693 bindings, except the actual names of > regulators. Same issues here as your other Maxim regulator conversions. > > Signed-off-by: Krzysztof Kozlowski > --- > .../bindings/regulator/maxim,max77843.yaml | 55 +++++++++++++++++++ > 1 file changed, 55 insertions(+) > create mode 100644 Documentation/devicetree/bindings/regulator/maxim,max77843.yaml > > diff --git a/Documentation/devicetree/bindings/regulator/maxim,max77843.yaml b/Documentation/devicetree/bindings/regulator/maxim,max77843.yaml > new file mode 100644 > index 000000000000..1ab58c756d7c > --- /dev/null > +++ b/Documentation/devicetree/bindings/regulator/maxim,max77843.yaml > @@ -0,0 +1,55 @@ > +# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause > +%YAML 1.2 > +--- > +$id: http://devicetree.org/schemas/regulator/maxim,max77843.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > + > +title: Maxim MAX77843 MicroUSB and Companion Power Management IC regulators > + > +maintainers: > + - Krzysztof Kozlowski > + > +description: | > + This is a part of device tree bindings for Maxim MAX77843 MicroUSB Integrated > + Circuit (MUIC). > + > + See also Documentation/devicetree/bindings/mfd/maxim,max77843.yaml for > + additional information and example. > + > +properties: > + compatible: > + const: maxim,max77843-regulator > + > +patternProperties: > + "^SAFEOUT[12]$": > + type: object > + $ref: regulator.yaml# > + unevaluatedProperties: false > + description: | > + Safeout LDO regulator. > + > + properties: > + regulator-min-microvolt: true > + regulator-max-microvolt: true > + > + required: > + - regulator-name > + > + "^CHARGER$": > + type: object > + $ref: regulator.yaml# > + unevaluatedProperties: false > + description: | > + Current regulator. > + > + properties: > + regulator-min-microamp: true > + regulator-max-microamp: true > + > + required: > + - regulator-name > + > +required: > + - compatible > + > +additionalProperties: false > -- > 2.32.0 > > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel