devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: yannick fertre <yannick.fertre@st.com>
To: Philippe Cornu <philippe.cornu@st.com>,
	Alexandre Torgue <alexandre.torgue@st.com>,
	Rob Herring <robh+dt@kernel.org>,
	Mark Rutland <mark.rutland@arm.com>,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	Loic Pallardy <loic.pallardy@st.com>,
	Gerald Baeza <gerald.baeza@st.com>,
	Patrice Chotard <patrice.chotard@st.com>,
	Kamel Kholti <kamel.kholti@st.com>
Cc: Benjamin Gaignard <benjamin.gaignard@st.com>
Subject: [PATCH v1 1/3] ARM: dts: stm32: add cec support on stm32mp157c
Date: Tue, 24 Apr 2018 09:54:07 +0200	[thread overview]
Message-ID: <1524556449-5262-2-git-send-email-yannick.fertre@st.com> (raw)
In-Reply-To: <1524556449-5262-1-git-send-email-yannick.fertre@st.com>

Add cec support on stm32mp157c

Signed-off-by: yannick fertre <yannick.fertre@st.com>
---
 arch/arm/boot/dts/stm32mp157c.dtsi | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/arch/arm/boot/dts/stm32mp157c.dtsi b/arch/arm/boot/dts/stm32mp157c.dtsi
index bc3eddc..b80eb6b 100644
--- a/arch/arm/boot/dts/stm32mp157c.dtsi
+++ b/arch/arm/boot/dts/stm32mp157c.dtsi
@@ -136,6 +136,15 @@
 			status = "disabled";
 		};
 
+		cec: cec@40016000 {
+			compatible = "st,stm32-cec";
+			reg = <0x40016000 0x400>;
+			interrupts = <GIC_SPI 94 IRQ_TYPE_LEVEL_HIGH>;
+			clocks = <&rcc CEC_K>, <&clk_lse>;
+			clock-names = "cec", "hdmi-cec";
+			status = "disabled";
+		};
+
 		uart7: serial@40018000 {
 			compatible = "st,stm32h7-uart";
 			reg = <0x40018000 0x400>;
-- 
1.9.1

  reply	other threads:[~2018-04-24  7:54 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-24  7:54 [PATCH v1 0/3] Enable CEC on stm32mp157c-ev1 board yannick fertre
2018-04-24  7:54 ` yannick fertre [this message]
2018-04-25 21:39   ` [PATCH v1 1/3] ARM: dts: stm32: add cec support on stm32mp157c kbuild test robot
2018-04-24  7:54 ` [PATCH v1 2/3] ARM: dts: stm32: add cec pins to stm32mp157c yannick fertre
2018-05-03 12:16   ` Alexandre Torgue
2018-04-24  7:54 ` [PATCH v1 3/3] ARM: dts: stm32: add cec support on stm32mp157c-ev1 yannick fertre
2018-05-03 12:16 ` [PATCH v1 0/3] Enable CEC on stm32mp157c-ev1 board Alexandre Torgue

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=1524556449-5262-2-git-send-email-yannick.fertre@st.com \
    --to=yannick.fertre@st.com \
    --cc=alexandre.torgue@st.com \
    --cc=benjamin.gaignard@st.com \
    --cc=devicetree@vger.kernel.org \
    --cc=gerald.baeza@st.com \
    --cc=kamel.kholti@st.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=loic.pallardy@st.com \
    --cc=mark.rutland@arm.com \
    --cc=patrice.chotard@st.com \
    --cc=philippe.cornu@st.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;
as well as URLs for NNTP newsgroup(s).