This series adds basic support to the STMicroelectronics STiH407 SoC and its B2199 reference board. The STiH418 is a quad-core ARM Cortex-A9 CPU aimed at UHD STB market. Maxime Coquelin (3): ARM: STi: Add STiH418 SoC support ARM: dts: Add STiH418 SoC support ARM: dts: STiH418: Add B2199 board support Documentation/arm/sti/stih418-overview.txt | 20 ++ Documentation/devicetree/bindings/arm/sti.txt | 4 + arch/arm/boot/dts/Makefile | 3 +- arch/arm/boot/dts/stih418-b2199.dts | 78 ++++++ arch/arm/boot/dts/stih418-clock.dtsi | 348 ++++++++++++++++++++++++++ arch/arm/boot/dts/stih418.dtsi | 99 ++++++++ arch/arm/mach-sti/board-dt.c | 1 + include/dt-bindings/clock/stih418-clks.h | 34 +++ 8 files changed, 586 insertions(+), 1 deletion(-) create mode 100644 Documentation/arm/sti/stih418-overview.txt create mode 100644 arch/arm/boot/dts/stih418-b2199.dts create mode 100644 arch/arm/boot/dts/stih418-clock.dtsi create mode 100644 arch/arm/boot/dts/stih418.dtsi create mode 100644 include/dt-bindings/clock/stih418-clks.h -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-doc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html