[PATCH 0/2] Armadillo DT Reference Implementation
Bastian Hecht
hechtb at gmail.com
Tue Dec 18 12:22:37 EST 2012
This is the design approch of Simon Horman's kzm9g implementation transferred
to the Armadillo board.
It is based on the branch next of
git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git
and was tested on the branch devel/of of
git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git
For the ethernet controller to work the series assumes the patch
net: sh_eth: Add support of device tree probe
http://patchwork.ozlabs.org/patch/191713/ to be applied.
Bastian Hecht (2):
ARM: r8a7740: Add interim sh-eth device name to clocks list
ARM: shmobile: armadillo800eva: Reference DT implementation
arch/arm/boot/dts/Makefile | 1 +
.../boot/dts/r8a7740-armadillo800eva-reference.dts | 33 ++++
arch/arm/mach-shmobile/Kconfig | 10 ++
arch/arm/mach-shmobile/Makefile | 1 +
.../board-armadillo800eva-reference.c | 172 ++++++++++++++++++++
arch/arm/mach-shmobile/clock-r8a7740.c | 1 +
arch/arm/mach-shmobile/include/mach/common.h | 2 +
7 files changed, 220 insertions(+)
create mode 100644 arch/arm/boot/dts/r8a7740-armadillo800eva-reference.dts
create mode 100644 arch/arm/mach-shmobile/board-armadillo800eva-reference.c
--
1.7.9.5
More information about the linux-arm-kernel
mailing list