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

Commit 4ee4d1e9 authored by Chris Lew's avatar Chris Lew
Browse files

soc: qcom: qsee_ipc_irq: Update compatibles



Update the compatible string list for kona.

Change-Id: I7763dcb4d14b3fe254e106e88393cfb6e547a409
Signed-off-by: default avatarChris Lew <clew@codeaurora.org>
parent df8c8ed1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -327,6 +327,7 @@ static const struct qsee_irq_data qsee_irq_data_init[] = {

static const struct of_device_id qsee_irq_of_match[] = {
	{ .compatible = "qcom,sm8150-qsee-irq", .data = &qsee_irq_data_init},
	{ .compatible = "qcom,kona-qsee-irq", .data = &qsee_irq_data_init},
	{},
};
MODULE_DEVICE_TABLE(of, qsee_irq_of_match);