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

Commit 65d7ef01 authored by Kumar Gala's avatar Kumar Gala
Browse files

msm: Change vendor name from 'qcom' to 'qti' for imem



As we have recently moved to use 'qti' as vendor name reflect
that change for all imem related code.

Change-Id: I544c9bc2bd96b1874d35378c2a454390e9b2e92b
Signed-off-by: default avatarKumar Gala <galak@codeaurora.org>
parent 0023b20a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -4,12 +4,12 @@ IMEM is fast on-chip memory used for various debug features and dma transactions

Required properties

-compatible: "qcom,msm-imem"
-compatible: "qti,msm-imem"
-reg: start address and size of imem memory

Example:

	qcom,msm-imem {
		compatible = "qcom,msm-imem";
	qti,msm-imem {
		compatible = "qti,msm-imem";
		reg = <0xdeadbeef 0x1000>; /* < start_address size > */
	};
+2 −2
Original line number Diff line number Diff line
@@ -250,8 +250,8 @@
		rpm-channel-type = <15>; /* SMD_APPS_RPM */
	};

        qcom,msm-imem@fe805000 {
                compatible = "qcom,msm-imem";
        qti,msm-imem@fe805000 {
                compatible = "qti,msm-imem";
                reg = <0xfe805000 0x1000>; /* Address and size of IMEM */
	};

+2 −2
Original line number Diff line number Diff line
@@ -283,8 +283,8 @@
		interrupts = <1 7 0xf00>;
	};

	qcom,msm-imem@fe805000 {
		compatible = "qcom,msm-imem";
	qti,msm-imem@fe805000 {
		compatible = "qti,msm-imem";
		reg = <0xfe805000 0x1000>; /* Address and size of IMEM */
	};

+2 −2
Original line number Diff line number Diff line
@@ -171,8 +171,8 @@
		status = "disabled";
	};

	qcom,msm-imem@fe805000 {
                compatible = "qcom,msm-imem";
	qti,msm-imem@fe805000 {
                compatible = "qti,msm-imem";
                reg = <0xfe805000 0x1000>; /* Address and size of IMEM */
	};

+2 −2
Original line number Diff line number Diff line
@@ -238,8 +238,8 @@
		status = "disabled";
	};

	qcom,msm-imem@fe805000 {
		compatible = "qcom,msm-imem";
	qti,msm-imem@fe805000 {
		compatible = "qti,msm-imem";
		reg = <0xfe805000 0x1000>; /* Address and size of IMEM */
	};

Loading