[RFC 0/3]ARM: SAMSUNG: MACH S5PV210: Add support for Devicetree

From: Mateusz Krawczuk
Date: Thu Sep 26 2013 - 12:59:49 EST


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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/