All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jyri Sarha <jsarha@ti.com>
To: dri-devel@lists.freedesktop.org
Cc: peter.ujfalusi@ti.com, tomi.valkeinen@ti.com,
	laurent.pinchart@ideasonboard.com, subhajit_paul@ti.com,
	jjhiblot@ti.com
Subject: [PATCH v3 6/8] ARM: dts: keystone-k2g: add DSS node
Date: Wed, 7 Nov 2018 10:27:23 +0200	[thread overview]
Message-ID: <1541579245-10715-7-git-send-email-jsarha@ti.com> (raw)
In-Reply-To: <1541579245-10715-1-git-send-email-jsarha@ti.com>

From: Tomi Valkeinen <tomi.valkeinen@ti.com>

Add DSS node to k2g.dtsi.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Cc: devicetree@vger.kernel.org
Signed-off-by: Jyri Sarha <jsarha@ti.com>
---
 arch/arm/boot/dts/keystone-k2g.dtsi | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/arch/arm/boot/dts/keystone-k2g.dtsi b/arch/arm/boot/dts/keystone-k2g.dtsi
index 738b44c..81a6be5 100644
--- a/arch/arm/boot/dts/keystone-k2g.dtsi
+++ b/arch/arm/boot/dts/keystone-k2g.dtsi
@@ -618,5 +618,26 @@
 			bus_freq = <2500000>;
 		};
 		#include "keystone-k2g-netcp.dtsi"
+
+		dss: dss@02540000 {
+			compatible = "ti,k2g-dss";
+
+			reg = <0x02540000 0x400>,
+			      <0x02550000 0x1000>,
+			      <0x02557000 0x1000>,
+			      <0x0255a800 0x100>,
+			      <0x0255ac00 0x100>;
+
+			reg-names = "cfg", "common", "vid1", "ovr1", "vp1";
+
+			clocks = <&k2g_clks 0x2 0>, <&k2g_clks 0x2 1>;
+			clock-names = "fck", "vp1";
+
+			power-domains = <&k2g_pds 0x2>;
+
+			interrupts = <GIC_SPI 247 IRQ_TYPE_EDGE_RISING>;
+
+			status = "disabled";
+		};
 	};
 };
-- 
Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki. Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

  parent reply	other threads:[~2018-11-07  8:27 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-07  8:27 [PATCH v3 0/8] drm/tidss: new display driver for TI's DSS6 & DSS7 Jyri Sarha
2018-11-07  8:27 ` [PATCH v3 1/8] dt-bindings: display/ti: add k2g-dss bindings Jyri Sarha
2018-11-07  8:27 ` [PATCH v3 2/8] dt-bindings: display/ti: add am65x-dss bindings Jyri Sarha
2018-11-07  8:27 ` [PATCH v3 3/8] drm/tidss: add new driver for TI Keystone platforms Jyri Sarha
2018-11-07  9:56   ` Daniel Vetter
2018-11-08  9:52     ` Tomi Valkeinen
2018-11-07  8:27 ` [PATCH v3 4/8] drm/tidss: Add dispc7 for DSS7 support Jyri Sarha
2018-11-07  8:27 ` [PATCH v3 5/8] MAINTAINERS: add entry for tidss Jyri Sarha
2018-11-07  8:27 ` Jyri Sarha [this message]
2018-11-07  8:27 ` [PATCH v3 7/8] ARM: dts: keystone-k2g-evm: add LCD and HDMI displays Jyri Sarha
2018-11-07  9:48   ` Tomi Valkeinen
2018-11-07  8:27 ` [PATCH v3 8/8] drm/panel: simple: Add Rockteck RK101II01D-CT panel Jyri Sarha

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=1541579245-10715-7-git-send-email-jsarha@ti.com \
    --to=jsarha@ti.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=jjhiblot@ti.com \
    --cc=laurent.pinchart@ideasonboard.com \
    --cc=peter.ujfalusi@ti.com \
    --cc=subhajit_paul@ti.com \
    --cc=tomi.valkeinen@ti.com \
    /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.