From: Lee Jones <lee@kernel.org>
To: Luca Weiss <luca@z3ntu.xyz>
Cc: linux-arm-msm@vger.kernel.org,
~postmarketos/upstreaming@lists.sr.ht,
phone-devel@vger.kernel.org, afd@ti.com,
Andy Gross <agross@kernel.org>,
Bjorn Andersson <andersson@kernel.org>,
Konrad Dybcio <konrad.dybcio@somainline.org>,
Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Stephen Boyd <sboyd@kernel.org>,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2 1/3] dt-bindings: mfd: qcom,spmi-pmic: support more types
Date: Mon, 7 Nov 2022 09:07:23 +0000 [thread overview]
Message-ID: <Y2jKyyZqAssNiRNB@google.com> (raw)
In-Reply-To: <20221031173933.936147-1-luca@z3ntu.xyz>
On Mon, 31 Oct 2022, Luca Weiss wrote:
> * 'adc@' is either spmi-iadc or spmi-vadc
> * 'charger@' is either pm8941-charger or pm8941-coincell
> * 'usb-vbus-regulator@' is usb-vbus-regulator
> * 'vibrator@' is now in yaml format, so add it
>
> Signed-off-by: Luca Weiss <luca@z3ntu.xyz>
> ---
> Changes since v1:
> * Change dcdc@ to usb-vbus-regulator@
> * Link to pm8xxx-vib.yaml
>
> .../devicetree/bindings/mfd/qcom,spmi-pmic.yaml | 16 ++++++++++++++--
> 1 file changed, 14 insertions(+), 2 deletions(-)
I don't see the other 2 patches.
Is this okay to take on its own?
> diff --git a/Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.yaml b/Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.yaml
> index 777f2da52f1e..cf10d62ace54 100644
> --- a/Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.yaml
> +++ b/Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.yaml
> @@ -105,7 +105,9 @@ properties:
> patternProperties:
> "^adc@[0-9a-f]+$":
> type: object
> - $ref: /schemas/iio/adc/qcom,spmi-vadc.yaml#
> + oneOf:
> + - $ref: /schemas/iio/adc/qcom,spmi-iadc.yaml#
> + - $ref: /schemas/iio/adc/qcom,spmi-vadc.yaml#
>
> "^adc-tm@[0-9a-f]+$":
> type: object
> @@ -115,6 +117,12 @@ patternProperties:
> type: object
> additionalProperties: true # FIXME qcom,pm8916-wcd-analog-codec binding not converted yet
>
> + "^charger@[0-9a-f]+$":
> + type: object
> + oneOf:
> + - $ref: /schemas/power/supply/qcom,pm8941-charger.yaml#
> + - $ref: /schemas/power/supply/qcom,pm8941-coincell.yaml#
> +
> "extcon@[0-9a-f]+$":
> type: object
> $ref: /schemas/extcon/qcom,pm8941-misc.yaml#
> @@ -135,9 +143,13 @@ patternProperties:
> type: object
> $ref: /schemas/thermal/qcom,spmi-temp-alarm.yaml#
>
> + "^usb-vbus-regulator@[0-9a-f]+$":
> + type: object
> + $ref: /schemas/regulator/qcom,usb-vbus-regulator.yaml#
> +
> "^vibrator@[0-9a-f]+$":
> type: object
> - additionalProperties: true # FIXME qcom,pm8916-vib binding not converted yet
> + $ref: /schemas/input/qcom,pm8xxx-vib.yaml#
>
> "^mpps@[0-9a-f]+$":
> type: object
--
Lee Jones [李琼斯]
next prev parent reply other threads:[~2022-11-07 9:07 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-31 17:39 [PATCH v2 1/3] dt-bindings: mfd: qcom,spmi-pmic: support more types Luca Weiss
2022-10-31 17:39 ` [PATCH v2 2/3] regulator: dt-bindings: qcom,usb-vbus-regulator: change node name Luca Weiss
2022-10-31 17:45 ` Mark Brown
2022-11-02 10:38 ` Neil Armstrong
2022-11-02 15:41 ` Luca Weiss
2022-11-02 19:12 ` Krzysztof Kozlowski
2022-11-02 16:27 ` Rob Herring
2022-12-28 21:30 ` Luca Weiss
2022-12-29 17:57 ` Mark Brown
2022-12-29 18:11 ` Luca Weiss
2022-12-29 18:43 ` Mark Brown
2022-12-29 19:12 ` Luca Weiss
2022-10-31 17:39 ` [PATCH v2 3/3] arm64: dts: qcom: pm8150b: change vbus-regulator " Luca Weiss
2022-11-02 10:38 ` Neil Armstrong
2022-11-02 16:26 ` [PATCH v2 1/3] dt-bindings: mfd: qcom,spmi-pmic: support more types Rob Herring
2022-11-07 9:07 ` Lee Jones [this message]
2022-11-08 1:27 ` (subset) " Bjorn Andersson
2022-11-16 14:06 ` Lee Jones
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=Y2jKyyZqAssNiRNB@google.com \
--to=lee@kernel.org \
--cc=afd@ti.com \
--cc=agross@kernel.org \
--cc=andersson@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=konrad.dybcio@somainline.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=luca@z3ntu.xyz \
--cc=phone-devel@vger.kernel.org \
--cc=robh+dt@kernel.org \
--cc=sboyd@kernel.org \
--cc=~postmarketos/upstreaming@lists.sr.ht \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.