From: "shun-yi.wang" <[email protected]> Remove the maximum number of 1 for memory regions. Instead, add some descriptions to ensure the integrity of the documentation.
Signed-off-by: shun-yi.wang <[email protected]> --- Documentation/devicetree/bindings/remoteproc/mtk,scp.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/remoteproc/mtk,scp.yaml b/Documentation/devicetree/bindings/remoteproc/mtk,scp.yaml index d05d1563ec19..3362c8ffdccc 100644 --- a/Documentation/devicetree/bindings/remoteproc/mtk,scp.yaml +++ b/Documentation/devicetree/bindings/remoteproc/mtk,scp.yaml @@ -55,7 +55,9 @@ properties: initializing SCP. memory-region: - maxItems: 1 + description: + List of phandles to the reserved memory nodes used by + remoteproc devices. cros-ec-rpmsg: $ref: /schemas/mfd/google,cros-ec.yaml @@ -123,7 +125,9 @@ patternProperties: initializing sub cores of multi-core SCP. memory-region: - maxItems: 1 + description: + List of phandles to the reserved memory nodes used by + remoteproc devices. cros-ec-rpmsg: $ref: /schemas/mfd/google,cros-ec.yaml -- 2.18.0

