Add compatible for Qualcomm Nord FastRPC which is compatible with Kaanapali FastRPC.
As there are 4 CDSPs on Nord, add label for cdsp2 and cdsp3 as well. Reviewed-by: Bartosz Golaszewski <[email protected]> Reviewed-by: Ekansh Gupta <[email protected]> Signed-off-by: Shawn Guo <[email protected]> --- Changes for v2: - Add label for cdsp2 and cdsp3 - Link to v1: https://lore.kernel.org/all/[email protected]/ Documentation/devicetree/bindings/misc/qcom,fastrpc.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/devicetree/bindings/misc/qcom,fastrpc.yaml b/Documentation/devicetree/bindings/misc/qcom,fastrpc.yaml index 2876fdd7c6e6..47e5976c8743 100644 --- a/Documentation/devicetree/bindings/misc/qcom,fastrpc.yaml +++ b/Documentation/devicetree/bindings/misc/qcom,fastrpc.yaml @@ -26,6 +26,7 @@ properties: - enum: - qcom,glymur-fastrpc - qcom,hawi-fastrpc + - qcom,nord-fastrpc - const: qcom,kaanapali-fastrpc label: @@ -35,6 +36,8 @@ properties: - sdsp - cdsp - cdsp1 + - cdsp2 + - cdsp3 - gdsp0 - gdsp1 -- 2.43.0
