[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <c715fe6d-d443-c9b4-0a58-29941e0ed539@linux.intel.com>
Date: Tue, 2 Apr 2019 14:05:49 -0700
From: Jae Hyun Yoo <jae.hyun.yoo@...ux.intel.com>
To: Eddie James <eajames@...ux.ibm.com>, linux-media@...r.kernel.org
Cc: mark.rutland@....com, devicetree@...r.kernel.org,
linux-aspeed@...ts.ozlabs.org, mturquette@...libre.com,
linux-kernel@...r.kernel.org, sboyd@...nel.org, robh+dt@...nel.org,
mchehab@...nel.org, linux-clk@...r.kernel.org
Subject: Re: [PATCH 3/5] media: dt-bindings: aspeed-video: Add missing
memory-region property
Hi Eddie,
On 4/2/2019 11:25 AM, Eddie James wrote:
> 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>
nit: a semicolon at the end of the line.
> };
>
Powered by blists - more mailing lists