projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b32a229
)
ARM: dts: STiH410: add DELTA dt node
author
Hugues Fruchet
<hugues.fruchet@st.com>
Mon, 5 Dec 2016 17:11:00 +0000
(18:11 +0100)
committer
Patrice Chotard
<patrice.chotard@st.com>
Thu, 12 Jan 2017 16:18:02 +0000
(17:18 +0100)
This patch adds DT node for STMicroelectronics
DELTA V4L2 video decoder
Signed-off-by: Hugues Fruchet <hugues.fruchet@st.com>
arch/arm/boot/dts/stih410.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/stih410.dtsi
b/arch/arm/boot/dts/stih410.dtsi
index
b2c9a57
..
8be99d0
100644
(file)
--- a/
arch/arm/boot/dts/stih410.dtsi
+++ b/
arch/arm/boot/dts/stih410.dtsi
@@
-271,5
+271,15
@@
clocks = <&clk_sysin>;
interrupts = <GIC_SPI 205 IRQ_TYPE_EDGE_RISING>;
};
+
+ delta0 {
+ compatible = "st,st-delta";
+ clock-names = "delta",
+ "delta-st231",
+ "delta-flash-promip";
+ clocks = <&clk_s_c0_flexgen CLK_VID_DMU>,
+ <&clk_s_c0_flexgen CLK_ST231_DMU>,
+ <&clk_s_c0_flexgen CLK_FLASH_PROMIP>;
+ };
};
};