[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1554229504-5661-4-git-send-email-eajames@linux.ibm.com>
Date: Tue, 2 Apr 2019 18:25:02 +0000
From: Eddie James <eajames@...ux.ibm.com>
To: linux-media@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, linux-aspeed@...ts.ozlabs.org,
joel@....id.au, andrew@...id.au, mchehab@...nel.org,
linux-clk@...r.kernel.org, sboyd@...nel.org,
mturquette@...libre.com, devicetree@...r.kernel.org,
mark.rutland@....com, robh+dt@...nel.org
Subject: [PATCH 3/5] media: dt-bindings: aspeed-video: Add missing memory-region property
Missed documenting this property in the initial commit.
Signed-off-by: Eddie James <eajames@...ux.ibm.com>
---
Documentation/devicetree/bindings/media/aspeed-video.txt | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/Documentation/devicetree/bindings/media/aspeed-video.txt b/Documentation/devicetree/bindings/media/aspeed-video.txt
index 78b464a..346c2d3 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@...00000 {
@@ -23,4 +28,5 @@ video-engine@...00000 {
clock-names = "vclk", "eclk";
resets = <&syscon ASPEED_RESET_VIDEO>;
interrupts = <7>;
+ memory-region = <&video_engine_memory>
};
--
1.8.3.1
Powered by blists - more mailing lists