Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / media / aspeed-video.txt
index 78b464ae2672883bf80625411332cbd677d3e154..ce2894506e1f16197441f59dbce6922696ae0205 100644 (file)
@@ -14,6 +14,11 @@ Required properties:
                        the VE
  - interrupts:         the interrupt associated with the VE on this platform
 
+Optional properties:
+ - memory-region:
+       phandle to a memory region to allocate from, as defined in
+       Documentation/devicetree/bindings/reserved-memory/reserved-memory.txt
+
 Example:
 
 video-engine@1e700000 {
@@ -23,4 +28,5 @@ video-engine@1e700000 {
     clock-names = "vclk", "eclk";
     resets = <&syscon ASPEED_RESET_VIDEO>;
     interrupts = <7>;
+    memory-region = <&video_engine_memory>;
 };