diff options
| author | Krzysztof Kozlowski <[email protected]> | 2023-04-21 21:54:37 +0200 |
|---|---|---|
| committer | Bjorn Andersson <[email protected]> | 2023-05-30 07:54:18 -0700 |
| commit | d2f1bd8f0b91ce77951d983a094c157b2efd789c (patch) | |
| tree | 617fe7320d07b19335fec50c6126a7acadf7ebf9 | |
| parent | 05e916f1db2fff88f316b6f94929b4b3b8414498 (diff) | |
ARM: dts: qcom: msm8974: align WCNSS Bluetooth node name with bindings
Bindings expect WCNSS Bluetooth child to be named "bluetooth":
remoteproc@fb204000: smd-edge:wcnss: 'bt' does not match any of the regexes: 'pinctrl-[0-9]+'
Signed-off-by: Krzysztof Kozlowski <[email protected]>
Reviewed-by: Konrad Dybcio <[email protected]>
Signed-off-by: Bjorn Andersson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
| -rw-r--r-- | arch/arm/boot/dts/qcom-msm8974.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/qcom-msm8974.dtsi b/arch/arm/boot/dts/qcom-msm8974.dtsi index b30d59844136..7dcbe0810e34 100644 --- a/arch/arm/boot/dts/qcom-msm8974.dtsi +++ b/arch/arm/boot/dts/qcom-msm8974.dtsi @@ -745,7 +745,7 @@ qcom,mmio = <&pronto>; - bt { + bluetooth { compatible = "qcom,wcnss-bt"; }; |