diff options
author | Eddie James <eajames@linux.ibm.com> | 2019-04-02 02:42:26 +0000 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2019-04-04 12:52:10 +1030 |
commit | 1e59183115b42d25ee6f0e65fb9d6b2cb137f62a (patch) | |
tree | 4165c5546c4f770599fb21d9188d91cfc11a492d | |
parent | 4ebf26e98ed283be982698804226c2a03cc1bf40 (diff) | |
download | talos-obmc-linux-1e59183115b42d25ee6f0e65fb9d6b2cb137f62a.tar.gz talos-obmc-linux-1e59183115b42d25ee6f0e65fb9d6b2cb137f62a.zip |
media: dt-bindings: aspeed-video: Add missing memory-region property
Missed documenting this property in the initial commit.
OpenBMC-Staging-Count: 1
Signed-off-by: Eddie James <eajames@linux.ibm.com>
Signed-off-by: Joel Stanley <joel@jms.id.au>
-rw-r--r-- | Documentation/devicetree/bindings/media/aspeed-video.txt | 6 |
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..346c2d3b5ee0 100644 --- a/Documentation/devicetree/bindings/media/aspeed-video.txt +++ b/Documentation/devicetree/bindings/media/aspeed-video.txt @@ -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> }; |