[PATCH RFC 11/12] dt-bindings: remoteproc: imx-rproc: support virtio
From: Francesco Valla
Date: Wed Sep 16 2026 - 17:49:36 EST
Add support for virtio devices description.
Signed-off-by: Francesco Valla <francesco@xxxxxxxx>
---
Documentation/devicetree/bindings/remoteproc/fsl,imx-rproc.yaml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/remoteproc/fsl,imx-rproc.yaml b/Documentation/devicetree/bindings/remoteproc/fsl,imx-rproc.yaml
index c18f71b64889..32fc415c7028 100644
--- a/Documentation/devicetree/bindings/remoteproc/fsl,imx-rproc.yaml
+++ b/Documentation/devicetree/bindings/remoteproc/fsl,imx-rproc.yaml
@@ -92,6 +92,7 @@ required:
- compatible
allOf:
+ - $ref: remoteproc-virtio.yaml#
- if:
properties:
compatible:
@@ -118,7 +119,7 @@ allOf:
properties:
power-domains: false
-additionalProperties: false
+unevaluatedProperties: false
examples:
- |
--
2.55.0