From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752218AbcISPsj (ORCPT ); Mon, 19 Sep 2016 11:48:39 -0400 Received: from kozue.soulik.info ([108.61.200.231]:57160 "EHLO kozue.soulik.info" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750971AbcISPsh (ORCPT ); Mon, 19 Sep 2016 11:48:37 -0400 From: Randy Li To: devicetree@vger.kernel.org Cc: mark.rutland@arm.com, linux@armlinux.org.uk, kgene@kernel.org, krzk@kernel.org, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org, robh@kernel.org, Randy Li Subject: [PATCH v8 0/2] Add a new board TOPEET iTOP for Exynos 4412 Date: Mon, 19 Sep 2016 23:48:21 +0800 Message-Id: <1474300103-26659-1-git-send-email-ayaka@soulik.info> X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Changelog: - v8: - add the missing LDOs for PMIC, the pins for LDOs are not avaiabled in core board. - re-order the header files in core board. - skip the vendor prefix file - v7: - add a missing header file - add a rootdelay to bootargs or it can't mount root filesystem - fix the memory node - v6: - move pwms pinctrl to pwms node - fix the order of the dtb file in Makefile - v5: - correct the mail format - v4: - re-order some nodes in alphabetical order - fix some minor bugs - add a entry in vendor list - v3: - fixing the rtc clock, using clock source from PMIC - enable the tmu - enable the fimc for elite board - suuport the audio codec at elite board, but the audio sound a little distortion - fixing minor bugs in the last commit - v2: - removing rtc node the clock source driver is not done yet. - adding exynos-bus - fixing the MFC 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 | 240 ++++++++++ arch/arm/boot/dts/exynos4412-itop-scp-core.dtsi | 501 +++++++++++++++++++++ 4 files changed, 745 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