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 |
On 21.04.2023 21:54, Krzysztof Kozlowski wrote: > 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> > --- Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Konrad > arch/arm/boot/dts/qcom-msm8974.dtsi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > 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"; > }; >
On Fri, 21 Apr 2023 21:54:37 +0200, Krzysztof Kozlowski wrote: > 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]+' > > Applied, thanks! [1/1] ARM: dts: qcom: msm8974: align WCNSS Bluetooth node name with bindings commit: cc6c63b88a63dbc73293281c08a745cc23f2346c Best regards,
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"; };
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(-)