]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: mach-shmobile: kzm9g: Reference DT implementation
authorSimon Horman <horms+renesas@verge.net.au>
Wed, 21 Nov 2012 15:34:25 +0000 (00:34 +0900)
committerSimon Horman <horms+renesas@verge.net.au>
Wed, 6 Feb 2013 01:38:16 +0000 (10:38 +0900)
commit786d681474b580b6b1f551dda66db1b602f1ed13
tree6733e0b1f2f5ace28fd12a6df2149a1dc496778e
parent801b10d957e9eb9753b0a540cd62b1c08d97c137
ARM: mach-shmobile: kzm9g: Reference DT implementation

Provide alternate board code for the kzm9g to demonstrate
how DT may be used given the current state of driver
device tree support. This is intended to act as a reference
for mach-shmobile developers.

Some notes:

* Brings up the GIC interrupt handler using device tree
* Brings up the following device using device tree:
  - MMCIF (MMC)
* Does not bring up the INTC interrupt controller at all,
  thus external devices may not be used. In particular,
  the SMSC ethernet device may not be used and thus
  NFS root may not be used.
* Uses existing C code and not device tree to initialise the following,
  which are needed for a working board:
  - SCIF (Serial)
  - CMT (Clock)
  - PFC (GPIO)

To use this alternate board code instead of the normal board code,
CONFIG_MACH_KZM9G_REFERENCE should be selected in the kernel config.
And the sh73a0-kzm9g-reference.dtb flattened device tree blob should be used.

*** Please note that the clock initialisation scheme used
    does not currently work with SMP as there is a yet to be resolved
    lock-up in workqueue initialisation.

    CONFIG_SMP must be disabled when using this code. ***

Includes fix by Thierry Reding to no longer use gic_handle_irq()

Cc: Thierry Reding <thierry.reding@avionic-design.de>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/boot/dts/Makefile
arch/arm/boot/dts/sh73a0-kzm9g-reference.dts [new file with mode: 0644]
arch/arm/mach-shmobile/Kconfig
arch/arm/mach-shmobile/Makefile
arch/arm/mach-shmobile/board-kzm9g-reference.c [new file with mode: 0644]