Skip to content

Commit

Permalink
qualcommax: fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
breeze303 committed Apr 1, 2024
1 parent 569c300 commit 0ebfaea
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

#include "ipq6018.dtsi"
#include "ipq6018-ess.dtsi"
#include "ipq6018-cp-cpu.dtsi"
#include "ipq6018-cpufreq.dtsi"
#include "ipq6018-256m.dtsi"
#include "ipq6018-nss.dtsi"
Expand Down Expand Up @@ -233,4 +232,20 @@
&wifi {
status = "okay";
qcom,ath11k-fw-memory-mode = <2>;
};
};

&CPU0 {
/delete-property/ cpu-supply;
};

&CPU1 {
/delete-property/ cpu-supply;
};

&CPU2 {
/delete-property/ cpu-supply;
};

&CPU3 {
/delete-property/ cpu-supply;
};
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
/dts-v1/;

#include "ipq6018.dtsi"
#include "ipq6018-cpr-regulator.dtsi"
#include "ipq6018-cp-cpu.dtsi"
#include "ipq6018-ess.dtsi"
#include "ipq6018-nss.dtsi"
Expand Down

0 comments on commit 0ebfaea

Please sign in to comment.