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

ARM: dts: qcom: apq8064: drop unit ids from PMIC nodes

On APQ8064 the PMICs are connected using SSBI devices, which do not have
any addressing scheme. Drop the unused unit ids from PMIC device nodes.
Signed-off-by: default avatarDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reviewed-by: default avatarNeil Armstrong <neil.armstrong@linaro.org>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20220930185236.867655-14-dmitry.baryshkov@linaro.org
parent 967b4b52
...@@ -672,7 +672,7 @@ ssbi@c00000 { ...@@ -672,7 +672,7 @@ ssbi@c00000 {
reg = <0x00c00000 0x1000>; reg = <0x00c00000 0x1000>;
qcom,controller-type = "pmic-arbiter"; qcom,controller-type = "pmic-arbiter";
pm8821: pmic@1 { pm8821: pmic {
compatible = "qcom,pm8821"; compatible = "qcom,pm8821";
interrupt-parent = <&tlmm_pinmux>; interrupt-parent = <&tlmm_pinmux>;
interrupts = <76 IRQ_TYPE_LEVEL_LOW>; interrupts = <76 IRQ_TYPE_LEVEL_LOW>;
...@@ -698,7 +698,7 @@ qcom,ssbi@500000 { ...@@ -698,7 +698,7 @@ qcom,ssbi@500000 {
reg = <0x00500000 0x1000>; reg = <0x00500000 0x1000>;
qcom,controller-type = "pmic-arbiter"; qcom,controller-type = "pmic-arbiter";
pmicintc: pmic@0 { pmicintc: pmic {
compatible = "qcom,pm8921"; compatible = "qcom,pm8921";
interrupt-parent = <&tlmm_pinmux>; interrupt-parent = <&tlmm_pinmux>;
interrupts = <74 8>; interrupts = <74 8>;
......
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