diff options
author | Douglas Anderson <[email protected]> | 2021-03-15 13:39:31 -0700 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2021-04-19 10:13:30 -0500 |
commit | 108ec20b8c0a17c5447181a44346e92ae5f986d8 (patch) | |
tree | 0e196d6ab357bbe6f9e366f4017c61f56838cd86 | |
parent | a4c5ba1df10e3623c0f55140e757dd8386b25bc9 (diff) |
arm64: dts: qcom: sc7180: pompom: Add "dmic_clk_en" + sound model
Match what's downstream for this board.
Reviewed-by: Matthias Kaehlcke <[email protected]>
Reviewed-by: Stephen Boyd <[email protected]>
Cc: Srinivasa Rao Mandadapu <[email protected]>
Cc: Ajit Pandey <[email protected]>
Cc: Judy Hsiao <[email protected]>
Cc: Cheng-Yi Chiang <[email protected]>
Cc: Stephen Boyd <[email protected]>
Cc: Matthias Kaehlcke <[email protected]>
Signed-off-by: Douglas Anderson <[email protected]>
Link: https://lore.kernel.org/r/20210315133924.v2.2.If218189eff613a6c48ba12d75fad992377d8f181@changeid
Signed-off-by: Bjorn Andersson <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/qcom/sc7180-trogdor-pompom.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/sc7180-trogdor-pompom.dtsi b/arch/arm64/boot/dts/qcom/sc7180-trogdor-pompom.dtsi index d253a08f6fc8..622b5f1b88a2 100644 --- a/arch/arm64/boot/dts/qcom/sc7180-trogdor-pompom.dtsi +++ b/arch/arm64/boot/dts/qcom/sc7180-trogdor-pompom.dtsi @@ -139,6 +139,13 @@ ap_ts_pen_1v8: &i2c4 { status = "okay"; }; +&sound { + model = "sc7180-rt5682-max98357a-2mic"; + pinctrl-names = "default"; + pinctrl-0 = <&dmic_sel>; + dmic-gpios = <&tlmm 86 GPIO_ACTIVE_HIGH>; +}; + &usb_c1 { status = "disabled"; }; |