Commit 8564551e authored by Jonathan Marek's avatar Jonathan Marek Committed by Vinod Koul
Browse files

soundwire: qcom: add v1.5.1 compatible

parent 82f5c70c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -11,6 +11,7 @@ board specific bus parameters.
		    Example:
			"qcom,soundwire-v1.3.0"
			"qcom,soundwire-v1.5.0"
			"qcom,soundwire-v1.5.1"
			"qcom,soundwire-v1.6.0"
- reg:
	Usage: required
+1 −0
Original line number Diff line number Diff line
@@ -880,6 +880,7 @@ static int qcom_swrm_remove(struct platform_device *pdev)

static const struct of_device_id qcom_swrm_of_match[] = {
	{ .compatible = "qcom,soundwire-v1.3.0", },
	{ .compatible = "qcom,soundwire-v1.5.1", },
	{/* sentinel */},
};