[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1474207279-9662-1-git-send-email-ayaka@soulik.info>
Date: Sun, 18 Sep 2016 22:01:16 +0800
From: Randy Li <ayaka@...lik.info>
To: devicetree@...r.kernel.org
Cc: mark.rutland@....com, linux@...linux.org.uk, kgene@...nel.org,
krzk@...nel.org, linux-arm-kernel@...ts.infradead.org,
linux-samsung-soc@...r.kernel.org, linux-kernel@...r.kernel.org,
robh@...nel.org, Randy Li <ayaka@...lik.info>
Subject: [PATCH v7 0/3] Add a new board TOPEET iTOP for Exynos 4412
Changelog:
- 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
- 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 (3):
ARM: dts: Add TOPEET itop core board SCP package version
ARM: dts: add TOPEET itop elite based board
devicetree: bindings: Add vendor prefix for Topeet.
.../bindings/arm/samsung/samsung-boards.txt | 3 +
.../devicetree/bindings/vendor-prefixes.txt | 1 +
arch/arm/boot/dts/Makefile | 1 +
arch/arm/boot/dts/exynos4412-itop-elite.dts | 240 ++++++++++
arch/arm/boot/dts/exynos4412-itop-scp-core.dtsi | 491 +++++++++++++++++++++
5 files changed, 736 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
Powered by blists - more mailing lists