From: Konrad Dybcio <konrad.dybcio@linaro.org>
To: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>,
Andy Gross <agross@kernel.org>,
Bjorn Andersson <andersson@kernel.org>,
Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>
Cc: linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org
Subject: Re: [PATCH v2 09/27] ARM: dts: qcom: msm8660: fix PMIC node labels
Date: Mon, 3 Jul 2023 13:47:17 +0200 [thread overview]
Message-ID: <e6543c15-dee8-538c-a686-a4cf5d2b1058@linaro.org> (raw)
In-Reply-To: <20230702134320.98831-10-dmitry.baryshkov@linaro.org>
On 2.07.2023 15:43, Dmitry Baryshkov wrote:
> Change PM8058 node labels to start with pm8058_ prefix, following other
> Qualcomm PMIC device nodes.
>
> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
> ---
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Konrad
> .../boot/dts/qcom/qcom-apq8060-dragonboard.dts | 4 ++--
> arch/arm/boot/dts/qcom/qcom-msm8660.dtsi | 16 ++++++++--------
> 2 files changed, 10 insertions(+), 10 deletions(-)
>
> diff --git a/arch/arm/boot/dts/qcom/qcom-apq8060-dragonboard.dts b/arch/arm/boot/dts/qcom/qcom-apq8060-dragonboard.dts
> index db4c791b2e2f..48fd1a1feea3 100644
> --- a/arch/arm/boot/dts/qcom/qcom-apq8060-dragonboard.dts
> +++ b/arch/arm/boot/dts/qcom/qcom-apq8060-dragonboard.dts
> @@ -72,7 +72,7 @@ cm3605 {
> /* Trig on both edges - getting close or far away */
> interrupts-extended = <&pm8058_gpio 34 IRQ_TYPE_EDGE_BOTH>;
> /* MPP05 analog input to the XOADC */
> - io-channels = <&xoadc 0x00 0x05>;
> + io-channels = <&pm8058_xoadc 0x00 0x05>;
> io-channel-names = "aout";
> pinctrl-names = "default";
> pinctrl-0 = <&dragon_cm3605_gpios>, <&dragon_cm3605_mpps>;
> @@ -945,7 +945,7 @@ irq-pins {
> };
> };
>
> -&xoadc {
> +&pm8058_xoadc {
> /* Reference voltage 2.2 V */
> xoadc-ref-supply = <&pm8058_l18>;
>
> diff --git a/arch/arm/boot/dts/qcom/qcom-msm8660.dtsi b/arch/arm/boot/dts/qcom/qcom-msm8660.dtsi
> index 78023ed2fdf7..9217ced108c4 100644
> --- a/arch/arm/boot/dts/qcom/qcom-msm8660.dtsi
> +++ b/arch/arm/boot/dts/qcom/qcom-msm8660.dtsi
> @@ -80,13 +80,13 @@ sleep-clk {
> */
> iio-hwmon {
> compatible = "iio-hwmon";
> - io-channels = <&xoadc 0x00 0x01>, /* Battery */
> - <&xoadc 0x00 0x02>, /* DC in (charger) */
> - <&xoadc 0x00 0x04>, /* VPH the main system voltage */
> - <&xoadc 0x00 0x0b>, /* Die temperature */
> - <&xoadc 0x00 0x0c>, /* Reference voltage 1.25V */
> - <&xoadc 0x00 0x0d>, /* Reference voltage 0.625V */
> - <&xoadc 0x00 0x0e>; /* Reference voltage 0.325V */
> + io-channels = <&pm8058_xoadc 0x00 0x01>, /* Battery */
> + <&pm8058_xoadc 0x00 0x02>, /* DC in (charger) */
> + <&pm8058_xoadc 0x00 0x04>, /* VPH the main system voltage */
> + <&pm8058_xoadc 0x00 0x0b>, /* Die temperature */
> + <&pm8058_xoadc 0x00 0x0c>, /* Reference voltage 1.25V */
> + <&pm8058_xoadc 0x00 0x0d>, /* Reference voltage 0.625V */
> + <&pm8058_xoadc 0x00 0x0e>; /* Reference voltage 0.325V */
> };
>
> soc: soc {
> @@ -390,7 +390,7 @@ pm8058_keypad: keypad@148 {
> row-hold = <91500>;
> };
>
> - xoadc: xoadc@197 {
> + pm8058_xoadc: xoadc@197 {
> compatible = "qcom,pm8058-adc";
> reg = <0x197>;
> interrupts-extended = <&pm8058 76 IRQ_TYPE_EDGE_RISING>;
next prev parent reply other threads:[~2023-07-03 11:47 UTC|newest]
Thread overview: 42+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-02 13:42 [PATCH v2 00/27] ARM: dts: qcom: cleanup PMIC usage Dmitry Baryshkov
2023-07-02 13:42 ` [PATCH v2 01/27] ARM: dts: qcom: apq8064: correct XOADC register address Dmitry Baryshkov
2023-07-02 13:42 ` [PATCH v2 02/27] ARM: dts: qcom: msm8960: introduce label for PMIC keypad Dmitry Baryshkov
2023-07-02 13:42 ` [PATCH v2 03/27] ARM: dts: qcom: msm8660-surf: use keypad label directly Dmitry Baryshkov
2023-07-02 13:42 ` [PATCH v2 04/27] ARM: dts: qcom: apq8064-nexus7: move sdcc1 node to proper place Dmitry Baryshkov
2023-07-02 13:42 ` [PATCH v2 05/27] ARM: dts: qcom: mdm9615-wp8548-mangoh-green: group include clauses Dmitry Baryshkov
2023-07-02 13:42 ` [PATCH v2 06/27] ARM: dts: qcom: strip prefix from PMIC files Dmitry Baryshkov
2023-07-02 13:43 ` [PATCH v2 07/27] ARM: dts: qcom: apq8064: fix PMIC node labels Dmitry Baryshkov
2023-07-03 11:46 ` Konrad Dybcio
2023-07-02 13:43 ` [PATCH v2 08/27] ARM: dts: qcom: mdm9615: " Dmitry Baryshkov
2023-07-03 11:46 ` Konrad Dybcio
2023-07-02 13:43 ` [PATCH v2 09/27] ARM: dts: qcom: msm8660: " Dmitry Baryshkov
2023-07-03 11:47 ` Konrad Dybcio [this message]
2023-07-02 13:43 ` [PATCH v2 10/27] ARM: dts: qcom: msm8960: " Dmitry Baryshkov
2023-07-03 11:47 ` Konrad Dybcio
2023-07-02 13:43 ` [PATCH v2 11/27] ARM: dts: qcom: msm8960: split PMIC to separate dtsi files Dmitry Baryshkov
2023-07-03 11:49 ` Konrad Dybcio
2023-07-02 13:43 ` [PATCH v2 12/27] ARM: dts: qcom: apq8064: split PMICs " Dmitry Baryshkov
2023-07-02 13:43 ` [PATCH v2 13/27] ARM: dts: qcom: mdm9615: split PMIC " Dmitry Baryshkov
2023-07-02 13:43 ` [PATCH v2 14/27] ARM: dts: qcom: msm8660: " Dmitry Baryshkov
2023-07-02 13:43 ` [PATCH v2 15/27] ARM: dts: qcom: pm8058: reorder nodes Dmitry Baryshkov
2023-07-03 11:51 ` Konrad Dybcio
2023-07-02 13:43 ` [PATCH v2 16/27] ARM: dts: qcom: pm8921: " Dmitry Baryshkov
2023-07-03 11:52 ` Konrad Dybcio
2023-07-02 13:43 ` [PATCH v2 17/27] ARM: dts: qcom: pm8018: move reg property Dmitry Baryshkov
2023-07-03 11:52 ` Konrad Dybcio
2023-07-02 13:43 ` [PATCH v2 18/27] ARM: dts: qcom: pm8921: " Dmitry Baryshkov
2023-07-03 11:52 ` Konrad Dybcio
2023-07-02 13:43 ` [PATCH v2 19/27] ARM: dts: qcom: pm8058: use defined IRQ flags Dmitry Baryshkov
2023-07-03 11:53 ` Konrad Dybcio
2023-07-02 13:43 ` [PATCH v2 20/27] ARM: dts: qcom: pm8921: switch to interrupts-extended Dmitry Baryshkov
2023-07-03 11:53 ` Konrad Dybcio
2023-07-02 13:43 ` [PATCH v2 21/27] ARM: dts: qcom: pm8018: " Dmitry Baryshkov
2023-07-03 11:53 ` Konrad Dybcio
2023-07-02 13:43 ` [PATCH v2 22/27] ARM: dts: qcom: pm8058: " Dmitry Baryshkov
2023-07-03 11:54 ` Konrad Dybcio
2023-07-02 13:43 ` [PATCH v2 23/27] ARM: dts: qcom: apq8064: move RPM regulators to board files Dmitry Baryshkov
2023-07-02 13:43 ` [PATCH v2 24/27] ARM: dts: qcom: mdm9615: " Dmitry Baryshkov
2023-07-02 13:43 ` [PATCH v2 25/27] ARM: dts: qcom: msm8660: " Dmitry Baryshkov
2023-07-02 13:43 ` [PATCH v2 26/27] ARM: dts: qcom: msm8960: drop useless rpm regulators node Dmitry Baryshkov
2023-07-02 13:43 ` [PATCH v2 27/27] ARM: dts: qcom: msm8974: move regulators to board files Dmitry Baryshkov
2023-07-04 14:08 ` Konrad Dybcio
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=e6543c15-dee8-538c-a686-a4cf5d2b1058@linaro.org \
--to=konrad.dybcio@linaro.org \
--cc=agross@kernel.org \
--cc=andersson@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dmitry.baryshkov@linaro.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=robh+dt@kernel.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox