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.
Change-Id: Iec11cd246f86e35d0330103143182c6aee94959e
Signed-off-by: Shilpa Suresh <quic_c_sbsure@quicinc.com>
This commit is contained in:
@@ -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>;
|
||||
|
||||
|
Reference in New Issue
Block a user