mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
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:
committed by
Bjorn Andersson
parent
539a992368
commit
9e8e9be6c4
@@ -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>;
|
||||
|
||||
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user