From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 69D97266581; Mon, 13 Apr 2026 08:10:18 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776067818; cv=none; b=ayCs+AmUKaPkvwO5leuwlX6ofMIT2zOToWM6rSoFW5CyGXOXr9wBSBjSmwCfchKV7M7jK5MpBXr7twAzbYHN69MXs5H9J03jSJExyGj2quPATOkqBRJ9wICnp9BcCPnBCTlBqJtg/YjZbC5C9ZdD+QeheblpVQOQdq9CEgPtpcE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776067818; c=relaxed/simple; bh=zfFmyITgPX1D8/Eh2hvI5r7GcuggwASGrs3jhpwvHvs=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=hN9XcBjoEjGqksXsjMXvftaUT/GjBsfWooavmLansPM+mUHUe4wSGpFp4058uhK7CAfg056+P7X58XOF2tvCXhWTmpR9CRnzlP/BfKRLmdLAsYd2Rr+wY+DhCPGad9Doj7qZAQs8Ef/Rc1RdiDz0zOytYQR3VDKgOmEKh9tQTRw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=bEAEdORy; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="bEAEdORy" Received: by smtp.kernel.org (Postfix) with ESMTPSA id B2DB3C116C6; Mon, 13 Apr 2026 08:10:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1776067818; bh=zfFmyITgPX1D8/Eh2hvI5r7GcuggwASGrs3jhpwvHvs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=bEAEdORyGuoWhsOQLnHyRwsfFlOQTTiL3LuIGPd8TKYGjatyUEGqYS3VA4HCsmprj OgXsRhN4UCVo9pwM51B3jlOOuZAET5vaRsSbzwko7hKZ4xBMGQo07LwaTVY+j4O+3R zIDjfPd0IqdR6n5yNTQxDJ3x52DOSsOTYz+uISUqvO2ghDtNlBMN4dViAj5P3Jk+AL 2w7jIcsm8hKCLh7BKN5BWL2bbNR4VV0cdoBpwyVrAcMYWguuesjCaVrU9jG7nad29E te46FEXGeUEkIEF3/F54iRptMV8Z75/WUzus8wvPlGPnMOhku5QqjzKXr1Nl9hZQdO kKMhNfPvJMcqQ== Date: Mon, 13 Apr 2026 10:10:15 +0200 From: Krzysztof Kozlowski To: Mukesh Ojha Cc: Thomas Gleixner , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Bjorn Andersson , Konrad Dybcio , cros-qcom-dts-watchers@chromium.org, linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org Subject: Re: [PATCH 01/35] dt-bindings: qcom,pdc: Tighten reg to single APSS DRV region Message-ID: <20260413-delectable-fair-nautilus-ccabcc@quoll> References: <20260410184124.1068210-1-mukesh.ojha@oss.qualcomm.com> <20260410184124.1068210-2-mukesh.ojha@oss.qualcomm.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20260410184124.1068210-2-mukesh.ojha@oss.qualcomm.com> On Sat, Apr 11, 2026 at 12:10:38AM +0530, Mukesh Ojha wrote: > The PDC has multiple DRV regions, each sized 0x10000, where each region Here and in subject - add "example". You are not tightening anything relevant. This is just an example, it can contain whatever "reg" value. It's nice that value is real and correct, but now your subject creates impression you are actually fixing something relevant, but in fact it has zero impact. Best regards, Krzysztof