Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Jae Hyun Yoo and committed by
Mauro Carvalho Chehab
297c5ac3 1b5482e0

+3 -2
+3 -2
Documentation/devicetree/bindings/media/aspeed-video.txt
··· 1 1 * Device tree bindings for Aspeed Video Engine 2 2 3 - The Video Engine (VE) embedded in the Aspeed AST2400 and AST2500 SOCs can 3 + The Video Engine (VE) embedded in the Aspeed AST2400/2500/2600 SOCs can 4 4 capture and compress video data from digital or analog sources. 5 5 6 6 Required properties: 7 7 - compatible: "aspeed,ast2400-video-engine" or 8 - "aspeed,ast2500-video-engine" 8 + "aspeed,ast2500-video-engine" or 9 + "aspeed,ast2600-video-engine" 9 10 - reg: contains the offset and length of the VE memory region 10 11 - clocks: clock specifiers for the syscon clocks associated with 11 12 the VE (ordering must match the clock-names property)