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 1B868388E4A; Mon, 4 May 2026 09:56:13 +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=1777888574; cv=none; b=V0ORCdH6paXDmH0c2P/YUaR/lSV1It1L1q3ISlAk1DOWcrnvY98hgQXl22ypvjNk2YWnZCjHx4ZjiMa9/rQVRvgthsjmu9iYMQ1MqbaEF5CGVwKodGnMtkLACweFu7gxpjSyYdFsXHds+spASNpZEYg/pM2WaF0EfVkJuE4Omjk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777888574; c=relaxed/simple; bh=1YOlxeyVA0cWlekYA2w4Ucx5FwbvE3hcvP+Sby+ziyI=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=OFIjI/Cu96o0i4T1QJEjZSBmZ0pPY80koapX+1LR8qxG/vyVfuZ2FSWXf1PdroKIbVZ/FjWO0qAsqdWaY377zywC+dXyhY1D22JJZwaVrsUUkJlPw+ghCnHxuHQZTt1xEO6JFpEFZFLan7h+pQQBph9YgcV+uqb/iN/J+zzNJ7g= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Aw2mYZdC; 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="Aw2mYZdC" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 21AB4C2BCB8; Mon, 4 May 2026 09:56:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1777888573; bh=1YOlxeyVA0cWlekYA2w4Ucx5FwbvE3hcvP+Sby+ziyI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Aw2mYZdCfaSv4rHOWmuH6p+Xh+EKCaHEqYNA1+/hdCmidY1lH5Iph8o21Tm7uj4Ma f5PcYqJLYYGkapTgVAWWyjSAfxFbZ7V8sxEccbuJgAnpnCQgSnS+rCB7WIfSHH9Ih8 n+L1Feb6gqteVLPPdcpoMMWJ7EB67SeqaAVjJ37Z+b22/Ytbj7TTUL77SS5pwjSeFG Tu0aZgvkMAEFCS845ZmrfF1G/4HEW2JV1eZBViarNCYQGKD5ggNliF5NKVC3qU2WAX aYREXQzxtYzHlKVbb3H5h75rWnYjPgIvoR7IXgzSl/jhAEvzE3lSE4bhENeDFeYAI7 yn9Al2ZdhHvag== Date: Mon, 4 May 2026 11:56:11 +0200 From: Krzysztof Kozlowski To: Sneh Mankad Cc: Bjorn Andersson , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Andy Gross , Mathieu Poirier , Stephan Gerhold , Jassi Brar , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-remoteproc@vger.kernel.org, Komal Bajaj Subject: Re: [PATCH 3/4] dt-bindings: mailbox: qcom: Add Shikra APCS compatible Message-ID: <20260504-mighty-fat-deer-fb7ec0@quoll> References: <20260430-shikra_mailbox_and_rpm_changes-v1-0-61ad7c57ef27@oss.qualcomm.com> <20260430-shikra_mailbox_and_rpm_changes-v1-3-61ad7c57ef27@oss.qualcomm.com> Precedence: bulk X-Mailing-List: linux-kernel@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: <20260430-shikra_mailbox_and_rpm_changes-v1-3-61ad7c57ef27@oss.qualcomm.com> On Thu, Apr 30, 2026 at 03:14:58PM +0530, Sneh Mankad wrote: > From: Komal Bajaj > > Add compatible for the Qualcomm Shikra APCS block. Here you explain why it is not compatible with SDM845 or other variant. > > Signed-off-by: Komal Bajaj > Signed-off-by: Sneh Mankad > --- > Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml | 2 ++ > 1 file changed, 2 insertions(+) Best regards, Krzysztof