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

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>

+25
+20
Documentation/arm/sti/stih418-overview.txt
··· 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
+4
Documentation/devicetree/bindings/arm/sti.txt
··· 13 13 Required root node property: 14 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 +
+1
arch/arm/mach-sti/board-dt.c
··· 18 18 "st,stih415", 19 19 "st,stih416", 20 20 "st,stih407", 21 + "st,stih418", 21 22 NULL 22 23 }; 23 24