Commit 4f365c75 authored by Judy Hsiao's avatar Judy Hsiao Committed by Bjorn Andersson

arm64: dts: qcom: sc7180: trogdor: Update audio codec to Max98360A

Use max98360a dts node to correctly describe the hardware.
Signed-off-by: default avatarJudy Hsiao <judyhsiao@chromium.org>
Reviewed-by: default avatarMatthias Kaehlcke <mka@chromium.org>
Link: https://lore.kernel.org/r/20210625045010.2914289-1-judyhsiao@chromium.orgSigned-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
parent 820bf3fe
......@@ -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>;
};
};
};
......
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