Commit 2b676b5a authored by Alexander Martinz's avatar Alexander Martinz Committed by Bjorn Andersson
Browse files

arm64: dts: qcom: sdm845-shift-axolotl: Enable TFA9890 codec

parent 8a53d5aa
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -459,6 +459,19 @@ &i2c10 {
	/* SMB1355@0x0C */
};

&i2c11 {
	clock-frequency = <400000>;

	status = "okay";

	audio-codec@34 {
		compatible = "nxp,tfa9890";
		reg = <0x34>;
		vddd-supply = <&vreg_s4a_1p8>;
		#sound-dai-cells = <0>;
	};
};

&ipa {
	qcom,gsi-loader = "self";
	memory-region = <&ipa_fw_mem>;