From mboxrd@z Thu Jan 1 00:00:00 1970 From: Randy Li Subject: [PATCH 0/2] Add a new board for exynos 4412 Date: Mon, 22 Aug 2016 04:04:51 +0800 Message-ID: <1471809893-31147-1-git-send-email-ayaka@soulik.info> Return-path: Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Cc: robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, mark.rutland-5wv7dgnIgG8@public.gmane.org, linux-I+IVW8TIWO2tmTQ+vhA3Yw@public.gmane.org, kgene-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, krzk-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-samsung-soc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Randy Li List-Id: devicetree@vger.kernel.org These patches would add a support for a new exynos 4412 core board with a base board. Although the Samsung Exynos 4412 is a old chip but still powerful. The main reason I keep to use it is the MFC. It is quite easy to use the multimedia functions in samsung. I would like to go into graphics part in the future. Anyway, the TOPEET iTOP-4412 have many different version, I only have Elite and Full version(The other one is Super version). With two different Core board Chip pakcage(SCP or POP). As I only have the SCP one, I would only offer support to SCP version. Randy Li (2): ARM: dts: Add TOPEET itop core board SCP package version ARM: dts: add TOPEET itop elite based board .../bindings/arm/samsung/samsung-boards.txt | 3 + arch/arm/boot/dts/Makefile | 1 + arch/arm/boot/dts/exynos4412-itop-elite.dts | 148 +++++++ arch/arm/boot/dts/exynos4412-itop-scp-core.dtsi | 434 +++++++++++++++++++++ 4 files changed, 586 insertions(+) create mode 100644 arch/arm/boot/dts/exynos4412-itop-elite.dts create mode 100644 arch/arm/boot/dts/exynos4412-itop-scp-core.dtsi -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html