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

Commit 7d93e946 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: msm-pm: Remove outer cache functions"

parents 73ecde12 98011a79
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