From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 05980126C03; Mon, 22 Jun 2026 13:51:49 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782136309; cv=none; b=XBjVNFWnuZtpOqBrcSjJwJpkdlII+CyPEKyMVD/7P7ALQlrLuQ1CoIx+t8Tj8k3Xtyi9DakKBf6fC7UoGzhrbyBxPxdkvQgojUnlxSqVAzRh2wfMMZPEn29gWU/gEamA9EElN3GSNpbdANj5H7tKXID5Dsf9PcBKOJzDgLNrpQw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782136309; c=relaxed/simple; bh=YY6kKelcExsXNVqog5yJ1MBQ4xJvusPeJALhnCg7WZE=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=tXNkRqvJQMbbhqCw9JQ5TCQHwTcd7ToOJ0VIIdW6zT3ZD1i7VbKlrzbVGJ2WVrgPY0TQKJNQo3c1U4YlGrLGLEPEbvOoZVS35I4akgdU0pEvEN5ZhV2eIydoVBeH3qiHArrkSWjkqyfQ9x4U1UuJAsrstZsYmEZldgQbC3n0soQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=dfqnWB7i; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="dfqnWB7i" Received: by smtp.kernel.org (Postfix) with ESMTPSA id AFC3D1F000E9; Mon, 22 Jun 2026 13:51:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1782136308; bh=3OR1YeiV2WovN1USTywrDWul8x9HKiw6jnEgq6vBn98=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=dfqnWB7immgiTA3nlaUkhlWzmBk8quMioKc3S/241ufdkyT8PgXi6wYwiOE3cfyes QJcSMR8vkVNZjAtt2lH9ImKdw1+fv7yRI7NKWcsLWzq/ZF8YDs2DLO8DH1hXfSH+R4 jL773V23PpwgvG4hLfAMxx+gxrjh7ZTHY3he43h5Ci8DJTMPvS/F1Nq5Wr+GXLw0lg FCk1ClAs6uus4WBAB5oEgptqiuR3zf1Ii9FlXIb6y1pRns5U+Ew9CxqdmyIYJ/teoc PuhhrTt9Y2y9GmKwJRjS/q/yOXFqN+ociRLMnIqzkI0DTLBG4dDpikVACbGy6y5EfL 1o8gRU2+hlAlg== Date: Mon, 22 Jun 2026 15:51:44 +0200 From: Krzysztof Kozlowski To: Taniya Das Cc: Bjorn Andersson , Michael Turquette , Stephen Boyd , Brian Masney , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Vivek Aknurwar , Ajit Pandey , Imran Shaik , Jagadeesh Kona , linux-arm-msm@vger.kernel.org, linux-clk@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/5] dt-bindings: clock: qcom-rpmhcc: Add RPMH clock controller for Maili Message-ID: <20260622-charming-aromatic-potoo-c4b9ea@quoll> References: <20260618-maili_initial_clock-v1-0-d6ede0352113@oss.qualcomm.com> <20260618-maili_initial_clock-v1-1-d6ede0352113@oss.qualcomm.com> Precedence: bulk X-Mailing-List: linux-clk@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: <20260618-maili_initial_clock-v1-1-d6ede0352113@oss.qualcomm.com> On Thu, Jun 18, 2026 at 10:51:16PM +0530, Taniya Das wrote: > Document the RPMH clock controller for the Qualcomm Maili SoC. > > Maili SoC is a derivative of the Hawi SoC and the rpmh clock controller > is identical to that of Hawi. Therefore Maili uses the fallback > compatible to reuse the Hawi rpmhcc driver. > > Signed-off-by: Taniya Das > --- > .../devicetree/bindings/clock/qcom,rpmhcc.yaml | 65 ++++++++++++---------- > 1 file changed, 35 insertions(+), 30 deletions(-) Reviewed-by: Krzysztof Kozlowski Best regards, Krzysztof