]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
drivers: bluetooth: fix btqcomsmd driver compatible name
authorNicolas Dechesne <nicolas.dechesne@linaro.org>
Wed, 22 Jun 2016 16:12:44 +0000 (18:12 +0200)
committerNicolas Dechesne <nicolas.dechesne@linaro.org>
Wed, 22 Jun 2016 16:15:24 +0000 (18:15 +0200)
The binding merged upstream specifies that the compatible should be
qcom,wcnss-bt, so update wherever it's needed.

Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
arch/arm64/boot/dts/qcom/msm8916.dtsi
drivers/bluetooth/btqcomsmd.c

index 71d29bc5237f1cbe99639606f908d5eea1aed119..1a571be9b8404a1cf6da4b94b02fd5bc385d356e 100644 (file)
                                qcom,mmio = <&pronto>;
 
                                bt {
-                                       compatible = "qcom,btqcomsmd";
+                                       compatible = "qcom,wcnss-bt";
                                };
 
                                wifi {
index 1e8a687476b9b4ba49c39fa63e36b022b0879d54..0cf759b208f28cfaf2b85e74c6fc6533f879c2be 100644 (file)
@@ -161,7 +161,7 @@ static int btqcomsmd_remove(struct platform_device *pdev)
 }
 
 static const struct of_device_id btqcomsmd_of_match[] = {
-       { .compatible = "qcom,btqcomsmd", },
+       { .compatible = "qcom,wcnss-bt", },
        { },
 };