* [PATCH 01/02] ARM: shmobile: r8a7793: Add DU node to device tree
@ 2015-11-16 9:15 Magnus Damm
2015-11-25 0:14 ` Simon Horman
0 siblings, 1 reply; 2+ messages in thread
From: Magnus Damm @ 2015-11-16 9:15 UTC (permalink / raw)
To: linux-sh
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.
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
---
Previously part of the following series:
[PATCH 0/5] R-Car DU: Add support for R8A7793 and R8A7794
arch/arm/boot/dts/r8a7793.dtsi | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/arch/arm/boot/dts/r8a7793.dtsi b/arch/arm/boot/dts/r8a7793.dtsi
index c50c5f65388a..2072f55a524a 100644
--- a/arch/arm/boot/dts/r8a7793.dtsi
+++ b/arch/arm/boot/dts/r8a7793.dtsi
@@ -140,6 +140,36 @@
status = "disabled";
};
+ du: display@feb00000 {
+ compatible = "renesas,du-r8a7793";
+ reg = <0 0xfeb00000 0 0x40000>,
+ <0 0xfeb90000 0 0x1c>;
+ reg-names = "du", "lvds.0";
+ interrupts = <0 256 IRQ_TYPE_LEVEL_HIGH>,
+ <0 268 IRQ_TYPE_LEVEL_HIGH>;
+ clocks = <&mstp7_clks R8A7793_CLK_DU0>,
+ <&mstp7_clks R8A7793_CLK_DU1>,
+ <&mstp7_clks R8A7793_CLK_LVDS0>;
+ clock-names = "du.0", "du.1", "lvds.0";
+ status = "disabled";
+
+ ports {
+ #address-cells = <1>;
+ #size-cells = <0>;
+
+ port@0 {
+ reg = <0>;
+ du_out_rgb: endpoint {
+ };
+ };
+ port@1 {
+ reg = <1>;
+ du_out_lvds0: endpoint {
+ };
+ };
+ };
+ };
+
clocks {
#address-cells = <2>;
#size-cells = <2>;
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH 01/02] ARM: shmobile: r8a7793: Add DU node to device tree
2015-11-16 9:15 [PATCH 01/02] ARM: shmobile: r8a7793: Add DU node to device tree Magnus Damm
@ 2015-11-25 0:14 ` Simon Horman
0 siblings, 0 replies; 2+ messages in thread
From: Simon Horman @ 2015-11-25 0:14 UTC (permalink / raw)
To: linux-sh
On Mon, Nov 16, 2015 at 06:15:23PM +0900, Magnus Damm 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.
>
> Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
> Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
Thanks, I have queued this up for v4.5.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-11-25 0:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-16 9:15 [PATCH 01/02] ARM: shmobile: r8a7793: Add DU node to device tree Magnus Damm
2015-11-25 0:14 ` Simon Horman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox