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

Commit 9d92758e authored by Mohammed Nayeem Ur Rahman's avatar Mohammed Nayeem Ur Rahman
Browse files

msm: rdbg: Add snapshot of remote debugger driver

The Remote Debugger driver allows a debugger running
on a host PC to communicate with a remotestub running
on peripheral subsystems.
This snapshot was taken as of msm-4.14 commit.

Change-Id: Ifd55af2bc94c9231c74b9f4df090381c9f7282c2
parent 8abbf01a
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
Qualcomm Technologies, Inc. Remote Debugger (RDBG) driver

Required properties:
-compatible : Should be one of
	To communicate with adsp
		qcom,smp2p-interrupt-rdbg-2-in (inbound)
		qcom,smp2p-interrupt-rdbg-2-out (outbound)
	To communicate with cdsp
		qcom,smp2p-interrupt-rdbg-5-in (inbound)
		qcom,smp2p-interrupt-rdbg-5-out (outbound)

Example:
	qcom,smp2p_interrupt_rdbg_2_in {
            compatible = "qcom,smp2p-interrupt-rdbg-2-in";
	};