Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1503233
| From | Randy Li <ayaka@soulik.info> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v9 0/2] Add a new board TOPEET iTOP for Exynos 4412 |
| Date | 2016-10-18 19:20 +0200 |
| Message-ID | <stGdr-4O9-3@gated-at.bofh.it> (permalink) |
| References | <stGdr-4O9-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Changelog:
- v9:
- fix some warnings.
- use the new pin defined for pinctrl.
- 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
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v9 0/2] Add a new board TOPEET iTOP for Exynos 4412 Randy Li <ayaka@soulik.info> - 2016-10-18 19:20 +0200
[PATCH v9 1/2] ARM: dts: Add TOPEET itop core board SCP package version Randy Li <ayaka@soulik.info> - 2016-10-18 19:20 +0200
Re: [PATCH v9 1/2] ARM: dts: Add TOPEET itop core board SCP package version Krzysztof Kozlowski <krzk@kernel.org> - 2016-10-18 19:40 +0200
[PATCH v9 2/2] ARM: dts: add TOPEET itop elite based board Randy Li <ayaka@soulik.info> - 2016-10-18 19:20 +0200
Re: [PATCH v9 2/2] ARM: dts: add TOPEET itop elite based board Krzysztof Kozlowski <krzk@kernel.org> - 2016-10-18 19:40 +0200
Re: [PATCH v9 2/2] ARM: dts: add TOPEET itop elite based board Krzysztof Kozlowski <krzk@kernel.org> - 2016-10-18 19:50 +0200
Re: [PATCH v9 2/2] ARM: dts: add TOPEET itop elite based board Krzysztof Kozlowski <krzk@kernel.org> - 2016-10-18 20:00 +0200
Re: [PATCH v9 2/2] ARM: dts: add TOPEET itop elite based board Ayaka <ayaka@soulik.info> - 2016-10-19 03:20 +0200
Re: [PATCH v9 2/2] ARM: dts: add TOPEET itop elite based board Krzysztof Kozlowski <krzk@kernel.org> - 2016-10-19 08:00 +0200
csiph-web