Hi, This patch series adds support for a new set of boards, codenamed "midas". These are the Galaxy S3 (m0/m3) and the Galaxy Note 2 (t0). These boards are closely related to trats2 - m0 is a trats2 but with a bootloader geared towards booting Android rather than a traditional Linux distribution - and because of this, the dts files are largely based off what is already in-place for trats2. Patch #1 adds documentation for the bindings used by the boards, patch #2 adds the device-tree files themselves, and patch #3 enables cpuidle support for the boards. Cheers, Simon Simon Shields (3): dt-bindings: samsung: document bindings for Midas family boards ARM: dts: add Samsung's exynos4412-based midas boards ARM: exynos: extend cpuidle support to midas boards .../bindings/arm/samsung/samsung-boards.txt | 4 + arch/arm/boot/dts/exynos4412-galaxy-s3.dtsi | 144 +++ arch/arm/boot/dts/exynos4412-m0.dts | 14 + arch/arm/boot/dts/exynos4412-m3.dts | 19 + arch/arm/boot/dts/exynos4412-midas.dtsi | 1291 ++++++++++++++++++++ arch/arm/boot/dts/exynos4412-t0.dts | 51 + arch/arm/mach-exynos/exynos.c | 3 +- 7 files changed, 1525 insertions(+), 1 deletion(-) create mode 100644 arch/arm/boot/dts/exynos4412-galaxy-s3.dtsi create mode 100644 arch/arm/boot/dts/exynos4412-m0.dts create mode 100644 arch/arm/boot/dts/exynos4412-m3.dts create mode 100644 arch/arm/boot/dts/exynos4412-midas.dtsi create mode 100644 arch/arm/boot/dts/exynos4412-t0.dts -- 2.15.1 -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html