arm64: dts: qcom: sm8250: align APR services node names with dtschema
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Sat, 10 Sep 2022 09:14:16 +0000 (11:14 +0200)
committerBjorn Andersson <andersson@kernel.org>
Mon, 17 Oct 2022 18:16:43 +0000 (13:16 -0500)
DT schema expects APR services node names to be "service":

  qcom/sm8250-sony-xperia-edo-pdx203.dtb: remoteproc@17300000: glink-edge:apr:service@7: 'dais' does not match any of the regexes: '^.*@[0-9a-f]+$', 'pinctrl-[0-9]+'

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20220910091428.50418-4-krzysztof.kozlowski@linaro.org
arch/arm64/boot/dts/qcom/sm8250.dtsi

index a5b62ca..c77247f 100644 (file)
                                        #address-cells = <1>;
                                        #size-cells = <0>;
 
-                                       apr-service@3 {
+                                       service@3 {
                                                reg = <APR_SVC_ADSP_CORE>;
                                                compatible = "qcom,q6core";
                                                qcom,protection-domain = "avs/audio", "msm/adsp/audio_pd";
                                        };
 
-                                       q6afe: apr-service@4 {
+                                       q6afe: service@4 {
                                                compatible = "qcom,q6afe";
                                                reg = <APR_SVC_AFE>;
                                                qcom,protection-domain = "avs/audio", "msm/adsp/audio_pd";
                                                };
                                        };
 
-                                       q6asm: apr-service@7 {
+                                       q6asm: service@7 {
                                                compatible = "qcom,q6asm";
                                                reg = <APR_SVC_ASM>;
                                                qcom,protection-domain = "avs/audio", "msm/adsp/audio_pd";
                                                };
                                        };
 
-                                       q6adm: apr-service@8 {
+                                       q6adm: service@8 {
                                                compatible = "qcom,q6adm";
                                                reg = <APR_SVC_ADM>;
                                                qcom,protection-domain = "avs/audio", "msm/adsp/audio_pd";