Skip to content

Commit

Permalink
arm64: dts: qcom: pm8004: Enable the PMIC peripherals by default
Browse files Browse the repository at this point in the history
It makes no sense to require one more step to enable the PMIC features.
If the PMIC is present, it already has to be explicitly #included anyway.

Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org>
Link: https://lore.kernel.org/r/20210225213842.117694-1-konrad.dybcio@somainline.org
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
  • Loading branch information
Konrad Dybcio authored and Bjorn Andersson committed Aug 5, 2021
1 parent 39d66a2 commit 8dc7dba
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/arm64/boot/dts/qcom/pm8004.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,13 @@
reg = <0x4 SPMI_USID>;
#address-cells = <1>;
#size-cells = <0>;
status = "disabled";
};

pm8004_lsid5: pmic@5 {
compatible = "qcom,pm8004", "qcom,spmi-pmic";
reg = <0x5 SPMI_USID>;
#address-cells = <1>;
#size-cells = <0>;
status = "disabled";

pm8004_spmi_regulators: regulators {
compatible = "qcom,pm8004-regulators";
Expand Down

0 comments on commit 8dc7dba

Please sign in to comment.