From: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
To: horms@verge.net.au, linux-renesas-soc@vger.kernel.org,
robh+dt@kernel.org, mark.rutland@arm.com,
devicetree@vger.kernel.org
Cc: magnus.damm@gmail.com, linux@arm.linux.org.uk,
linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: dts: r8a7794: add VSP1 support
Date: Tue, 16 Aug 2016 00:52:58 +0300 [thread overview]
Message-ID: <2191193.axSzE4vSGB@wasted.cogentembedded.com> (raw)
In-Reply-To: <1618499.8bcj8adpVO@wasted.cogentembedded.com>
Describe two instances (VSPS and VSPD0) of the VSP1 in the R8A7794 device
tree.
Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
---
This patch is against the 'renesas-devel-20160815-v4.8-rc2' of Simon Horman's
'renesas.git' repo.
arch/arm/boot/dts/r8a7794.dtsi | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
Index: renesas/arch/arm/boot/dts/r8a7794.dtsi
===================================================================
--- renesas.orig/arch/arm/boot/dts/r8a7794.dtsi
+++ renesas/arch/arm/boot/dts/r8a7794.dtsi
@@ -894,6 +894,22 @@
};
};
+ vsp1@fe928000 {
+ compatible = "renesas,vsp1";
+ reg = <0 0xfe928000 0 0x8000>;
+ interrupts = <GIC_SPI 267 IRQ_TYPE_LEVEL_HIGH>;
+ clocks = <&mstp1_clks R8A7794_CLK_VSP1_S>;
+ power-domains = <&sysc R8A7794_PD_ALWAYS_ON>;
+ };
+
+ vsp1@fe930000 {
+ compatible = "renesas,vsp1";
+ reg = <0 0xfe930000 0 0x8000>;
+ interrupts = <GIC_SPI 246 IRQ_TYPE_LEVEL_HIGH>;
+ clocks = <&mstp1_clks R8A7794_CLK_VSP1_DU0>;
+ power-domains = <&sysc R8A7794_PD_ALWAYS_ON>;
+ };
+
du: display@feb00000 {
compatible = "renesas,du-r8a7794";
reg = <0 0xfeb00000 0 0x40000>;
next prev parent reply other threads:[~2016-08-15 21:53 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-23 18:47 [PATCH 0/2] Add R8A7792 I2C support Sergei Shtylyov
2016-07-23 18:48 ` [PATCH 1/2] ARM: dts: r8a7792: add I2C clocks Sergei Shtylyov
2016-07-25 1:51 ` Simon Horman
2016-07-25 10:37 ` Sergei Shtylyov
2016-07-26 0:40 ` Simon Horman
2016-08-08 12:49 ` Geert Uytterhoeven
2016-07-23 18:49 ` [PATCH 2/2] ARM: dts: r8a7792: add I2C support Sergei Shtylyov
2016-07-23 18:57 ` Sergei Shtylyov
2016-07-25 1:51 ` Simon Horman
2016-08-08 12:52 ` Geert Uytterhoeven
2016-08-05 21:52 ` [PATCH] ARM: dts: r8a7792: fix misindented line Sergei Shtylyov
2016-08-08 11:03 ` Simon Horman
2016-08-15 21:52 ` Sergei Shtylyov [this message]
2016-08-16 8:07 ` [PATCH] ARM: dts: r8a7794: add VSP1 support Geert Uytterhoeven
2016-08-17 7:05 ` Simon Horman
2016-09-04 19:55 ` [PATCH] ARM: dts: r8a7794: fix PWM clock parent Sergei Shtylyov
2016-09-05 9:50 ` Geert Uytterhoeven
2016-09-05 11:59 ` Simon Horman
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=2191193.axSzE4vSGB@wasted.cogentembedded.com \
--to=sergei.shtylyov@cogentembedded.com \
--cc=devicetree@vger.kernel.org \
--cc=horms@verge.net.au \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-renesas-soc@vger.kernel.org \
--cc=linux@arm.linux.org.uk \
--cc=magnus.damm@gmail.com \
--cc=mark.rutland@arm.com \
--cc=robh+dt@kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox