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

Commit 2dbb824a authored by Satya Durga Srinivasu Prabhala's avatar Satya Durga Srinivasu Prabhala
Browse files

ARM: msm: Clean up sensor ADSP driver; OCMEM is no longer used



OCMEM is no longer used, hence, removing OCMEM related code from the
ADSP driver.

Change-Id: I2657923d02c462380c8d57a47493d93f073a566a
Acked-by: default avatarKevin Smith <smithk@qti.qualcomm.com>
Signed-off-by: default avatarSatya Durga Srinivasu Prabhala <satyap@codeaurora.org>
parent 90d52535
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -3,17 +3,9 @@
Required properties:

 - compatible:	"qcom,msm-adsp-sensors"
 - qcom,src-id:	Master port id
 - qcom,dst-id:	Slave port id
 - qcom,ab:	Arbitrated bandwidth in bytes/s
 - qcom,ib:	Instantaneous bandwidth in bytes/s

Example:

	qcom,msm-adsp-sensors {
		compatible = "qcom,msm-adsp-sensors";
		qcom,src-id = <11>;
		qcom,dst-id = <604>;
		qcom,ab = <209715200>;
		qcom,ib = <471859200>;
	};
+0 −4
Original line number Diff line number Diff line
@@ -3167,10 +3167,6 @@

	qcom,msm-adsp-sensors {
		compatible = "qcom,msm-adsp-sensors";
		qcom,src-id = <11>;
		qcom,dst-id = <604>;
		qcom,ab = <32505856>;
		qcom,ib = <32505856>;
	};

	sound {
+0 −4
Original line number Diff line number Diff line
@@ -681,10 +681,6 @@

	qcom,msm-adsp-sensors {
		compatible = "qcom,msm-adsp-sensors";
		qcom,src-id = <11>;
		qcom,dst-id = <604>;
		qcom,ab = <32505856>;
		qcom,ib = <32505856>;
	};

	qcom,wdt@f9017000 {
+0 −4
Original line number Diff line number Diff line
@@ -1972,10 +1972,6 @@

	qcom,msm-adsp-sensors {
		compatible = "qcom,msm-adsp-sensors";
		qcom,src-id = <11>;
		qcom,dst-id = <604>;
		qcom,ab = <32505856>;
		qcom,ib = <32505856>;
	};

	qcom,mss@fc880000 {
+1 −5
Original line number Diff line number Diff line
/* Copyright (c) 2013, The Linux Foundation. All rights reserved.
/* Copyright (c) 2013-2014, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -1788,10 +1788,6 @@

	qcom,msm-adsp-sensors {
		compatible = "qcom,msm-adsp-sensors";
		qcom,src-id = <11>;
		qcom,dst-id = <604>;
		qcom,ab = <32505856>;
		qcom,ib = <32505856>;
	};

	qseecom: qcom,qseecom@7b00000 {
Loading