From: Laurentiu Mihalcea <[email protected]> The carveout region names are derived based on the DT node names. Because of this, the DT node names are ABI, which is not supposed to happen.
Fix this by documenting an additional, optional property: "memory-region-names". This way, the software will have a way to build the carveout region names without relying on the DT node names. Signed-off-by: Laurentiu Mihalcea <[email protected]> --- .../devicetree/bindings/remoteproc/fsl,imx-rproc.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Documentation/devicetree/bindings/remoteproc/fsl,imx-rproc.yaml b/Documentation/devicetree/bindings/remoteproc/fsl,imx-rproc.yaml index c18f71b64889..8e3e6676a95e 100644 --- a/Documentation/devicetree/bindings/remoteproc/fsl,imx-rproc.yaml +++ b/Documentation/devicetree/bindings/remoteproc/fsl,imx-rproc.yaml @@ -62,6 +62,10 @@ properties: minItems: 1 maxItems: 32 + memory-region-names: + minItems: 1 + maxItems: 32 + power-domains: minItems: 2 maxItems: 8 -- 2.53.0

