[PATCH] dt-bindings: misc: qcom,fastrpc: Add compatible for Hawi SoC

Mukesh Ojha posted 1 patch 1 month, 2 weeks ago
Documentation/devicetree/bindings/misc/qcom,fastrpc.yaml | 1 +
1 file changed, 1 insertion(+)
[PATCH] dt-bindings: misc: qcom,fastrpc: Add compatible for Hawi SoC
Posted by Mukesh Ojha 1 month, 2 weeks ago
Document compatible for Qualcomm Hawi fastrpc which is fully
compatible with Qualcomm Kaanapali fastrpc.

Signed-off-by: Mukesh Ojha <mukesh.ojha@oss.qualcomm.com>
---
 Documentation/devicetree/bindings/misc/qcom,fastrpc.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/misc/qcom,fastrpc.yaml b/Documentation/devicetree/bindings/misc/qcom,fastrpc.yaml
index ca830dd06de2..2876fdd7c6e6 100644
--- a/Documentation/devicetree/bindings/misc/qcom,fastrpc.yaml
+++ b/Documentation/devicetree/bindings/misc/qcom,fastrpc.yaml
@@ -25,6 +25,7 @@ properties:
       - items:
           - enum:
               - qcom,glymur-fastrpc
+              - qcom,hawi-fastrpc
           - const: qcom,kaanapali-fastrpc
 
   label:
-- 
2.53.0
Re: [PATCH] dt-bindings: misc: qcom,fastrpc: Add compatible for Hawi SoC
Posted by Rob Herring (Arm) 1 month, 1 week ago
On Tue, 28 Apr 2026 00:39:13 +0530, Mukesh Ojha wrote:
> Document compatible for Qualcomm Hawi fastrpc which is fully
> compatible with Qualcomm Kaanapali fastrpc.
> 
> Signed-off-by: Mukesh Ojha <mukesh.ojha@oss.qualcomm.com>
> ---
>  Documentation/devicetree/bindings/misc/qcom,fastrpc.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 

Applied, thanks!