Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 98011a79 authored by Murali Nalajala's avatar Murali Nalajala
Browse files

msm: msm-pm: Remove outer cache functions



Remove outer cache functions to do cache maintenance
operations because all the newer targets having the
integrated cache controller and cache operations are
done by standard cache maintenance functions.

Change-Id: Iaeaf5bc85ea629b89efabb1d3ea8cc9aa97f9790
Signed-off-by: default avatarMurali Nalajala <mnalajal@codeaurora.org>
parent 6a7d6fe7
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -17,11 +17,6 @@ The optional properties are:

- reg: physical IMEM address reserved for PC counters and the size
- qcom,use-sync-timer: Indicates whether the target uses the synchronized QTimer.
- qcom,pc-mode: Indicates the type of power collapse used by the target. The
           valid values for this are:
	"tz_l2_int"  (Power collapse terminates in TZ; integrated L2 cache controller)
	"no_tz_l2_ext", (Power collapse doesn't terminate in TZ; external L2 cache controller)
	"tz_l2_ext"  (Power collapse terminates in TZ; external L2 cache controller)
- qcom,saw-turns-off-pll: Version of SAW2.1 or can turn off the HFPLL, when
	doing power collapse and so the core need to switch to Global PLL before
	PC.
@@ -34,6 +29,5 @@ Example:
qcom,pm@fe800664 {
		compatible = "qcom,pm";
		reg = <0xfe800664 0x40>;
		qcom,pc-mode = "tz_l2_int";
		qcom,use-sync-timer;
	};
+0 −1
Original line number Diff line number Diff line
@@ -333,7 +333,6 @@
		#size-cells = <1>;
		ranges;
		reg = <0xfe805664 0x40>;
		qcom,pc-mode = "tz_l2_int";
		qcom,use-sync-timer;

		qcom,pm-snoc-client {
+0 −1
Original line number Diff line number Diff line
@@ -185,7 +185,6 @@
	qcom,pm@fe805664 {
		compatible = "qcom,pm";
		reg = <0xfe805664 0x40>;
		qcom,pc-mode = "tz_l2_ext";
		qcom,use-sync-timer;
		qcom,synced-clocks;
	};
+0 −1
Original line number Diff line number Diff line
@@ -296,7 +296,6 @@
	qcom,pm@fe805664 {
		compatible = "qcom,pm";
		reg = <0xfe805664 0x40>;
		qcom,pc-mode = "tz_l2_int";
		qcom,use-sync-timer;
		qcom,pc-resets-timer;
		qcom,synced-clocks;
+0 −1
Original line number Diff line number Diff line
@@ -308,7 +308,6 @@
	qcom,pm@fe805664 {
		compatible = "qcom,pm";
		reg = <0xfe805664 0x40>;
		qcom,pc-mode = "tz_l2_int";
		qcom,use-sync-timer;
		qcom,pc-resets-timer;
		qcom,synced-clocks;
Loading