From: Alexander Martinz Date: Thu, 2 Apr 2026 09:54:08 +0000 (+0200) Subject: arm64: dts: qcom: sdm845-shift-axolotl: Enable TFA9890 codec X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2b676b5a13d28eb038b4e54dae8e161a7be58d96;p=thirdparty%2Flinux.git arm64: dts: qcom: sdm845-shift-axolotl: Enable TFA9890 codec Audio amplifier TFA9890 is present on the board. Signed-off-by: Alexander Martinz Reviewed-by: Konrad Dybcio Reviewed-by: Dmitry Baryshkov Signed-off-by: David Heidelberg Link: https://lore.kernel.org/r/20260402-axolotl-misc-p1-v3-3-8934e9db6831@ixit.cz Signed-off-by: Bjorn Andersson --- diff --git a/arch/arm64/boot/dts/qcom/sdm845-shift-axolotl.dts b/arch/arm64/boot/dts/qcom/sdm845-shift-axolotl.dts index f26079398e07..7d81198bc499 100644 --- a/arch/arm64/boot/dts/qcom/sdm845-shift-axolotl.dts +++ b/arch/arm64/boot/dts/qcom/sdm845-shift-axolotl.dts @@ -459,6 +459,19 @@ /* 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>;