[PATCH 01/12] arm64: dts: qcom: sdm630: align APR services node names with dtschema
Krzysztof Kozlowski
krzysztof.kozlowski at linaro.org
Tue Sep 6 14:16:44 CEST 2022
DT schema expects APR services node names to be "service":
qcom/sdm850-lenovo-yoga-c630.dtb: remoteproc-adsp: glink-edge:apr: 'apr-service at 3', 'apr-service at 4', 'apr-service at 7', 'apr-service at 8', 'qcom,glink-channels', 'qcom,intents' do not match any of the regexes: '^service@[1-9a-d]$', 'pinctrl-[0-9]+'
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski at linaro.org>
---
arch/arm64/boot/dts/qcom/sdm630.dtsi | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/arch/arm64/boot/dts/qcom/sdm630.dtsi b/arch/arm64/boot/dts/qcom/sdm630.dtsi
index 1bc9091cad2a..2d4e3d39727c 100644
--- a/arch/arm64/boot/dts/qcom/sdm630.dtsi
+++ b/arch/arm64/boot/dts/qcom/sdm630.dtsi
@@ -2218,12 +2218,12 @@ apr {
#address-cells = <1>;
#size-cells = <0>;
- q6core {
+ service at 3 {
reg = <APR_SVC_ADSP_CORE>;
compatible = "qcom,q6core";
};
- q6afe: apr-service at 4 {
+ q6afe: service at 4 {
compatible = "qcom,q6afe";
reg = <APR_SVC_AFE>;
q6afedai: dais {
@@ -2234,7 +2234,7 @@ q6afedai: dais {
};
};
- q6asm: apr-service at 7 {
+ q6asm: service at 7 {
compatible = "qcom,q6asm";
reg = <APR_SVC_ASM>;
q6asmdai: dais {
@@ -2246,7 +2246,7 @@ q6asmdai: dais {
};
};
- q6adm: apr-service at 8 {
+ q6adm: service at 8 {
compatible = "qcom,q6adm";
reg = <APR_SVC_ADM>;
q6routing: routing {
--
2.34.1
More information about the Alsa-devel
mailing list