Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

soundwire: qcom: add v1.5.1 compatible

Add a compatible string for HW version v1.5.1 on sm8250 SoCs.

Signed-off-by: Jonathan Marek <jonathan@marek.ca>
Tested-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Reviewed-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Link: https://lore.kernel.org/r/20200905173905.16541-5-jonathan@marek.ca
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Jonathan Marek and committed by
Vinod Koul
8564551e 82f5c70c

+2
+1
Documentation/devicetree/bindings/soundwire/qcom,sdw.txt
··· 11 11 Example: 12 12 "qcom,soundwire-v1.3.0" 13 13 "qcom,soundwire-v1.5.0" 14 + "qcom,soundwire-v1.5.1" 14 15 "qcom,soundwire-v1.6.0" 15 16 - reg: 16 17 Usage: required
+1
drivers/soundwire/qcom.c
··· 880 880 881 881 static const struct of_device_id qcom_swrm_of_match[] = { 882 882 { .compatible = "qcom,soundwire-v1.3.0", }, 883 + { .compatible = "qcom,soundwire-v1.5.1", }, 883 884 {/* sentinel */}, 884 885 }; 885 886