projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
949a0c0
)
ARM: dts: stm32: add cec support on stm32mp157c
author
yannick fertre
<yannick.fertre@st.com>
Tue, 24 Apr 2018 07:54:00 +0000
(09:54 +0200)
committer
Alexandre Torgue
<alexandre.torgue@st.com>
Fri, 4 May 2018 07:45:47 +0000
(09:45 +0200)
Add cec support on stm32mp157c
Signed-off-by: yannick fertre <yannick.fertre@st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
arch/arm/boot/dts/stm32mp157c.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/stm32mp157c.dtsi
b/arch/arm/boot/dts/stm32mp157c.dtsi
index
ab5e1d7
..
5ef6495
100644
(file)
--- a/
arch/arm/boot/dts/stm32mp157c.dtsi
+++ b/
arch/arm/boot/dts/stm32mp157c.dtsi
@@
-395,6
+395,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";
+ };
+
dac: dac@40017000 {
compatible = "st,stm32h7-dac-core";
reg = <0x40017000 0x400>;