[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <5a668114-2ae6-4217-9614-b690c0870849@gmail.com>
Date: Wed, 13 Nov 2024 10:28:39 +0100
From: Matthias Brugger <matthias.bgg@...il.com>
To: Hsin-Te Yuan <yuanhsinte@...omium.org>, Rob Herring <robh@...nel.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>, Conor Dooley
<conor+dt@...nel.org>,
AngeloGioacchino Del Regno <angelogioacchino.delregno@...labora.com>,
Hsin-Yi Wang <hsinyi@...omium.org>
Cc: devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org, linux-mediatek@...ts.infradead.org
Subject: Re: [PATCH RESEND v4] arm64: dts: mt8183: set DMIC one-wire mode on
Damu
On 13/11/2024 09:16, Hsin-Te Yuan wrote:
> From: Hsin-Yi Wang <hsinyi@...omium.org>
>
> Sets DMIC one-wire mode on Damu.
>
> Fixes: cabc71b08eb5 ("arm64: dts: mt8183: Add kukui-jacuzzi-damu board")
> Signed-off-by: Hsin-Yi Wang <hsinyi@...omium.org>
> Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@...labora.com>
> Signed-off-by: Hsin-Te Yuan <yuanhsinte@...omium.org>
Reviewed-by: Matthias Brugger <matthias.bgg@...il.com>
> ---
> Changes in v4:
> - Add Reviewed-by tag back, which is dropped in v3
> - Link to v3: https://lore.kernel.org/r/20241009-damu-v3-1-1294c8e16829@chromium.org
>
> Changes in v3:
> - Add missing Sign-off-by tag
> - Link to v2: https://lore.kernel.org/r/20240910-one-wire-v2-1-2bb40d5a3cf8@chromium.org
>
> Changes in v2:
> - Add fixes tag
> - Link to v1: https://lore.kernel.org/r/20240910-one-wire-v1-1-d25486a6ba6d@chromium.org
> ---
> arch/arm64/boot/dts/mediatek/mt8183-kukui-jacuzzi-damu.dts | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/mediatek/mt8183-kukui-jacuzzi-damu.dts b/arch/arm64/boot/dts/mediatek/mt8183-kukui-jacuzzi-damu.dts
> index 0b45aee2e29953b6117b462034a00dff2596b9ff..06a689feff52945d141d196d439cba034f25fdf6 100644
> --- a/arch/arm64/boot/dts/mediatek/mt8183-kukui-jacuzzi-damu.dts
> +++ b/arch/arm64/boot/dts/mediatek/mt8183-kukui-jacuzzi-damu.dts
> @@ -26,6 +26,10 @@ &touchscreen {
> hid-descr-addr = <0x0001>;
> };
>
> +&mt6358codec {
> + mediatek,dmic-mode = <1>; /* one-wire */
> +};
> +
> &qca_wifi {
> qcom,ath10k-calibration-variant = "GO_DAMU";
> };
>
> ---
> base-commit: 75b607fab38d149f232f01eae5e6392b394dd659
> change-id: 20241009-damu-a3f2f3478409
>
> Best regards,
Powered by blists - more mailing lists