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 C942EC433EF for ; Tue, 12 Jul 2022 21:03:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230198AbiGLVDF (ORCPT ); Tue, 12 Jul 2022 17:03:05 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40412 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232013AbiGLVCw (ORCPT ); Tue, 12 Jul 2022 17:02:52 -0400 Received: from mail-lj1-x22d.google.com (mail-lj1-x22d.google.com [IPv6:2a00:1450:4864:20::22d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 606642C66A for ; Tue, 12 Jul 2022 14:02:51 -0700 (PDT) Received: by mail-lj1-x22d.google.com with SMTP id 19so11318712ljz.4 for ; Tue, 12 Jul 2022 14:02:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=message-id:date:mime-version:user-agent:subject:content-language:to :cc:references:from:in-reply-to:content-transfer-encoding; bh=wYfMN1U2Pe3jpUIv6aB3aQPgJskkEEj7WPI7YhpZ+iM=; b=iZXAjAw4olgV0sdKbWutYFhrJLkIBmMclGHtIompGla2ei8+ABHriBhI3sAyRBwQyj Nw2uJ1ShRyvRClLPSTGtOg4VPZ0yWWO/bu2LK5ACyTY3P3Vxd2OqnEglT6D73HK8ZBiL y3KWoycp98U2TrSmE6EyY1dsNCf6O7S/5QV3IptfC+BBb/UBl7G0TeSgRUwA7N41wYt0 6baOu7/yvywfkoVIsP7t18eTdmHY/3OFsh7hxDRf41UBd539R56ut+rL+60/+Ino0JEk Zeb4/cZRkx3zlM6qSBHpmHhErgzjbrmO4U0hXW3/GdsV3lsL/V95Cn57P5SYMCn5vCvV +uJQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:cc:references:from:in-reply-to :content-transfer-encoding; bh=wYfMN1U2Pe3jpUIv6aB3aQPgJskkEEj7WPI7YhpZ+iM=; b=fqhb7cvIH5rtPvc60ohRx4YXLdZm/WY5KgvfonkppUSTrRr+xxM+WqQeyVtPJt6XJg 8Tng5kClk24oL1JzNREPJpzPGMJ4VLUDSkp9xHeJ14Y8SHitVNeiIrih85SBDQ4uJD1i lOCJyoF/8vS7etNQo6GYiExiKAZ0YTKEIOoqFzF2Zwdg1Xnnm4HIch/kvmFFO/9lX80P HEw76SoEtViCv8ixDYUgr51wfobX36uEME9pfFcGwczGQGgRRgBEAwuOYBrKnIvfGw/f XH1g6kFr7YyeNC7Ix8IUi8RexQ+a2+PHDtnRSciKtTFaO/wbQVOCROsLdWqcPf5KbE8L X5fA== X-Gm-Message-State: AJIora+ygX+mIbSPxejjMdPfQD5jIr+7NHJZhGwjM/uqnCq1mdyBYAn6 56EJIDupQaAyUU3rj529PWOw6w== X-Google-Smtp-Source: AGRyM1v+9fnhivd68F9zNYLDGadJBtEWyFQcWpvtuIzRBBdhrlhiHwQ4slZrz/esjHrNn6MtFsgZPg== X-Received: by 2002:a2e:888e:0:b0:25d:8112:dfc7 with SMTP id k14-20020a2e888e000000b0025d8112dfc7mr2100485lji.270.1657659769611; Tue, 12 Jul 2022 14:02:49 -0700 (PDT) Received: from [10.0.0.8] (fwa5da9-171.bb.online.no. [88.93.169.171]) by smtp.gmail.com with ESMTPSA id v12-20020ac258ec000000b00489dfb5d622sm1390518lfo.257.2022.07.12.14.02.47 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 12 Jul 2022 14:02:49 -0700 (PDT) Message-ID: Date: Tue, 12 Jul 2022 23:02:46 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0 Subject: Re: [PATCH V2] arm64: dts: qcom: sc7280: Update lpassaudio clock controller for resets Content-Language: en-US To: Satya Priya , Andy Gross , Bjorn Andersson , Rob Herring , Krzysztof Kozlowski Cc: Konrad Dybcio , Stephen Boyd , Taniya Das , mka@chromium.org, linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Taniya Das References: <1657181739-32052-1-git-send-email-quic_c_skakit@quicinc.com> From: Krzysztof Kozlowski In-Reply-To: <1657181739-32052-1-git-send-email-quic_c_skakit@quicinc.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On 07/07/2022 10:15, Satya Priya wrote: > From: Taniya Das > > The lpass audio supports TX/RX/WSA block resets. Disable the LPASS PIL > clock by default, boards can enable it if needed. You made here few different changes at once but I fail to see why. The most important message in commit msg is "why?". Why are you disabling LPASS PIL by default? > > Also to keep consistency update lpasscore to lpass_core. This definitely should not be backported to stable. > > Fixes: 9499240d15f2 ("arm64: dts: qcom: sc7280: Add lpasscore & lpassaudio clock controllers") This does not look right or I did not understand where the bug is. Please describe what is the error/issue/bug being fixed (which would explain the need of backporting). More over, the patch alone brings regression - disables the LPASS PIL while before it was enabled. For sure it should not be backported. > Signed-off-by: Taniya Das > Signed-off-by: Satya Priya > --- > Changes since V1: > - Updated the phandle reference in lpass_aon node. > - As per Matthias' comment updated the commit text. > > arch/arm64/boot/dts/qcom/sc7280.dtsi | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) Best regards, Krzysztof