diff options
author | Jae Hyun Yoo <jae.hyun.yoo@linux.intel.com> | 2020-01-07 02:15:02 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2020-02-24 16:08:14 +0100 |
commit | 297c5ac328066a753699b2beddcc31a98acb366e (patch) | |
tree | 7200adddb4934d55597ae50b90b4c4a9a680bc5e /Documentation/devicetree/bindings/media/aspeed-video.txt | |
parent | 1b5482e0d2680da7202d29013f6b5aa5e203046f (diff) | |
download | kernel_replicant_linux-297c5ac328066a753699b2beddcc31a98acb366e.tar.gz kernel_replicant_linux-297c5ac328066a753699b2beddcc31a98acb366e.tar.bz2 kernel_replicant_linux-297c5ac328066a753699b2beddcc31a98acb366e.zip |
media: Documentation: dt-bindings: media: add AST2600 Video Engine support
The AST2600 has Video Engine so add the compatible string into the
document.
Signed-off-by: Jae Hyun Yoo <jae.hyun.yoo@linux.intel.com>
Acked-by: Joel Stanley <joel@jms.id.au>
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/devicetree/bindings/media/aspeed-video.txt')
-rw-r--r-- | Documentation/devicetree/bindings/media/aspeed-video.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/media/aspeed-video.txt b/Documentation/devicetree/bindings/media/aspeed-video.txt index ce2894506e1f..d2ca32512272 100644 --- a/Documentation/devicetree/bindings/media/aspeed-video.txt +++ b/Documentation/devicetree/bindings/media/aspeed-video.txt @@ -1,11 +1,12 @@ * Device tree bindings for Aspeed Video Engine -The Video Engine (VE) embedded in the Aspeed AST2400 and AST2500 SOCs can +The Video Engine (VE) embedded in the Aspeed AST2400/2500/2600 SOCs can capture and compress video data from digital or analog sources. Required properties: - compatible: "aspeed,ast2400-video-engine" or - "aspeed,ast2500-video-engine" + "aspeed,ast2500-video-engine" or + "aspeed,ast2600-video-engine" - reg: contains the offset and length of the VE memory region - clocks: clock specifiers for the syscon clocks associated with the VE (ordering must match the clock-names property) |