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

Commit 66861941 authored by Yuanfang Zhang's avatar Yuanfang Zhang
Browse files

ARM: dts: msm: disable video_cpu0 cti and wcn_cpu0 cti



Video_cpu0 and wcn_cpu0 cti registers are not directly accessible from
kernel side, so disable them.

Change-Id: Ib5387763737f33d01a9bf4a4be78cede6837907b
Signed-off-by: default avatarYuanfang Zhang <zhangyuanfang@codeaurora.org>
parent 602b9339
Loading
Loading
Loading
Loading
+7 −5
Original line number Diff line number Diff line
/*
 * Copyright (c) 2015-2016, 2018, The Linux Foundation. All rights reserved.
 * Copyright (c) 2015-2016, 2018, 2020, 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
@@ -987,28 +987,30 @@
	};

	/* Venus CTI */
	cti_video_cpu0: cti@6134000 {
	cti_video_cpu0: cti@6035000 {
		compatible = "arm,primecell";
		arm,primecell-periphid = <0x0003b966>;

		reg = <0x6134000 0x1000>;
		reg = <0x6035000 0x1000>;
		reg-names = "cti-base";
		coresight-name = "coresight-cti-video-cpu0";

		status = "disabled";
		clocks = <&clock_gcc clk_qdss_clk>,
			 <&clock_gcc clk_qdss_a_clk>;
		clock-names = "apb_pclk";
	};

	/* Pronto CTI */
	cti_wcn_cpu0: cti@6139000 {
	cti_wcn_cpu0: cti@6039000 {
		compatible = "arm,primecell";
		arm,primecell-periphid = <0x0003b966>;

		reg = <0x6139000 0x1000>;
		reg = <0x6039000 0x1000>;
		reg-names = "cti-base";
		coresight-name = "coresight-cti-wcn-cpu0";

		status = "disabled";
		clocks = <&clock_gcc clk_qdss_clk>,
			 <&clock_gcc clk_qdss_a_clk>;
		clock-names = "apb_pclk";