From: Bjorn Andersson <bjorn.andersson@linaro.org>
To: Iskren Chernev <iskren.chernev@gmail.com>
Cc: linux-arm-msm@vger.kernel.org,
Daniele Debernardi <drebrez@gmail.com>,
Andy Gross <agross@kernel.org>, Rob Herring <robh+dt@kernel.org>,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
~postmarketos/upstreaming@lists.sr.ht
Subject: Re: [PATCH 1/6] ARM: dts: qcom: msm8974: Add pma8084 regulator node
Date: Fri, 10 Apr 2020 18:36:27 -0700 [thread overview]
Message-ID: <20200411013627.GH576963@builder.lan> (raw)
In-Reply-To: <20200410023203.192048-2-iskren.chernev@gmail.com>
On Thu 09 Apr 19:31 PDT 2020, Iskren Chernev wrote:
> From: Daniele Debernardi <drebrez@gmail.com>
>
> The pma8084 regulator node is added with status disabled. It is used in
> the Samsung Galaxy S5 (klte) for various things including gpio keys,
> sdhci, usb, dsi
>
On the newer platforms we learned that the PMIC configuration wasn't
strictly tied to the platform.
I think we should migrate the older platforms as well (and your series
is an argument for doing this), so in line with that I think it would be
better if you moved this chunk to the klte dts (and squash it with the
second patch).
Regards,
Bjorn
> Signed-off-by: Daniele Debernardi <drebrez@gmail.com>
> ---
> arch/arm/boot/dts/qcom-msm8974.dtsi | 53 +++++++++++++++++++++++++++++
> 1 file changed, 53 insertions(+)
>
> diff --git a/arch/arm/boot/dts/qcom-msm8974.dtsi b/arch/arm/boot/dts/qcom-msm8974.dtsi
> index 2ea2308d91b3..fdb93138be25 100644
> --- a/arch/arm/boot/dts/qcom-msm8974.dtsi
> +++ b/arch/arm/boot/dts/qcom-msm8974.dtsi
> @@ -1600,6 +1600,59 @@ pm8941-regulators {
> pm8941_lvs2: lvs2 {};
> pm8941_lvs3: lvs3 {};
> };
> +
> + pma8084-regulators {
> + compatible = "qcom,rpm-pma8084-regulators";
> + status = "disabled";
> +
> + pma8084_s1: s1 {};
> + pma8084_s2: s2 {};
> + pma8084_s3: s3 {};
> + pma8084_s4: s4 {};
> + pma8084_s5: s5 {};
> + pma8084_s6: s6 {};
> + pma8084_s7: s7 {};
> + pma8084_s8: s8 {};
> + pma8084_s9: s9 {};
> + pma8084_s10: s10 {};
> + pma8084_s11: s11 {};
> + pma8084_s12: s12 {};
> +
> + pma8084_l1: l1 {};
> + pma8084_l2: l2 {};
> + pma8084_l3: l3 {};
> + pma8084_l4: l4 {};
> + pma8084_l5: l5 {};
> + pma8084_l6: l6 {};
> + pma8084_l7: l7 {};
> + pma8084_l8: l8 {};
> + pma8084_l9: l9 {};
> + pma8084_l10: l10 {};
> + pma8084_l11: l11 {};
> + pma8084_l12: l12 {};
> + pma8084_l13: l13 {};
> + pma8084_l14: l14 {};
> + pma8084_l15: l15 {};
> + pma8084_l16: l16 {};
> + pma8084_l17: l17 {};
> + pma8084_l18: l18 {};
> + pma8084_l19: l19 {};
> + pma8084_l20: l20 {};
> + pma8084_l21: l21 {};
> + pma8084_l22: l22 {};
> + pma8084_l23: l23 {};
> + pma8084_l24: l24 {};
> + pma8084_l25: l25 {};
> + pma8084_l26: l26 {};
> + pma8084_l27: l27 {};
> +
> + pma8084_lvs1: lvs1 {};
> + pma8084_lvs2: lvs2 {};
> + pma8084_lvs3: lvs3 {};
> + pma8084_lvs4: lvs4 {};
> +
> + pma8084_5vs1: 5vs1 {};
> + };
> };
> };
> };
> --
> 2.26.0
>
next prev parent reply other threads:[~2020-04-11 1:36 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-10 2:31 [PATCH 0/6] ARM: dts: qcom: klte: Add support for hw keys, flash and usb Iskren Chernev
2020-04-10 2:31 ` [PATCH 1/6] ARM: dts: qcom: msm8974: Add pma8084 regulator node Iskren Chernev
2020-04-11 1:36 ` Bjorn Andersson [this message]
2020-04-10 2:31 ` [PATCH 2/6] ARM: dts: qcom: msm8974-klte: Add regulator nodes Iskren Chernev
2020-04-10 2:32 ` [PATCH 3/6] ARM: dts: qcom: msm8974-klte: Add gpio-keys nodes Iskren Chernev
2020-04-10 2:32 ` [PATCH 4/6] ARM: dts: qcom: msm8974-klte: Add sdhci1 node Iskren Chernev
2020-04-10 2:32 ` [PATCH 5/6] ARM: dts: qcom: msm8974-klte: Remove inherited vreg_boost node Iskren Chernev
2020-04-11 1:38 ` Bjorn Andersson
2020-04-11 17:21 ` Iskren Chernev
2020-04-10 2:32 ` [PATCH 6/6] ARM: dts: qcom: msm8974-klte: Add USB node Iskren Chernev
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=20200411013627.GH576963@builder.lan \
--to=bjorn.andersson@linaro.org \
--cc=agross@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=drebrez@gmail.com \
--cc=iskren.chernev@gmail.com \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=robh+dt@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.