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:
Judy Hsiao
2021-06-25 12:50:10 +08:00
committed by Bjorn Andersson
parent 820bf3fefa
commit 4f365c75a3

View File

@@ -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 = <&amp_en>;
sdmode-gpios = <&tlmm 23 GPIO_ACTIVE_HIGH>;
@@ -311,7 +311,7 @@ cpu {
};
sound_multimedia1_codec: codec {
sound-dai = <&max98357a>;
sound-dai = <&max98360a>;
};
};
};