Re: [PATCH V3 3/5] dt-bindings: misc: qcom,fastrpc: Add compatible for Glymur

From: Bjorn Andersson

Date: Mon Feb 23 2026 - 11:39:05 EST


On Thu, Jan 29, 2026 at 05:43:56AM +0530, Sibi Sankar wrote:
> Document compatible for Qualcomm Glymur fastrpc which is fully compatible
> with Qualcomm Kaanapali fastrpc.
>

I assume this means that you have successfully called at least one
FastRPC function on Glymur - with the WP firmware?

Regards,
Bjorn

> Signed-off-by: Sibi Sankar <sibi.sankar@xxxxxxxxxxxxxxxx>
> ---
> .../devicetree/bindings/misc/qcom,fastrpc.yaml | 11 ++++++++---
> 1 file changed, 8 insertions(+), 3 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/misc/qcom,fastrpc.yaml b/Documentation/devicetree/bindings/misc/qcom,fastrpc.yaml
> index d8e47db677cc..ca830dd06de2 100644
> --- a/Documentation/devicetree/bindings/misc/qcom,fastrpc.yaml
> +++ b/Documentation/devicetree/bindings/misc/qcom,fastrpc.yaml
> @@ -18,9 +18,14 @@ description: |
>
> properties:
> compatible:
> - enum:
> - - qcom,kaanapali-fastrpc
> - - qcom,fastrpc
> + oneOf:
> + - enum:
> + - qcom,kaanapali-fastrpc
> + - qcom,fastrpc
> + - items:
> + - enum:
> + - qcom,glymur-fastrpc
> + - const: qcom,kaanapali-fastrpc
>
> label:
> enum:
> --
> 2.34.1
>