diff options
author | Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> | 2022-09-09 15:53:57 +0300 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2022-09-09 19:23:30 +0300 |
commit | a44b80926be892b41fe2a7e12297b5b29a1c871d (patch) | |
tree | e736a97e0150e0ff25167c28f598ecfe82adc57b /Documentation/devicetree/bindings/misc | |
parent | 13ef76d89d62809258d04807c9667c875e209690 (diff) | |
download | linux-a44b80926be892b41fe2a7e12297b5b29a1c871d.tar.xz |
dt-bindings: misc: qcom,fastrpc: correct qcom,nsessions name
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@linaro.org>
Link: https://lore.kernel.org/r/20220909125403.803158-2-krzysztof.kozlowski@linaro.org
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/misc')
-rw-r--r-- | Documentation/devicetree/bindings/misc/qcom,fastrpc.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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: > |