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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id C3BD2FCC9D6 for ; Tue, 10 Mar 2026 07:52:16 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 2EBF310E665; Tue, 10 Mar 2026 07:52:16 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="l67Wv0Ll"; dkim-atps=neutral Received: from sea.source.kernel.org (sea.source.kernel.org [172.234.252.31]) by gabe.freedesktop.org (Postfix) with ESMTPS id 9246A10E665 for ; Tue, 10 Mar 2026 07:52:15 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sea.source.kernel.org (Postfix) with ESMTP id 4A6844412E; Tue, 10 Mar 2026 07:52:15 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 981B0C2BC86; Tue, 10 Mar 2026 07:52:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1773129135; bh=dulypwfTkKTS5/5M3EF3v38DdZO+JOxzPujQsFax51g=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=l67Wv0LlDHR+CeoZreU/DUyoawNKHcoGUQ+DyueUj2O1wuGOEWRKUxZED8CX0XLcZ hHSqGoycY2R1MpmzahXjsn2AZsJJThN14M7mh8sfgwWCPy8oJxCHmGvRD7zBcMwPnm xo3i4zepO4QdLKthzJggcHhyUTIyBcwiKOB1AIQdn5CNme6ESVqkLTETxC6pUxudpK Eln+0KS/v7G3WjhQUHQb+q/4A/SMAcXR5EM2L58yh65xaem2KQZRSOXMUuSzglk1XR eSvln6Jug/SvoYnik6DRjQk8OeEotGfOLRziEeQGMjQd0LgWNPzqha00ZW9Wknhgvg CSjHBNHwqe98g== Date: Tue, 10 Mar 2026 08:52:12 +0100 From: Krzysztof Kozlowski To: Sibi Sankar Cc: robh@kernel.org, srini@kernel.org, amahesh@qti.qualcomm.com, krzk+dt@kernel.org, conor+dt@kernel.org, andersson@kernel.org, konradybcio@kernel.org, mathieu.poirier@linaro.org, linux-arm-msm@vger.kernel.org, dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-remoteproc@vger.kernel.org, mani@kernel.org Subject: Re: [PATCH V4 3/5] dt-bindings: misc: qcom,fastrpc: Add compatible for Glymur Message-ID: <20260310-happy-intrepid-mastiff-6d3e1d@quoll> References: <20260310033617.3108675-1-sibi.sankar@oss.qualcomm.com> <20260310033617.3108675-4-sibi.sankar@oss.qualcomm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20260310033617.3108675-4-sibi.sankar@oss.qualcomm.com> X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Tue, Mar 10, 2026 at 09:06:15AM +0530, Sibi Sankar wrote: > Document compatible for Qualcomm Glymur fastrpc which is fully compatible > with Qualcomm Kaanapali fastrpc. > > Signed-off-by: Sibi Sankar > --- > .../devicetree/bindings/misc/qcom,fastrpc.yaml | 11 ++++++++--- > 1 file changed, 8 insertions(+), 3 deletions(-) Reviewed-by: Krzysztof Kozlowski Best regards, Krzysztof