ARM: STi: Add STiH418 SoC support
authorMaxime COQUELIN <maxime.coquelin@st.com>
Fri, 9 Jan 2015 15:11:00 +0000 (16:11 +0100)
committerMaxime Coquelin <maxime.coquelin@st.com>
Fri, 16 Jan 2015 12:10:21 +0000 (13:10 +0100)
This patch adds support to STiH418 SoC.

Signed-off-by: Maxime Coquelin <maxime.coquelin@st.com>
Documentation/arm/sti/stih418-overview.txt [new file with mode: 0644]
Documentation/devicetree/bindings/arm/sti.txt
arch/arm/mach-sti/board-dt.c

diff --git a/Documentation/arm/sti/stih418-overview.txt b/Documentation/arm/sti/stih418-overview.txt
new file mode 100644 (file)
index 0000000..1cd8fc8
--- /dev/null
@@ -0,0 +1,20 @@
+                       STiH418 Overview
+                       ================
+
+Introduction
+------------
+
+    The STiH418 is the new generation of SoC for UHDp60 set-top boxes
+    and server/connected client application for satellite, cable, terrestrial
+    and IP-STB markets.
+
+    Features
+    - ARM Cortex-A9 1.5 GHz quad core CPU (28nm)
+    - SATA2, USB 3.0, PCIe, Gbit Ethernet
+    - HEVC L5.1 Main 10
+    - VP9
+
+  Document Author
+  ---------------
+
+  Maxime Coquelin <maxime.coquelin@st.com>, (c) 2015 ST Microelectronics
index 92f16c78bb6989fea641b8f2afa85dbba4c3e7f0..d70ec358736c48f376020183869d5b582bf81bed 100644 (file)
@@ -13,3 +13,7 @@ Boards with the ST STiH407 SoC shall have the following properties:
 Required root node property:
 compatible = "st,stih407";
 
+Boards with the ST STiH418 SoC shall have the following properties:
+Required root node property:
+compatible = "st,stih418";
+
index 3cf6ef8d4317b92a4395cf4fb9731bec2a751004..b067390cef4ed5c8432c77ab5ed4e7e78682bdcc 100644 (file)
@@ -18,6 +18,7 @@ static const char *stih41x_dt_match[] __initdata = {
        "st,stih415",
        "st,stih416",
        "st,stih407",
+       "st,stih418",
        NULL
 };
 
This page took 0.037923 seconds and 5 git commands to generate.