Commit 9e8e9be6 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Bjorn Andersson

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: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: default avatarKonrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20221224154255.43499-5-krzysztof.kozlowski@linaro.org
parent 539a9923
...@@ -454,7 +454,7 @@ &i2c2 { ...@@ -454,7 +454,7 @@ &i2c2 {
status = "okay"; status = "okay";
clock-frequency = <1000000>; clock-frequency = <1000000>;
cs35l41_l: cs35l41@40 { cs35l41_l: speaker-amp@40 {
compatible = "cirrus,cs35l41"; compatible = "cirrus,cs35l41";
reg = <0x40>; reg = <0x40>;
interrupt-parent = <&tlmm>; interrupt-parent = <&tlmm>;
...@@ -469,7 +469,7 @@ cs35l41_l: cs35l41@40 { ...@@ -469,7 +469,7 @@ cs35l41_l: cs35l41@40 {
#sound-dai-cells = <1>; #sound-dai-cells = <1>;
}; };
cs35l41_r: cs35l41@41 { cs35l41_r: speaker-amp@41 {
compatible = "cirrus,cs35l41"; compatible = "cirrus,cs35l41";
reg = <0x41>; reg = <0x41>;
interrupt-parent = <&tlmm>; interrupt-parent = <&tlmm>;
......
...@@ -498,7 +498,7 @@ &i2c11 { ...@@ -498,7 +498,7 @@ &i2c11 {
status = "okay"; status = "okay";
clock-frequency = <1000000>; clock-frequency = <1000000>;
cs35l41_l: cs35l41@40 { cs35l41_l: speaker-amp@40 {
compatible = "cirrus,cs35l41"; compatible = "cirrus,cs35l41";
reg = <0x40>; reg = <0x40>;
interrupt-parent = <&tlmm>; interrupt-parent = <&tlmm>;
...@@ -513,7 +513,7 @@ cs35l41_l: cs35l41@40 { ...@@ -513,7 +513,7 @@ cs35l41_l: cs35l41@40 {
#sound-dai-cells = <1>; #sound-dai-cells = <1>;
}; };
cs35l41_r: cs35l41@41 { cs35l41_r: speaker-amp@41 {
compatible = "cirrus,cs35l41"; compatible = "cirrus,cs35l41";
reg = <0x41>; reg = <0x41>;
interrupt-parent = <&tlmm>; interrupt-parent = <&tlmm>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment