diff mbox series

ARM: dts: qcom: msm8974: align WCNSS Bluetooth node name with bindings

Message ID 20230421195437.31513-1-krzysztof.kozlowski@linaro.org
State Accepted
Commit d2f1bd8f0b91ce77951d983a094c157b2efd789c
Headers show
Series ARM: dts: qcom: msm8974: align WCNSS Bluetooth node name with bindings | expand

Commit Message

Krzysztof Kozlowski April 21, 2023, 7:54 p.m. UTC
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 <krzysztof.kozlowski@linaro.org>
---
 arch/arm/boot/dts/qcom-msm8974.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/qcom-msm8974.dtsi b/arch/arm/boot/dts/qcom-msm8974.dtsi
index 939449a0c695..58e144957c5d 100644
--- a/arch/arm/boot/dts/qcom-msm8974.dtsi
+++ b/arch/arm/boot/dts/qcom-msm8974.dtsi
@@ -746,7 +746,7 @@  wcnss {
 
 					qcom,mmio = <&pronto>;
 
-					bt {
+					bluetooth {
 						compatible = "qcom,wcnss-bt";
 					};