From: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
To: linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 04/10] ARM: shmobile: r8a7791: Add DU node to device tree
Date: Tue, 04 Nov 2014 13:14:16 +0000 [thread overview]
Message-ID: <5458D128.1070903@cogentembedded.com> (raw)
In-Reply-To: <8eefac2d6620642e8c44bf4acbf442c7d89f39d8.1415058552.git.horms+renesas@verge.net.au>
On 11/4/2014 4:50 AM, Simon Horman wrote:
> From: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
> Add the DU device with a disabled state. Boards that want to enable the
> DU need to specify the output topology
Same question as for the previous patch.
> Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
> ---
> arch/arm/boot/dts/r8a7791.dtsi | 69 ++++++++++++++++++++++++++++++++++++++++++
> 1 file changed, 69 insertions(+)
> diff --git a/arch/arm/boot/dts/r8a7791.dtsi b/arch/arm/boot/dts/r8a7791.dtsi
> index e06c11f..e4a7170 100644
> --- a/arch/arm/boot/dts/r8a7791.dtsi
> +++ b/arch/arm/boot/dts/r8a7791.dtsi
> @@ -637,6 +637,75 @@
> status = "disabled";
> };
>
> + vsp1@fe928000 {
> + compatible = "renesas,vsp1";
> + reg = <0 0xfe928000 0 0x8000>;
> + interrupts = <0 267 IRQ_TYPE_LEVEL_HIGH>;
> + clocks = <&mstp1_clks R8A7791_CLK_VSP1_S>;
> +
> + renesas,has-lut;
> + renesas,has-sru;
> + renesas,#rpf = <5>;
> + renesas,#uds = <3>;
> + renesas,#wpf = <4>;
> + };
> +
> + vsp1@fe930000 {
> + compatible = "renesas,vsp1";
> + reg = <0 0xfe930000 0 0x8000>;
> + interrupts = <0 246 IRQ_TYPE_LEVEL_HIGH>;
> + clocks = <&mstp1_clks R8A7791_CLK_VSP1_DU0>;
> +
> + renesas,has-lif;
> + renesas,has-lut;
> + renesas,#rpf = <4>;
> + renesas,#uds = <1>;
> + renesas,#wpf = <4>;
> + };
> +
> + vsp1@fe938000 {
> + compatible = "renesas,vsp1";
> + reg = <0 0xfe938000 0 0x8000>;
> + interrupts = <0 247 IRQ_TYPE_LEVEL_HIGH>;
> + clocks = <&mstp1_clks R8A7791_CLK_VSP1_DU1>;
> +
> + renesas,has-lif;
> + renesas,has-lut;
> + renesas,#rpf = <4>;
> + renesas,#uds = <1>;
> + renesas,#wpf = <4>;
> + };
[...]
WBR, Sergei
WARNING: multiple messages have this Message-ID (diff)
From: sergei.shtylyov@cogentembedded.com (Sergei Shtylyov)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 04/10] ARM: shmobile: r8a7791: Add DU node to device tree
Date: Tue, 04 Nov 2014 16:14:16 +0300 [thread overview]
Message-ID: <5458D128.1070903@cogentembedded.com> (raw)
In-Reply-To: <8eefac2d6620642e8c44bf4acbf442c7d89f39d8.1415058552.git.horms+renesas@verge.net.au>
On 11/4/2014 4:50 AM, Simon Horman wrote:
> From: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
> Add the DU device with a disabled state. Boards that want to enable the
> DU need to specify the output topology
Same question as for the previous patch.
> Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
> ---
> arch/arm/boot/dts/r8a7791.dtsi | 69 ++++++++++++++++++++++++++++++++++++++++++
> 1 file changed, 69 insertions(+)
> diff --git a/arch/arm/boot/dts/r8a7791.dtsi b/arch/arm/boot/dts/r8a7791.dtsi
> index e06c11f..e4a7170 100644
> --- a/arch/arm/boot/dts/r8a7791.dtsi
> +++ b/arch/arm/boot/dts/r8a7791.dtsi
> @@ -637,6 +637,75 @@
> status = "disabled";
> };
>
> + vsp1 at fe928000 {
> + compatible = "renesas,vsp1";
> + reg = <0 0xfe928000 0 0x8000>;
> + interrupts = <0 267 IRQ_TYPE_LEVEL_HIGH>;
> + clocks = <&mstp1_clks R8A7791_CLK_VSP1_S>;
> +
> + renesas,has-lut;
> + renesas,has-sru;
> + renesas,#rpf = <5>;
> + renesas,#uds = <3>;
> + renesas,#wpf = <4>;
> + };
> +
> + vsp1 at fe930000 {
> + compatible = "renesas,vsp1";
> + reg = <0 0xfe930000 0 0x8000>;
> + interrupts = <0 246 IRQ_TYPE_LEVEL_HIGH>;
> + clocks = <&mstp1_clks R8A7791_CLK_VSP1_DU0>;
> +
> + renesas,has-lif;
> + renesas,has-lut;
> + renesas,#rpf = <4>;
> + renesas,#uds = <1>;
> + renesas,#wpf = <4>;
> + };
> +
> + vsp1 at fe938000 {
> + compatible = "renesas,vsp1";
> + reg = <0 0xfe938000 0 0x8000>;
> + interrupts = <0 247 IRQ_TYPE_LEVEL_HIGH>;
> + clocks = <&mstp1_clks R8A7791_CLK_VSP1_DU1>;
> +
> + renesas,has-lif;
> + renesas,has-lut;
> + renesas,#rpf = <4>;
> + renesas,#uds = <1>;
> + renesas,#wpf = <4>;
> + };
[...]
WBR, Sergei
next prev parent reply other threads:[~2014-11-04 13:14 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-04 1:50 [GIT PULL] Renesas ARM Based SoC DT DU Updates for v3.19 Simon Horman
2014-11-04 1:50 ` Simon Horman
2014-11-04 1:50 ` [PATCH 01/10] ARM: shmobile: Remove FSF address from copyright headers Simon Horman
2014-11-04 1:50 ` Simon Horman
2014-11-04 1:50 ` [PATCH 02/10] ARM: shmobile: r8a7779: Add DU node to device tree Simon Horman
2014-11-04 1:50 ` Simon Horman
2014-11-04 1:50 ` [PATCH 03/10] ARM: shmobile: r8a7790: " Simon Horman
2014-11-04 1:50 ` Simon Horman
2014-11-04 13:12 ` Sergei Shtylyov
2014-11-04 13:12 ` Sergei Shtylyov
2014-11-05 2:09 ` Simon Horman
2014-11-05 2:09 ` Simon Horman
2014-11-04 1:50 ` [PATCH 04/10] ARM: shmobile: r8a7791: " Simon Horman
2014-11-04 1:50 ` Simon Horman
2014-11-04 13:14 ` Sergei Shtylyov [this message]
2014-11-04 13:14 ` Sergei Shtylyov
2014-11-04 1:50 ` [PATCH 05/10] ARM: shmobile: dts: Add common file for AA104XD12 panel Simon Horman
2014-11-04 1:50 ` Simon Horman
2014-11-04 1:50 ` [PATCH 06/10] ARM: shmobile: marzen: Enable DU device in DT Simon Horman
2014-11-04 1:50 ` Simon Horman
2014-11-04 1:50 ` [PATCH 07/10] ARM: shmobile: lager-reference: Remove DU platform device Simon Horman
2014-11-04 1:50 ` Simon Horman
2014-11-04 1:50 ` [PATCH 08/10] ARM: shmobile: lager: Enable DU device in DT Simon Horman
2014-11-04 1:50 ` Simon Horman
2014-11-04 1:50 ` [PATCH 09/10] ARM: shmobile: koelsch-reference: Remove DU platform device Simon Horman
2014-11-04 1:50 ` Simon Horman
2014-11-04 1:50 ` [PATCH 10/10] ARM: shmobile: koelsch: Enable DU device in DT Simon Horman
2014-11-04 1:50 ` Simon Horman
2014-11-19 21:33 ` [GIT PULL] Renesas ARM Based SoC DT DU Updates for v3.19 Arnd Bergmann
2014-11-19 21:33 ` Arnd Bergmann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5458D128.1070903@cogentembedded.com \
--to=sergei.shtylyov@cogentembedded.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.