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

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.org


Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
parent 820bf3fe
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -247,8 +247,8 @@
		};
	};

	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 @@
			};

			sound_multimedia1_codec: codec {
				sound-dai = <&max98357a>;
				sound-dai = <&max98360a>;
			};
		};
	};