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

Commit f908c101 authored by Raghavendra Rao Ananta's avatar Raghavendra Rao Ananta
Browse files

soc: qcom: of_proxy_consumer: Add "qcom,jtagv8-mm"



Add "qcom,jtagv8-mm" to the list of proxy consumers, such that
the sync-state logic need not wait for the probe from the actual
driver if it's disabled.

Change-Id: I580a865ba3c4c298d76e29552eec854b33faea24
Signed-off-by: default avatarRaghavendra Rao Ananta <rananta@codeaurora.org>
parent 4b196d63
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -15,6 +15,9 @@
static const struct of_device_id qcom_proxy_of_consumer_match[] = {
#if !IS_ENABLED(CONFIG_SERIAL_MSM_GENI_CONSOLE)
	{ .compatible = "qcom,msm-geni-console"},
#endif
#if !IS_ENABLED(CONFIG_MSM_JTAGV8)
	{ .compatible = "qcom,jtagv8-mm"},
#endif
	{}
};