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

Commit 6674ea66 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: rdbg: Add snapshot of remote debugger driver"

parents 9ae18592 9d92758e
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";
	};