From 75720b8aa3ecdd39d14d400cb4f7ff9c64c6b815 Mon Sep 17 00:00:00 2001 From: Wang Hao Date: Tue, 26 May 2026 17:39:32 +0800 Subject: [PATCH] Documentation/bindings:Fix description errors in the YAML binding file Signed-off-by: Wang Hao --- .../devicetree/bindings/media/phytium,jpeg-vram.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/devicetree/bindings/media/phytium,jpeg-vram.yaml b/Documentation/devicetree/bindings/media/phytium,jpeg-vram.yaml index d486a9085d..18012dc57f 100644 --- a/Documentation/devicetree/bindings/media/phytium,jpeg-vram.yaml +++ b/Documentation/devicetree/bindings/media/phytium,jpeg-vram.yaml @@ -1,7 +1,7 @@ # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) %YAML 1.2 --- -$id: "http://devicetree.org/schemas/reserved-memory/phytium-jpeg-vram.yaml#" +$id: "http://devicetree.org/schemas/media/phytium,jpeg-vram.yaml#" $schema: "http://devicetree.org/meta-schemas/core.yaml#" title: Phytium JPEG VRAM Engine @@ -18,9 +18,9 @@ properties: const: "phytium,jpeg-vram" reg: - maxItems: 1 + maxItems: 2 description: | - Contains the offset and length of the JPEG Engine memory region. + Contains the offset and length of the JPEG Engine memory regions. interrupts: maxItems: 1 -- Gitee