ARM: dts: msm: Enable PM8010 nodes for Ravelin

Compatible strings for the PM8008 chip and PM8010 regulator nodes
were removed during the bulk DT porting for Ravelin on qcom-6.6
device-tree branch
'commit 1b78f8027a ("ARM: dts: msm: Add initial device tree
for ravelin")'.
Add them back to enable the PM8010 regulator support.

While at it, remove the PM8010's REVID device node references as
they are not required for Ravelin.

Signed-off-by: Shilpa Suresh <quic_c_sbsure@quicinc.com>
Signed-off-by: Bruce Levy <quic_blevy@quicinc.com>
Change-Id: Id151f80718a56d78e581e7cb571978fb980b0dad
This commit is contained in:
Shilpa Suresh
2024-07-16 13:08:01 +05:30
committed by Bruce Levy
parent 0aa1c814bb
commit 95c5560197

View File

@@ -483,16 +483,13 @@
pinctrl-0 = <&pm8010m_active>;
pm8010-chip@900 {
compatible = "qcom,pm8008-chip";
reg = <0x900>;
PM8010M_EN: qcom,pm8008-chip-en {
regulator-name = "pm8010m-chip-en";
};
};
qcom,revid@100 {
reg = <0x100>;
};
};
pm8010m@9 {
@@ -502,6 +499,7 @@
#size-cells = <0>;
qcom,pm8010m-regulator {
compatible = "qcom,pm8010-regulator";
#address-cells = <1>;
#size-cells = <0>;
@@ -570,16 +568,13 @@
pinctrl-0 = <&pm8010n_active>;
pm8010-chip@900 {
compatible = "qcom,pm8008-chip";
reg = <0x900>;
PM8010N_EN: qcom,pm8008-chip-en {
regulator-name = "pm8010n-chip-en";
};
};
qcom,revid@100 {
reg = <0x100>;
};
};
pm8010n@d {
@@ -589,6 +584,7 @@
#size-cells = <0>;
qcom,pm8010n-regulator {
compatible = "qcom,pm8010-regulator";
#address-cells = <1>;
#size-cells = <0>;