Commit c6d86aa8 authored by Dmitry Baryshkov's avatar Dmitry Baryshkov Committed by Bjorn Andersson

ARM: dts: qcom: msm8660: fix PMIC node labels

Change PM8058 node labels to start with pm8058_ prefix, following other
Qualcomm PMIC device nodes.
Reviewed-by: default avatarKonrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: default avatarDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://lore.kernel.org/r/20230928110309.1212221-11-dmitry.baryshkov@linaro.orgSigned-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent 0e4688cd
...@@ -71,7 +71,7 @@ cm3605 { ...@@ -71,7 +71,7 @@ cm3605 {
/* Trig on both edges - getting close or far away */ /* Trig on both edges - getting close or far away */
interrupts-extended = <&pm8058_gpio 34 IRQ_TYPE_EDGE_BOTH>; interrupts-extended = <&pm8058_gpio 34 IRQ_TYPE_EDGE_BOTH>;
/* MPP05 analog input to the XOADC */ /* MPP05 analog input to the XOADC */
io-channels = <&xoadc 0x00 0x05>; io-channels = <&pm8058_xoadc 0x00 0x05>;
io-channel-names = "aout"; io-channel-names = "aout";
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&dragon_cm3605_gpios>, <&dragon_cm3605_mpps>; pinctrl-0 = <&dragon_cm3605_gpios>, <&dragon_cm3605_mpps>;
...@@ -944,7 +944,7 @@ irq-pins { ...@@ -944,7 +944,7 @@ irq-pins {
}; };
}; };
&xoadc { &pm8058_xoadc {
/* Reference voltage 2.2 V */ /* Reference voltage 2.2 V */
xoadc-ref-supply = <&pm8058_l18>; xoadc-ref-supply = <&pm8058_l18>;
......
...@@ -80,13 +80,13 @@ sleep-clk { ...@@ -80,13 +80,13 @@ sleep-clk {
*/ */
iio-hwmon { iio-hwmon {
compatible = "iio-hwmon"; compatible = "iio-hwmon";
io-channels = <&xoadc 0x00 0x01>, /* Battery */ io-channels = <&pm8058_xoadc 0x00 0x01>, /* Battery */
<&xoadc 0x00 0x02>, /* DC in (charger) */ <&pm8058_xoadc 0x00 0x02>, /* DC in (charger) */
<&xoadc 0x00 0x04>, /* VPH the main system voltage */ <&pm8058_xoadc 0x00 0x04>, /* VPH the main system voltage */
<&xoadc 0x00 0x0b>, /* Die temperature */ <&pm8058_xoadc 0x00 0x0b>, /* Die temperature */
<&xoadc 0x00 0x0c>, /* Reference voltage 1.25V */ <&pm8058_xoadc 0x00 0x0c>, /* Reference voltage 1.25V */
<&xoadc 0x00 0x0d>, /* Reference voltage 0.625V */ <&pm8058_xoadc 0x00 0x0d>, /* Reference voltage 0.625V */
<&xoadc 0x00 0x0e>; /* Reference voltage 0.325V */ <&pm8058_xoadc 0x00 0x0e>; /* Reference voltage 0.325V */
}; };
soc: soc { soc: soc {
...@@ -390,7 +390,7 @@ pm8058_keypad: keypad@148 { ...@@ -390,7 +390,7 @@ pm8058_keypad: keypad@148 {
row-hold = <91500>; row-hold = <91500>;
}; };
xoadc: xoadc@197 { pm8058_xoadc: xoadc@197 {
compatible = "qcom,pm8058-adc"; compatible = "qcom,pm8058-adc";
reg = <0x197>; reg = <0x197>;
interrupts-extended = <&pm8058 76 IRQ_TYPE_EDGE_RISING>; interrupts-extended = <&pm8058 76 IRQ_TYPE_EDGE_RISING>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment