* [RFC 0/3]ARM: SAMSUNG: MACH S5PV210: Add support for Devicetree
@ 2013-09-26 16:59 Mateusz Krawczuk
[not found] ` <1380214769-7685-4-git-send-email-m.krawczuk@partner.samsung.com>
0 siblings, 1 reply; 2+ messages in thread
From: Mateusz Krawczuk @ 2013-09-26 16:59 UTC (permalink / raw)
To: linux-arm-kernel
This patch series add initial device tree support for mach s5pv210.
It was tested on goni, aquila and tiny210.
Mateusz Krawczuk (3):
ARM: s5pv210: Add board file for boot using Device Tree
Samsung: DT: Add Device tree for s5pv210
Samsung: DT: Add Device tree for S5PC110/S5PV210 Boards
arch/arm/boot/dts/Makefile | 6 +
arch/arm/boot/dts/s5pv210-aquila.dts | 407 ++++++++++++++++
arch/arm/boot/dts/s5pv210-goni.dts | 486 +++++++++++++++++++
arch/arm/boot/dts/s5pv210-pinctrl.dtsi | 820 ++++++++++++++++++++++++++++++++
arch/arm/boot/dts/s5pv210-smdkc110.dts | 165 +++++++
arch/arm/boot/dts/s5pv210-smdkv210.dts | 273 +++++++++++
arch/arm/boot/dts/s5pv210-tiny210.dts | 262 ++++++++++
arch/arm/boot/dts/s5pv210.dtsi | 498 +++++++++++++++++++
arch/arm/mach-s5pv210/Kconfig | 14 +
arch/arm/mach-s5pv210/Makefile | 2 +-
arch/arm/mach-s5pv210/mach-s5pv210-dt.c | 92 ++++
11 files changed, 3024 insertions(+), 1 deletion(-)
create mode 100644 arch/arm/boot/dts/s5pv210-aquila.dts
create mode 100644 arch/arm/boot/dts/s5pv210-goni.dts
create mode 100644 arch/arm/boot/dts/s5pv210-pinctrl.dtsi
create mode 100644 arch/arm/boot/dts/s5pv210-smdkc110.dts
create mode 100644 arch/arm/boot/dts/s5pv210-smdkv210.dts
create mode 100644 arch/arm/boot/dts/s5pv210-tiny210.dts
create mode 100644 arch/arm/boot/dts/s5pv210.dtsi
create mode 100644 arch/arm/mach-s5pv210/mach-s5pv210-dt.c
--
1.8.1.2
^ permalink raw reply [flat|nested] 2+ messages in thread
* [RFC 3/3] Samsung: DT: Add Device tree for S5PC110/S5PV210 Boards
[not found] ` <1380214769-7685-4-git-send-email-m.krawczuk@partner.samsung.com>
@ 2013-09-26 18:14 ` Bartlomiej Zolnierkiewicz
0 siblings, 0 replies; 2+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2013-09-26 18:14 UTC (permalink / raw)
To: linux-arm-kernel
Hi Mateusz,
On Thursday, September 26, 2013 06:59:29 PM Mateusz Krawczuk wrote:
> Add DTS for s5pc110 boards: goni, aquila, smdkc110
> s5pv210: smdkv210, tiny210
> Torbreck is replaced by FriendlyARM Tiny210 board.
Could you please explain what do you mean by "replaced" here?
Looking at the current board code it should be pretty easy to add
device tree support for Torbreck if needed (it is just a subset of
smdkc110 support + mmc). Then you would have all mach-s5pv210 boards
covered by the device tree and could plan for the removal of non-DT
code in the near future.
Best regards,
--
Bartlomiej Zolnierkiewicz
Samsung R&D Institute Poland
Samsung Electronics
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-09-26 18:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-26 16:59 [RFC 0/3]ARM: SAMSUNG: MACH S5PV210: Add support for Devicetree Mateusz Krawczuk
[not found] ` <1380214769-7685-4-git-send-email-m.krawczuk@partner.samsung.com>
2013-09-26 18:14 ` [RFC 3/3] Samsung: DT: Add Device tree for S5PC110/S5PV210 Boards Bartlomiej Zolnierkiewicz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox