From patchwork Thu Mar 2 11:57:37 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Srinivas Kandagatla X-Patchwork-Id: 658268 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 8A403C678D4 for ; Thu, 2 Mar 2023 11:58:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229449AbjCBL6a (ORCPT ); Thu, 2 Mar 2023 06:58:30 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57578 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229884AbjCBL63 (ORCPT ); Thu, 2 Mar 2023 06:58:29 -0500 Received: from mail-wr1-x436.google.com (mail-wr1-x436.google.com [IPv6:2a00:1450:4864:20::436]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7549A61A6 for ; Thu, 2 Mar 2023 03:57:59 -0800 (PST) Received: by mail-wr1-x436.google.com with SMTP id v16so13451866wrn.0 for ; Thu, 02 Mar 2023 03:57:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1677758269; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=4aNoaPp+XOD7YmUqmc30OX7zc1uyaAdMpxhjOnrCDxY=; b=gNeZGzZD69V+FbMlZMTC3lGNvCEtuXRXYWyio+RWl2qd/mDWgwduHAzpKi8GzMBXFq BX+zq++A3Uf9pFwAHETJtnYeurrmdWzSR3o9qYPrWTEF03N/Mh43VtsfqjCibKj9GMZJ kLWwx3DwL1xMzqD5i+oerkaKhVcifJQgjCqMdSJc+UBACPtcSCkWRuF50eGueHit2I3Z mwQ3ToNjRZj8sDnJGEhD2jPT47LeBiS2Ap+TpQW0KrOQF77rXgD3q7irwQfH/PE/n9qc QmK0l9fDizEyUcyB7yfH0N7tjbv4+hJEI5pyjkZZhuasZgzQmN7cytY876uLfEKmOk6A CyhA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1677758269; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=4aNoaPp+XOD7YmUqmc30OX7zc1uyaAdMpxhjOnrCDxY=; b=7hgA16wPQg6QmM3nk3guPw8aK+YUREifee7hktQQysY2O+kyI+HjUxg7wqJR40hVuu 7iOP649pkY8xQVFn0SAJ1ilqPQi0g6Y+vAfpz8+pj4r6TtTUvW3wOlgzvxwOk5hHm4Bb eFd9lPK9la3ZBWOS/8dwKaC+oa046zsjQWbXFn2rqagbzddiaTKJ1ZvSnlWx1de+1j5h R7OjuqPx+NRmJ7csoiPqE/RrMgnQgVHb41utSGKp0Y+uGuo5TqUtHlLw1g4GYpAvb6r0 qfzDKuP878dORAtO2uenL4Aq5JUG9fo229/MNcaG33+RYNOVyFeqTVqNnpRD4gOW5DmL S+wQ== X-Gm-Message-State: AO0yUKWjNIGcUtDyb7UJ1B7avzpKgj2u3+oPmTwvoRbWXvY88DTDf/+W UrSnc1WXAhbcXFqpUz0EFICoslJA/aK8HNy4 X-Google-Smtp-Source: AK7set8IS9A2vtv3Wz4VhrzKtN5+/Ry1+UxuJ6ha63DMEVjamAjvGhDs/76N15Fith5xRvjLtj24fQ== X-Received: by 2002:adf:cd8f:0:b0:2c5:4c7d:53ab with SMTP id q15-20020adfcd8f000000b002c54c7d53abmr6869836wrj.20.1677758269542; Thu, 02 Mar 2023 03:57:49 -0800 (PST) Received: from localhost.localdomain ([5.133.47.210]) by smtp.gmail.com with ESMTPSA id v16-20020a5d4a50000000b002c5526234d2sm15298209wrs.8.2023.03.02.03.57.48 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 02 Mar 2023 03:57:48 -0800 (PST) From: Srinivas Kandagatla To: agross@kernel.org, andersson@kernel.org Cc: robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, konrad.dybcio@linaro.org, johan+linaro@kernel.org, linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Srinivas Kandagatla Subject: [PATCH 0/4] arm64: dts: qcom: sc8280xp: fix audio dts Date: Thu, 2 Mar 2023 11:57:37 +0000 Message-Id: <20230302115741.7726-1-srinivas.kandagatla@linaro.org> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org While testing DMIC on the panel, its noticed that some of the settings in dts seems to very incorrect. Mostly around clocks and frameshapping data. An another patch fixes dai link for dmic which is incorrectly pointing to tx macro. Along with these patches, with a pending csr patch device switch and dmic seems to work recent changes in x13s ucm. Thanks, Srini Srinivas Kandagatla (4): arm64: dts: qcom: sc8280xp: fix rx frame shapping info arm64: dts: qcom: sc8280xp: fix lpass tx macro clocks arm64: dts: qcom: sc8280xp-x13s: fix dmic sample rate arm64: dts: qcom: sc8280xp-x13s: fix va dmic dai links and routing .../dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts | 10 +++++----- arch/arm64/boot/dts/qcom/sc8280xp.dtsi | 18 +++++++++--------- 2 files changed, 14 insertions(+), 14 deletions(-)