[PATCH 1/7] dt-bindings: misc: qcom,fastrpc: correct qcom,nsessions name

From: Krzysztof Kozlowski
Date: Fri Sep 09 2022 - 08:54:20 EST


The property in old TXT bindings, in Linux driver and in DTS is
qcom,nsessions.

Fixes: ed18a9b140bc ("dt-bindings: misc: fastrpc convert bindings to yaml")
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>

---

Fixed commit in Rob's tree.
---
Documentation/devicetree/bindings/misc/qcom,fastrpc.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/misc/qcom,fastrpc.yaml b/Documentation/devicetree/bindings/misc/qcom,fastrpc.yaml
index f25924d33fa9..4b4072b6be1c 100644
--- a/Documentation/devicetree/bindings/misc/qcom,fastrpc.yaml
+++ b/Documentation/devicetree/bindings/misc/qcom,fastrpc.yaml
@@ -70,7 +70,7 @@ patternProperties:
reg:
maxItems: 1

- qcom,nsession:
+ qcom,nsessions:
$ref: /schemas/types.yaml#/definitions/uint32
default: 1
description: >
--
2.34.1