arm64: dts: qcom: use generic node name for CS35L41 speaker

Node names should be generic so use consistently speaker-amp for CS35L41
speaker amplifier.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20221224154255.43499-5-krzysztof.kozlowski@linaro.org
This commit is contained in:
Krzysztof Kozlowski
2022-12-24 16:42:55 +01:00
committed by Bjorn Andersson
parent 539a992368
commit 9e8e9be6c4
2 changed files with 4 additions and 4 deletions

View File

@@ -454,7 +454,7 @@
status = "okay";
clock-frequency = <1000000>;
cs35l41_l: cs35l41@40 {
cs35l41_l: speaker-amp@40 {
compatible = "cirrus,cs35l41";
reg = <0x40>;
interrupt-parent = <&tlmm>;
@@ -469,7 +469,7 @@
#sound-dai-cells = <1>;
};
cs35l41_r: cs35l41@41 {
cs35l41_r: speaker-amp@41 {
compatible = "cirrus,cs35l41";
reg = <0x41>;
interrupt-parent = <&tlmm>;

View File

@@ -498,7 +498,7 @@
status = "okay";
clock-frequency = <1000000>;
cs35l41_l: cs35l41@40 {
cs35l41_l: speaker-amp@40 {
compatible = "cirrus,cs35l41";
reg = <0x40>;
interrupt-parent = <&tlmm>;
@@ -513,7 +513,7 @@
#sound-dai-cells = <1>;
};
cs35l41_r: cs35l41@41 {
cs35l41_r: speaker-amp@41 {
compatible = "cirrus,cs35l41";
reg = <0x41>;
interrupt-parent = <&tlmm>;