dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Kamil Debski <k.debski@samsung.com>
To: dri-devel@lists.freedesktop.org, linux-media@vger.kernel.org
Cc: mchehab@osg.samsung.com, kyungmin.park@samsung.com,
	m.szyprowski@samsung.com
Subject: [RFC 6/6] dts: add s5p-cec to exynos4412-odroidu3
Date: Tue, 23 Dec 2014 15:32:22 +0100	[thread overview]
Message-ID: <1419345142-3364-7-git-send-email-k.debski@samsung.com> (raw)
In-Reply-To: <1419345142-3364-1-git-send-email-k.debski@samsung.com>

Add s5p-cec driver bindings to the board file of the Exynos 4412 Odroid U3.

Signed-off-by: Kamil Debski <k.debski@samsung.com>
---
 arch/arm/boot/dts/exynos4412-odroidu3.dts |   13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/arch/arm/boot/dts/exynos4412-odroidu3.dts b/arch/arm/boot/dts/exynos4412-odroidu3.dts
index c8a64be..934c9f8 100644
--- a/arch/arm/boot/dts/exynos4412-odroidu3.dts
+++ b/arch/arm/boot/dts/exynos4412-odroidu3.dts
@@ -31,6 +31,19 @@
 			linux,default-trigger = "heartbeat";
 		};
 	};
+
+	hdmicec: cec@100B0000 {
+		compatible = "samsung,s5p-cec";
+		reg = <0x100B0000 0x200>;
+		interrupts = <0 114 0>;
+		clocks = <&clock CLK_HDMI_CEC>;
+		clock-names = "hdmicec";
+		samsung,syscon-phandle = <&pmu_system_controller>;
+		cec-gpio = <&gpx3 6 0>;
+		pinctrl-names = "default";
+		pinctrl-0 = <&hdmi_cec>;
+		status = "okay";
+	};
 };
 
 &usb3503 {
-- 
1.7.9.5

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

      parent reply	other threads:[~2014-12-23 14:33 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-23 14:32 [RFC 0/6] HDMI-CEC framework Kamil Debski
2014-12-23 14:32 ` [RFC 1/6] cec: add new driver for cec support Kamil Debski
2014-12-30 13:32   ` Sean Young
2015-01-08 16:50     ` Kamil Debski
2015-01-12 11:45   ` Hans Verkuil
2015-01-12 11:48   ` Hans Verkuil
2014-12-23 14:32 ` [RFC 2/6] v4l2-subdev: add cec ops Kamil Debski
2014-12-23 14:32 ` [RFC 3/6] adv7604: add cec support Kamil Debski
2014-12-23 14:32 ` [RFC 4/6] adv7511: " Kamil Debski
2014-12-23 14:32 ` [RFC 5/6] s5p-cec: Add s5p-cec driver Kamil Debski
2014-12-23 14:32 ` Kamil Debski [this message]

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=1419345142-3364-7-git-send-email-k.debski@samsung.com \
    --to=k.debski@samsung.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=kyungmin.park@samsung.com \
    --cc=linux-media@vger.kernel.org \
    --cc=m.szyprowski@samsung.com \
    --cc=mchehab@osg.samsung.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox