Skip to content

Commit

Permalink
media: dt-bindings: media: mediatek: vcodec: Change the max reg value…
Browse files Browse the repository at this point in the history
… to 2

Need to add racing control register base in device node for mt8195 support
inner racing mode. Changing the max reg value from 1 to 2.

Adding the description for VDEC_SYS and VDEC_MISC.

Signed-off-by: Yunfei Dong <yunfei.dong@mediatek.com>
Signed-off-by: Allen-KH Cheng <allen-kh.cheng@mediatek.com>
Acked-by: Rob Herring <robh@kernel.org>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Reviewed-by: Chen-Yu Tsai <wenst@chromium.org>
Tested-by: Chen-Yu Tsai <wenst@chromium.org>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
  • Loading branch information
Yunfei Dong authored and Mauro Carvalho Chehab committed Apr 10, 2023
1 parent 355e947 commit cdc1068
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,10 @@ properties:
- mediatek,mt8195-vcodec-dec

reg:
maxItems: 1
minItems: 1
items:
- description: VDEC_SYS register space
- description: VDEC_RACING_CTRL register space

iommus:
minItems: 1
Expand Down Expand Up @@ -98,6 +101,7 @@ patternProperties:

reg:
maxItems: 1
description: VDEC_MISC register space

interrupts:
maxItems: 1
Expand Down

0 comments on commit cdc1068

Please sign in to comment.