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 6BBC71FA14E; Thu, 13 Mar 2025 09:18:10 +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=1741857492; cv=none; b=LX4wy+Se2EjnVpWtoSCAVVN4OeBEj+zwuPyXJT0+H1qoXIyndJYVK8imyRP3sgmkACBcfZ/lVMsOOlhx7/kp+AN2llTpjDyPvpOXjLDLVSJkDXo/eAqb0iPGG7Re6I0NZmsp/6tzkkuxqzAQMmQAwU88XY+x5EjtKf7WzNJCBjY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1741857492; c=relaxed/simple; bh=jVDomjMBnInaKjiE+S8O3q0/G9g8FyXhVtfxKw22KpQ=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=cx6uCSg50cMcnUE3bCxyUv7iyJjDv7A1caj43kjYfBF+GpMN/NGGl8PR3bOQg/0hTyR88frMC5WYBgLLvBKmjCHPW7MzsWmP4qJjxNpDmZ+wENFKAf9k6QZ59M0xCb/rJ8GcPd5KzrGnJBNQDdZPtc/Nq/hMzU6hkyMlZm0mpHU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=OpT60Q5v; 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="OpT60Q5v" Received: by smtp.kernel.org (Postfix) with ESMTPSA id A9B24C4CEDD; Thu, 13 Mar 2025 09:18:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1741857490; bh=jVDomjMBnInaKjiE+S8O3q0/G9g8FyXhVtfxKw22KpQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=OpT60Q5vqAO47nrGiXqfBtPRoVds+J4VyaWDOFbWjnZVPe8UZrvVS49M2oWEt8t1x i8Fin+P3gCNGvjRS776K0LoKaDCuSolR1vJwRNL7af30bETjPZnbgZMlwicAElAN+S B+qtMgGKRFH4x5Ro47870EV96wPER696f/BiemG41tPbuHiw/g1sFMi4hIEtZHGgAr UQuaGqpWtVhUHbrC2DNuNInJDcLCW+j4h6YYufhb7F8huHFy5wDnuB57Im0dQbxS9n x1HfyZwLbyrpY19PdUlEHWRsOOJdQbRrCCuDj85fdInp+nzltMxYKsfBf3pCCIF9qx zaRcCEwOAzHEA== Date: Thu, 13 Mar 2025 10:18:06 +0100 From: Krzysztof Kozlowski To: Imran Shaik Cc: "Rafael J. Wysocki" , Viresh Kumar , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Manivannan Sadhasivam , Bjorn Andersson , Konrad Dybcio , Ajit Pandey , Taniya Das , Jagadeesh Kona , Satya Priya Kakitapalli , linux-pm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org Subject: Re: [PATCH 1/2] dt-bindings: cpufreq: cpufreq-qcom-hw: Add QCS8300 compatible Message-ID: <20250313-sticky-glorious-dormouse-9dcfae@krzk-bin> References: <20250313-qcs8300-cpufreq-scaling-v1-0-d4cd3bd9c018@quicinc.com> <20250313-qcs8300-cpufreq-scaling-v1-1-d4cd3bd9c018@quicinc.com> Precedence: bulk X-Mailing-List: linux-pm@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: <20250313-qcs8300-cpufreq-scaling-v1-1-d4cd3bd9c018@quicinc.com> On Thu, Mar 13, 2025 at 11:33:39AM +0530, Imran Shaik wrote: > Document compatible for cpufreq hardware on Qualcomm QCS8300 platform. > > Signed-off-by: Imran Shaik > --- > Documentation/devicetree/bindings/cpufreq/cpufreq-qcom-hw.yaml | 2 ++ > 1 file changed, 2 insertions(+) Reviewed-by: Krzysztof Kozlowski Best regards, Krzysztof