]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
media: dt-bindings: nxp,imx8-jpeg: Document optional SRAM support
authorMarek Vasut <marek.vasut@mailbox.org>
Fri, 17 Oct 2025 15:58:37 +0000 (17:58 +0200)
committerHans Verkuil <hverkuil+cisco@kernel.org>
Mon, 5 Jan 2026 14:56:31 +0000 (15:56 +0100)
Document optional phandle to mmio-sram, which can describe an SRAM
region used for descriptor storage instead of regular DRAM region.
Use of SRAM instead of DRAM for descriptor storage may improve bus
access pattern and performance.

Reviewed-by: Frank Li <Frank.Li@nxp.com>
Signed-off-by: Marek Vasut <marek.vasut@mailbox.org>
Signed-off-by: Nicolas Dufresne <nicolas.dufresne@collabora.com>
Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>
Documentation/devicetree/bindings/media/nxp,imx8-jpeg.yaml

index b5aca3d2cc5c2a85ad81984715784df1c0cad891..18cc6315a82121425feba13731f9f9820bbd2705 100644 (file)
@@ -55,6 +55,12 @@ properties:
     minItems: 1               # Wrapper and all slots
     maxItems: 5               # Wrapper and 4 slots
 
+  sram:
+    $ref: /schemas/types.yaml#/definitions/phandle
+    description:
+      Optional phandle to a reserved on-chip SRAM regions. The SRAM can
+      be used for descriptor storage, which may improve bus utilization.
+
 required:
   - compatible
   - reg