1. 04 6月, 2013 1 次提交
    • B
      ARM: shmobile: r8a7740: Prepare for reference DT setup · 744fdc8d
      Bastian Hecht 提交于
      We need three steps to prepare for the new Armadillo reference DT board code:
       - Split the device list into r8a7740_early_devices used by the old platform
         data setup (board-armadillo.c) and r8a7740_devices_dt used by both
         setup variants.
       - Introduce new r8a7740_init_delay() to be more flexible about calling
         shmobile_setup_delay().
       - For the generic r8a7740 support, we switch to device tree setup for
         the GIC, the irqpin devices and the I2C controllers.
      
      This is slightly similar to commit 3b00f934
      "ARM: shmobile: sh73a0: Do not use early devices with DT reference"
      Signed-off-by: NBastian Hecht <hechtb+renesas@gmail.com>
      Signed-off-by: NSimon Horman <horms+renesas@verge.net.au>
      744fdc8d
  2. 23 5月, 2013 1 次提交
  3. 07 7月, 2012 1 次提交
  4. 11 4月, 2012 1 次提交
    • M
      ARM: mach-shmobile: sh7372 generic board support via DT V2 · 3b7b7055
      Magnus Damm 提交于
      Add generic DT board support for the sh7372 SoC V2.
      
      SCIF serial ports and timers are kept as regular
      platform devices. Other on-chip and on-board devices
      should be configured via the device tree.
      
      Tested on the mackerel board via kexec using a zImage
      kernel with an appended dtb.
      
      At this point there is no interrupt controller support
      in place but such code will be added over time when
      proper IRQ domain support has been added to INTC.
      Signed-off-by: NMagnus Damm <damm@opensource.se>
      Signed-off-by: NRafael J. Wysocki <rjw@sisk.pl>
      3b7b7055