aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Documentation/devicetree/bindings/media/aspeed-video.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/media/aspeed-video.txt b/Documentation/devicetree/bindings/media/aspeed-video.txt
index 78b464ae2672..ce2894506e1f 100644
--- a/Documentation/devicetree/bindings/media/aspeed-video.txt
+++ b/Documentation/devicetree/bindings/media/aspeed-video.txt
@@ -14,6 +14,11 @@ Required properties:
14 the VE 14 the VE
15 - interrupts: the interrupt associated with the VE on this platform 15 - interrupts: the interrupt associated with the VE on this platform
16 16
17Optional properties:
18 - memory-region:
19 phandle to a memory region to allocate from, as defined in
20 Documentation/devicetree/bindings/reserved-memory/reserved-memory.txt
21
17Example: 22Example:
18 23
19video-engine@1e700000 { 24video-engine@1e700000 {
@@ -23,4 +28,5 @@ video-engine@1e700000 {
23 clock-names = "vclk", "eclk"; 28 clock-names = "vclk", "eclk";
24 resets = <&syscon ASPEED_RESET_VIDEO>; 29 resets = <&syscon ASPEED_RESET_VIDEO>;
25 interrupts = <7>; 30 interrupts = <7>;
31 memory-region = <&video_engine_memory>;
26}; 32};