Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: STi: Add STiH407 SoC support

This patch adds support to STiH407 SoC.

Acked-by: Giuseppe Cavallaro <peppe.cavallaro@st.com>
Signed-off-by: Giuseppe Cavallaro <peppe.cavallaro@st.com>
Signed-off-by: Maxime Coquelin <maxime.coquelin@st.com>

+34
+18
Documentation/arm/sti/stih407-overview.txt
··· 1 + STiH407 Overview 2 + ================ 3 + 4 + Introduction 5 + ------------ 6 + 7 + The STiH407 is the new generation of SoC for Multi-HD, AVC 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 dual core CPU (28nm) 13 + - SATA2, USB 3.0, PCIe, Gbit Ethernet 14 + 15 + Document Author 16 + --------------- 17 + 18 + Maxime Coquelin <maxime.coquelin@st.com>, (c) 2014 ST Microelectronics
+15
Documentation/devicetree/bindings/arm/sti.txt
··· 1 + ST STi Platforms Device Tree Bindings 2 + --------------------------------------- 3 + 4 + Boards with the ST STiH415 SoC shall have the following properties: 5 + Required root node property: 6 + compatible = "st,stih415"; 7 + 8 + Boards with the ST STiH416 SoC shall have the following properties: 9 + Required root node property: 10 + compatible = "st,stih416"; 11 + 12 + Boards with the ST STiH407 SoC shall have the following properties: 13 + Required root node property: 14 + compatible = "st,stih407"; 15 +
+1
arch/arm/mach-sti/board-dt.c
··· 36 36 static const char *stih41x_dt_match[] __initdata = { 37 37 "st,stih415", 38 38 "st,stih416", 39 + "st,stih407", 39 40 NULL 40 41 }; 41 42