Commit 3d8af3b4 authored by Neil Armstrong's avatar Neil Armstrong Committed by Mauro Carvalho Chehab

media: dt-bindings: media: amlogic,gx-vdec: add bindings for SM1 family

Add bindings to support the Amlogic Video Decoder on the Amlogic
SM1 family.

SM1 has a slightly different power management handling, thus needing a
separate compatible.
Signed-off-by: default avatarNeil Armstrong <narmstrong@baylibre.com>
Acked-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarHans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
parent 8299c653
...@@ -36,6 +36,7 @@ properties: ...@@ -36,6 +36,7 @@ properties:
- const: amlogic,gx-vdec - const: amlogic,gx-vdec
- enum: - enum:
- amlogic,g12a-vdec # G12A (S905X2, S905D2) - amlogic,g12a-vdec # G12A (S905X2, S905D2)
- amlogic,sm1-vdec # SM1 (S905X3, S905D3)
interrupts: interrupts:
minItems: 2 minItems: 2
...@@ -103,6 +104,7 @@ allOf: ...@@ -103,6 +104,7 @@ allOf:
contains: contains:
enum: enum:
- amlogic,g12a-vdec - amlogic,g12a-vdec
- amlogic,sm1-vdec
then: then:
properties: properties:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment