mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 19:13:47 +02:00
arm64: dts: qcom: sc7180: trogdor: Update audio codec to Max98360A
Use max98360a dts node to correctly describe the hardware. Signed-off-by: Judy Hsiao <judyhsiao@chromium.org> Reviewed-by: Matthias Kaehlcke <mka@chromium.org> Link: https://lore.kernel.org/r/20210625045010.2914289-1-judyhsiao@chromium.org Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
This commit is contained in:
parent
820bf3fefa
commit
4f365c75a3
|
|
@ -247,8 +247,8 @@ pen_insert: pen-insert {
|
|||
};
|
||||
};
|
||||
|
||||
max98357a: audio-codec-0 {
|
||||
compatible = "maxim,max98357a";
|
||||
max98360a: audio-codec-0 {
|
||||
compatible = "maxim,max98360a";
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&_en>;
|
||||
sdmode-gpios = <&tlmm 23 GPIO_ACTIVE_HIGH>;
|
||||
|
|
@ -311,7 +311,7 @@ cpu {
|
|||
};
|
||||
|
||||
sound_multimedia1_codec: codec {
|
||||
sound-dai = <&max98357a>;
|
||||
sound-dai = <&max98360a>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user