aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorOlof Johansson <olof@lixom.net>2015-01-21 18:23:24 -0500
committerOlof Johansson <olof@lixom.net>2015-01-21 18:23:24 -0500
commita62d351dc54543513bdae5ff5dd679f6bffde632 (patch)
tree199052df89f330a4cc6e08d18910eb780b03d7b2 /Documentation
parent7f09a46fe9e0d5cb68a16c50f06e11600830b340 (diff)
parentdd548cf910809d2fb4429b42b899673bec1f3095 (diff)
Merge tag 'sti-soc-for-v3.20-1' of git://git.stlinux.com/devel/kernel/linux-sti into next/soc
Merge "ARM: STi: SoC changes for v3.20, round 1" from Maxime Coquelin: Highlights: ----------- - Add support for STiH418 SoC * tag 'sti-soc-for-v3.20-1' of git://git.stlinux.com/devel/kernel/linux-sti: ARM: STi: Add STiH418 SoC support Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/arm/sti/stih418-overview.txt20
-rw-r--r--Documentation/devicetree/bindings/arm/sti.txt4
2 files changed, 24 insertions, 0 deletions
diff --git a/Documentation/arm/sti/stih418-overview.txt b/Documentation/arm/sti/stih418-overview.txt
new file mode 100644
index 000000000000..1cd8fc80646d
--- /dev/null
+++ b/Documentation/arm/sti/stih418-overview.txt
@@ -0,0 +1,20 @@
1 STiH418 Overview
2 ================
3
4Introduction
5------------
6
7 The STiH418 is the new generation of SoC for UHDp60 set-top boxes
8 and server/connected client application for satellite, cable, terrestrial
9 and IP-STB markets.
10
11 Features
12 - ARM Cortex-A9 1.5 GHz quad core CPU (28nm)
13 - SATA2, USB 3.0, PCIe, Gbit Ethernet
14 - HEVC L5.1 Main 10
15 - VP9
16
17 Document Author
18 ---------------
19
20 Maxime Coquelin <maxime.coquelin@st.com>, (c) 2015 ST Microelectronics
diff --git a/Documentation/devicetree/bindings/arm/sti.txt b/Documentation/devicetree/bindings/arm/sti.txt
index 92f16c78bb69..d70ec358736c 100644
--- a/Documentation/devicetree/bindings/arm/sti.txt
+++ b/Documentation/devicetree/bindings/arm/sti.txt
@@ -13,3 +13,7 @@ Boards with the ST STiH407 SoC shall have the following properties:
13Required root node property: 13Required root node property:
14compatible = "st,stih407"; 14compatible = "st,stih407";
15 15
16Boards with the ST STiH418 SoC shall have the following properties:
17Required root node property:
18compatible = "st,stih418";
19