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

Commit c1dfc9da authored by Sathish Ambley's avatar Sathish Ambley
Browse files

ARM: dts: msm: Add snapshot of remote debugger driver dt entry



This snapshot was taken as of msm-3.10 commit:
64bf9ca9a1146f7057c1d7771cd3a04de9bc9361
(Merge "msm: msm_bus: Provide valid input pointer argument").

Change-Id: I9a3cdd25c41a7d54bdb380be37734b4fde7b8f7e
Acked-by: default avatarVivek Iyer <viyer@qti.qualcomm.com>
Acked-by: default avatarMahesh Rohera <mrohera@qti.qualcomm.com>
Acked-by: default avatarJay Jayanna <jjayanna@qti.qualcomm.com>
Signed-off-by: default avatarSathish Ambley <sathishambley@codeaurora.org>
parent 53866b1c
Loading
Loading
Loading
Loading
+75 −0
Original line number Diff line number Diff line
/* Copyright (c) 2015, 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
 * only version 2 as published by the Free Software Foundation.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 */

&soc {
	smp2pgpio_rdbg_2_in: qcom,smp2pgpio-rdbg-2-in {
		compatible = "qcom,smp2pgpio";
		qcom,entry-name = "rdbg";
		qcom,remote-pid = <2>;
		qcom,is-inbound;
		gpio-controller;
		#gpio-cells = <2>;
		interrupt-controller;
		#interrupt-cells = <2>;
	};

	qcom,smp2pgpio_client_rdbg_2_in {
		compatible = "qcom,smp2pgpio_client_rdbg_2_in";
		gpios = <&smp2pgpio_rdbg_2_in 0 0>;
	};

	smp2pgpio_rdbg_2_out: qcom,smp2pgpio-rdbg-2-out {
		compatible = "qcom,smp2pgpio";
		qcom,entry-name = "rdbg";
		qcom,remote-pid = <2>;
		gpio-controller;
		#gpio-cells = <2>;
		interrupt-controller;
		#interrupt-cells = <2>;
	};

	qcom,smp2pgpio_client_rdbg_2_out {
		compatible = "qcom,smp2pgpio_client_rdbg_2_out";
		gpios = <&smp2pgpio_rdbg_2_out 0 0>;
	};

	smp2pgpio_rdbg_1_in: qcom,smp2pgpio-rdbg-1-in {
		compatible = "qcom,smp2pgpio";
		qcom,entry-name = "rdbg";
		qcom,remote-pid = <1>;
		qcom,is-inbound;
		gpio-controller;
		#gpio-cells = <2>;
		interrupt-controller;
		#interrupt-cells = <2>;
	};

	qcom,smp2pgpio_client_rdbg_1_in {
		compatible = "qcom,smp2pgpio_client_rdbg_1_in";
		gpios = <&smp2pgpio_rdbg_1_in 0 0>;
	};

	smp2pgpio_rdbg_1_out: qcom,smp2pgpio-rdbg-1-out {
		compatible = "qcom,smp2pgpio";
		qcom,entry-name = "rdbg";
		qcom,remote-pid = <1>;
		gpio-controller;
		#gpio-cells = <2>;
		interrupt-controller;
		#interrupt-cells = <2>;
	};

	qcom,smp2pgpio_client_rdbg_1_out {
		compatible = "qcom,smp2pgpio_client_rdbg_1_out";
		gpios = <&smp2pgpio_rdbg_1_out 0 0>;
	};
};
+1 −0
Original line number Diff line number Diff line
@@ -176,6 +176,7 @@
#include "msm8996-ipcrouter.dtsi"
#include "msm-gdsc-8996.dtsi"
#include "msm8996-bus.dtsi"
#include "msm-rdbg.dtsi"

&soc {
	#address-cells = <1>;