arm64: dts: qcom: sa8775p: fix the fastrpc label
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Fri, 16 Aug 2024 10:23:45 +0000 (12:23 +0200)
committerBjorn Andersson <andersson@kernel.org>
Fri, 16 Aug 2024 15:36:41 +0000 (10:36 -0500)
The fastrpc driver uses the label to determine the domain ID and create
the device nodes. It should be "cdsp1" as this is the engine we use here.

Fixes: df54dcb34ff2 ("arm64: dts: qcom: sa8775p: add ADSP, CDSP and GPDSP nodes")
Reported-by: Ekansh Gupta <quic_ekangupt@quicinc.com>
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20240816102345.16481-2-brgl@bgdev.pl
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/sa8775p.dtsi

index 801e8a92359d003ca841ae604860364e96cd5968..5b9b68c634f5b2cf84e1be9b6ca361ec918a9700 100644 (file)
                                fastrpc {
                                        compatible = "qcom,fastrpc";
                                        qcom,glink-channels = "fastrpcglink-apps-dsp";
-                                       label = "cdsp";
+                                       label = "cdsp1";
                                        #address-cells = <1>;
                                        #size-cells = <0>;