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

Commit 6b716355 authored by Kumar Gala's avatar Kumar Gala
Browse files

msm: mpm_ctr: Rename "qti" device tree prefix back to "qcom"



Rename properties and compatible strings to return to the old
naming convention.

Change-Id: I4013e97665415779365d930622c88283bbd56a00
Signed-off-by: default avatarKumar Gala <galak@codeaurora.org>
parent 04d0baae
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@ driver provides an api to get this value.

The required nodes for the MPM timetick counter driver are:

- compatible: "qti,mpm2-sleep-counter"
- compatible: "qcom,mpm2-sleep-counter"
- reg: Specifies the physical address of the timetick count register.
- clock-frequency: the physical counter frequency.

Example:
	qti,mpm2-sleep-counter@fc4a3000 {
		compatible = "qti,mpm2-sleep-counter";
	qcom,mpm2-sleep-counter@fc4a3000 {
		compatible = "qcom,mpm2-sleep-counter";
		reg = <0xfc4a3000 0x1000>;
		clock-frequency = <32768>;
	};
+2 −2
Original line number Diff line number Diff line
@@ -158,8 +158,8 @@
		};
	};

	qti,mpm2-sleep-counter@fc4a3000 {
		compatible = "qti,mpm2-sleep-counter";
	qcom,mpm2-sleep-counter@fc4a3000 {
		compatible = "qcom,mpm2-sleep-counter";
		reg = <0xfc4a3000 0x1000>;
		clock-frequency = <32768>;
	};
+2 −2
Original line number Diff line number Diff line
@@ -98,8 +98,8 @@
		qcom,direct-connect-irqs = <8>;
	};

	qti,mpm2-sleep-counter@fc4a3000 {
		compatible = "qti,mpm2-sleep-counter";
	qcom,mpm2-sleep-counter@fc4a3000 {
		compatible = "qcom,mpm2-sleep-counter";
		reg = <0xfc4a3000 0x1000>;
		clock-frequency = <32768>;
	};
+2 −2
Original line number Diff line number Diff line
@@ -88,8 +88,8 @@
		interrupt-names = "cdc-int";
	};

	qti,mpm2-sleep-counter@fc4a3000 {
		compatible = "qti,mpm2-sleep-counter";
	qcom,mpm2-sleep-counter@fc4a3000 {
		compatible = "qcom,mpm2-sleep-counter";
		reg = <0xfc4a3000 0x1000>;
		clock-frequency = <32768>;
	};
+2 −2
Original line number Diff line number Diff line
@@ -256,8 +256,8 @@
	};


	qti,mpm2-sleep-counter@fc4a3000 {
		compatible = "qti,mpm2-sleep-counter";
	qcom,mpm2-sleep-counter@fc4a3000 {
		compatible = "qcom,mpm2-sleep-counter";
		reg = <0xfc4a3000 0x1000>;
		clock-frequency = <32768>;
	};
Loading