diff options
author | Maxime COQUELIN <maxime.coquelin@st.com> | 2015-01-09 10:11:00 -0500 |
---|---|---|
committer | Maxime Coquelin <maxime.coquelin@st.com> | 2015-01-16 07:10:21 -0500 |
commit | dd548cf910809d2fb4429b42b899673bec1f3095 (patch) | |
tree | 86b900c655ba51c462622ab58631069ee6767312 | |
parent | 97bf6af1f928216fd6c5a66e8a57bfa95a659672 (diff) |
ARM: STi: Add STiH418 SoC support
This patch adds support to STiH418 SoC.
Signed-off-by: Maxime Coquelin <maxime.coquelin@st.com>
-rw-r--r-- | Documentation/arm/sti/stih418-overview.txt | 20 | ||||
-rw-r--r-- | Documentation/devicetree/bindings/arm/sti.txt | 4 | ||||
-rw-r--r-- | arch/arm/mach-sti/board-dt.c | 1 |
3 files changed, 25 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 | |||
4 | Introduction | ||
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: | |||
13 | Required root node property: | 13 | Required root node property: |
14 | compatible = "st,stih407"; | 14 | compatible = "st,stih407"; |
15 | 15 | ||
16 | Boards with the ST STiH418 SoC shall have the following properties: | ||
17 | Required root node property: | ||
18 | compatible = "st,stih418"; | ||
19 | |||
diff --git a/arch/arm/mach-sti/board-dt.c b/arch/arm/mach-sti/board-dt.c index 3cf6ef8d4317..b067390cef4e 100644 --- a/arch/arm/mach-sti/board-dt.c +++ b/arch/arm/mach-sti/board-dt.c | |||
@@ -18,6 +18,7 @@ static const char *stih41x_dt_match[] __initdata = { | |||
18 | "st,stih415", | 18 | "st,stih415", |
19 | "st,stih416", | 19 | "st,stih416", |
20 | "st,stih407", | 20 | "st,stih407", |
21 | "st,stih418", | ||
21 | NULL | 22 | NULL |
22 | }; | 23 | }; |
23 | 24 | ||