From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id C3E14C43334 for ; Mon, 27 Jun 2022 16:00:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238764AbiF0QAE (ORCPT ); Mon, 27 Jun 2022 12:00:04 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34454 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238795AbiF0QAC (ORCPT ); Mon, 27 Jun 2022 12:00:02 -0400 Received: from mail-pj1-x1032.google.com (mail-pj1-x1032.google.com [IPv6:2607:f8b0:4864:20::1032]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3C511AE71 for ; Mon, 27 Jun 2022 09:00:01 -0700 (PDT) Received: by mail-pj1-x1032.google.com with SMTP id l2so8569436pjf.1 for ; Mon, 27 Jun 2022 09:00:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=PYA86m3m6KKN8+fip9lvQ6xHPvZviw+uoFD0wwDrX2s=; b=VaXTBEE75YJL3sPSVnzDJZanyQb+K05AMlW8ddb1VOmVKzy5RB1VeN1qu7bpE5wOSe s73BAXy7osQre4GY163jc4W9ApmRiCOxCe0RK2ifyBf9bfyR1yXG3D6P2t4q8/oFg5cR 4k0HFBZLliZcx3te7RGHevgzkkZAz6LuNSca4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=PYA86m3m6KKN8+fip9lvQ6xHPvZviw+uoFD0wwDrX2s=; b=KnB8jQnbh0SOrMKjb3cN+s91+oP0G/jWqZyB4iP1rfSCUKcv5xnvlsByA7qFpvJE9A E9yvEHHnTg7UI5J+yLifOHluaoTXucuAQoSceh+miEDnr2PCVNYTGKLCs3iPEwxGegPT sT3lMFfDzeVpei+EmH1bhXtPsRTAfD2i0e8ljR1BLk6PrkhbFAnAEltzkWBgeTGoEd0n HsboNfnOPucc015mkVr5VBh4Kry31otAYDLiXamJTlwrjYun6TjhTvIv6F7IgoGZeDK1 Qvh3+B8JhdIJf+xuzQLj1qEwkuu2Li4c2TXx5LLlwpXedAMso0wsRQVO7K/MnNoiVPiu G3Gw== X-Gm-Message-State: AJIora9y7huTYZW0f+13uN8iHLCpx4CeVIkQ8QfEY5ptmSaDsE792yS/ iyVl/FrSoH3p9UYFGe1kgaTBBA== X-Google-Smtp-Source: AGRyM1u1abSyl7cHfPGKO4JsjkUtSSoO2KNWPcgWwtXRGWesBkLxWWJ4bz+viP5u9BJTxE3M6D66kA== X-Received: by 2002:a17:903:1249:b0:168:e059:59c9 with SMTP id u9-20020a170903124900b00168e05959c9mr15550467plh.103.1656345600738; Mon, 27 Jun 2022 09:00:00 -0700 (PDT) Received: from localhost ([2620:15c:11a:202:f31c:687c:3a61:62c5]) by smtp.gmail.com with UTF8SMTPSA id s21-20020a056a00179500b0051c4ecb0e3dsm7640113pfg.193.2022.06.27.08.59.59 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 27 Jun 2022 09:00:00 -0700 (PDT) Date: Mon, 27 Jun 2022 08:59:58 -0700 From: Matthias Kaehlcke To: Bjorn Andersson , Taniya Das Cc: Judy Hsiao , Andy Gross , Rob Herring , Srini Kandagatla , dianders@chromium.org, cychiang@google.com, judyhsiao@google.com, tzungbi@chromium.org, swboyd@chromium.org, linux-arm-kernel@lists.infradead.org, linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [v3 0/3] Add dtsi for sc7280 herobrine boards that using rt5682 codec Message-ID: References: <20220525014308.1853576-1-judyhsiao@chromium.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On Sat, Jun 25, 2022 at 09:50:57PM -0500, Bjorn Andersson wrote: > On Tue 24 May 20:43 CDT 2022, Judy Hsiao wrote: > > > Put sound node and lpass_cpu node settings for boards that use rt5682 > > codec in the sc7280-herobrine-audio-rt5682.dtsi as there are different > > choices of headset codec for herobrine projects. Common audio setting > > for the internal speaker is in sc7280-herobrine.dtsi. > > > > This series depends on: > > "Add lpass pin control support for audio on sc7280 based targets" [1] > > "Add soundcard support for sc7280 based platforms" [2] > > > > [1] > > https://patchwork.kernel.org/project/linux-arm-msm/list/?series=638776 > > Afaict this is applied. > > > [2] > > https://patchwork.kernel.org/project/linux-arm-msm/list/?series=643589 > > > > But [2] doesn't compile and hence this series doesn't compile. If I'm not mistaken the main contender is the "Add support for audio clock gating resets for SC7280" series [1], which still has open comments. [1] https://patchwork.kernel.org/project/linux-arm-msm/list/?series=650267 > Can you please submit a single series with all the audio dts patches you > want me to apply, where it's possible to run "make dtbs" after every > single patch in the series. > > Thanks, > Bjorn > > > > > Changes Since V2: > > -- Add bias-disable for i2s ws line. > > -- Fix typo in the commit message. > > > > Changes Since V1: > > -- Remove sound-dai-cells in sound node. > > -- Add dependency list. > > -- Update patch subject. > > > > Judy Hsiao (3): > > arm64: dts: qcom: sc7280: herobrine: Add pinconf settings for mi2s1 > > arm64: dts: qcom: sc7280: Add sc7280-herobrine-audio-rt5682.dtsi > > arm64: dts: qcom: sc7280: include sc7280-herobrine-audio-rt5682.dtsi > > in villager and herobrine-r1 > > > > .../qcom/sc7280-herobrine-audio-rt5682.dtsi | 121 ++++++++++++++++++ > > .../qcom/sc7280-herobrine-herobrine-r1.dts | 1 + > > .../dts/qcom/sc7280-herobrine-villager-r0.dts | 1 + > > .../arm64/boot/dts/qcom/sc7280-herobrine.dtsi | 15 +++ > > 4 files changed, 138 insertions(+) > > create mode 100644 arch/arm64/boot/dts/qcom/sc7280-herobrine-audio-rt5682.dtsi > > > > -- > > 2.36.1.124.g0e6072fb45-goog > > From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 9475CC43334 for ; Mon, 27 Jun 2022 16:01:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=hlN65Ci0Q971xkORQYNCZAClpcvtzVovPYQG0Z5trP0=; b=a+Go6MiRY6BAa3 qEXvZi4BrQFfHhBhpYHTeaoAgoSA21tZtBds/6vod8FwbLrQ3lLCdPK+AKIt3799nTHEmks5zOe6i uxCSR5uGgcCxqoJWT+2KLdvIo2aBnQhO0iYxR20cdiKeHLX7MncT1SHntC/3CbaJOIHpu4yi2y26T YXFPJzXxktOaT2PssBO8nMO2+WKp+kAEK1c/eEg4a8E3K3PhlFdDrO8UZKi12C5ozuwSR6O5Wt4uM 2ATT115XZmFMJVA+pWm18FbcZgy7OrCf3WkzJ4B4X45jpwcfBm5iAd/EcOtgnmy9J2o9PPVD3ApIX 2ezh7R0wybfvBwrPqBZA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1o5r9i-001jjt-Pt; Mon, 27 Jun 2022 16:00:06 +0000 Received: from mail-pl1-x636.google.com ([2607:f8b0:4864:20::636]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1o5r9e-001jhu-Th for linux-arm-kernel@lists.infradead.org; Mon, 27 Jun 2022 16:00:04 +0000 Received: by mail-pl1-x636.google.com with SMTP id x20so2952477plx.6 for ; Mon, 27 Jun 2022 09:00:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=PYA86m3m6KKN8+fip9lvQ6xHPvZviw+uoFD0wwDrX2s=; b=VaXTBEE75YJL3sPSVnzDJZanyQb+K05AMlW8ddb1VOmVKzy5RB1VeN1qu7bpE5wOSe s73BAXy7osQre4GY163jc4W9ApmRiCOxCe0RK2ifyBf9bfyR1yXG3D6P2t4q8/oFg5cR 4k0HFBZLliZcx3te7RGHevgzkkZAz6LuNSca4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=PYA86m3m6KKN8+fip9lvQ6xHPvZviw+uoFD0wwDrX2s=; b=IKwGMHvZA0F6PD9yOfJ02Gw+IzDgHAB2b/r5QdZbqd6sSddaXV7oKHbVLfur2FkTQ4 raXU9s3c2kzWDBTazYiugn/XoXTecRiYDNtw/vInPOI0iS3eaPJW5QYaHmReJXtNWnki 6/S+AJpHx9GoIXcyVxJXM0m+p1OfKqPj0qr8iJB0uRdM1sdnq6gWHurfFxnJCJ6WCiSf CT5/IZKqeE/d3Ly2IS7Mz3rJQYthVK0BDPeAEKjuk6RtifqteSlRhvgOxxkQLSi9BBgH a73bBjsJT6tmsy4Og9/iol6K87HNT/jFsMbuErQvMXraJJnAwXHHZWTuirOU/+xA/tFJ UmmA== X-Gm-Message-State: AJIora8YBncalkv5SBIm9L8gWcrBvW//P3f646fR4uV5za4QTlaCiWw0 tQP1GVO5rhubVwiaxrqEjBJHmw== X-Google-Smtp-Source: AGRyM1u1abSyl7cHfPGKO4JsjkUtSSoO2KNWPcgWwtXRGWesBkLxWWJ4bz+viP5u9BJTxE3M6D66kA== X-Received: by 2002:a17:903:1249:b0:168:e059:59c9 with SMTP id u9-20020a170903124900b00168e05959c9mr15550467plh.103.1656345600738; Mon, 27 Jun 2022 09:00:00 -0700 (PDT) Received: from localhost ([2620:15c:11a:202:f31c:687c:3a61:62c5]) by smtp.gmail.com with UTF8SMTPSA id s21-20020a056a00179500b0051c4ecb0e3dsm7640113pfg.193.2022.06.27.08.59.59 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 27 Jun 2022 09:00:00 -0700 (PDT) Date: Mon, 27 Jun 2022 08:59:58 -0700 From: Matthias Kaehlcke To: Bjorn Andersson , Taniya Das Cc: Judy Hsiao , Andy Gross , Rob Herring , Srini Kandagatla , dianders@chromium.org, cychiang@google.com, judyhsiao@google.com, tzungbi@chromium.org, swboyd@chromium.org, linux-arm-kernel@lists.infradead.org, linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [v3 0/3] Add dtsi for sc7280 herobrine boards that using rt5682 codec Message-ID: References: <20220525014308.1853576-1-judyhsiao@chromium.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220627_090003_023183_C4AB85F7 X-CRM114-Status: GOOD ( 24.50 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Sat, Jun 25, 2022 at 09:50:57PM -0500, Bjorn Andersson wrote: > On Tue 24 May 20:43 CDT 2022, Judy Hsiao wrote: > > > Put sound node and lpass_cpu node settings for boards that use rt5682 > > codec in the sc7280-herobrine-audio-rt5682.dtsi as there are different > > choices of headset codec for herobrine projects. Common audio setting > > for the internal speaker is in sc7280-herobrine.dtsi. > > > > This series depends on: > > "Add lpass pin control support for audio on sc7280 based targets" [1] > > "Add soundcard support for sc7280 based platforms" [2] > > > > [1] > > https://patchwork.kernel.org/project/linux-arm-msm/list/?series=638776 > > Afaict this is applied. > > > [2] > > https://patchwork.kernel.org/project/linux-arm-msm/list/?series=643589 > > > > But [2] doesn't compile and hence this series doesn't compile. If I'm not mistaken the main contender is the "Add support for audio clock gating resets for SC7280" series [1], which still has open comments. [1] https://patchwork.kernel.org/project/linux-arm-msm/list/?series=650267 > Can you please submit a single series with all the audio dts patches you > want me to apply, where it's possible to run "make dtbs" after every > single patch in the series. > > Thanks, > Bjorn > > > > > Changes Since V2: > > -- Add bias-disable for i2s ws line. > > -- Fix typo in the commit message. > > > > Changes Since V1: > > -- Remove sound-dai-cells in sound node. > > -- Add dependency list. > > -- Update patch subject. > > > > Judy Hsiao (3): > > arm64: dts: qcom: sc7280: herobrine: Add pinconf settings for mi2s1 > > arm64: dts: qcom: sc7280: Add sc7280-herobrine-audio-rt5682.dtsi > > arm64: dts: qcom: sc7280: include sc7280-herobrine-audio-rt5682.dtsi > > in villager and herobrine-r1 > > > > .../qcom/sc7280-herobrine-audio-rt5682.dtsi | 121 ++++++++++++++++++ > > .../qcom/sc7280-herobrine-herobrine-r1.dts | 1 + > > .../dts/qcom/sc7280-herobrine-villager-r0.dts | 1 + > > .../arm64/boot/dts/qcom/sc7280-herobrine.dtsi | 15 +++ > > 4 files changed, 138 insertions(+) > > create mode 100644 arch/arm64/boot/dts/qcom/sc7280-herobrine-audio-rt5682.dtsi > > > > -- > > 2.36.1.124.g0e6072fb45-goog > > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel