diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2019-11-21 11:14:27 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2019-12-16 10:11:50 +0100 |
commit | 3d8af3b40d2a3b899a07119dc90e8e6821a094b9 (patch) | |
tree | 099289edee614ccfb8159425da3fd650b2da054c /Documentation | |
parent | media: meson: vdec: add g12a platform (diff) | |
download | linux-3d8af3b40d2a3b899a07119dc90e8e6821a094b9.tar.xz linux-3d8af3b40d2a3b899a07119dc90e8e6821a094b9.zip |
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: Neil Armstrong <narmstrong@baylibre.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/media/amlogic,gx-vdec.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/media/amlogic,gx-vdec.yaml b/Documentation/devicetree/bindings/media/amlogic,gx-vdec.yaml index cc8dc264fc72..335717e15970 100644 --- a/Documentation/devicetree/bindings/media/amlogic,gx-vdec.yaml +++ b/Documentation/devicetree/bindings/media/amlogic,gx-vdec.yaml @@ -36,6 +36,7 @@ properties: - const: amlogic,gx-vdec - enum: - amlogic,g12a-vdec # G12A (S905X2, S905D2) + - amlogic,sm1-vdec # SM1 (S905X3, S905D3) interrupts: minItems: 2 @@ -103,6 +104,7 @@ allOf: contains: enum: - amlogic,g12a-vdec + - amlogic,sm1-vdec then: properties: |