Merge tag 'renesas-dt-timers2-for-v3.18' of git://git.kernel.org/pub/scm/linux/kernel...
authorArnd Bergmann <arnd@arndb.de>
Thu, 11 Sep 2014 07:45:18 +0000 (09:45 +0200)
committerArnd Bergmann <arnd@arndb.de>
Thu, 11 Sep 2014 07:45:18 +0000 (09:45 +0200)
Pull "Second Round of Renesas ARM Based SoC DT Timers Updates for v3.18" from Simon Horman:

* kzm9g-reference: Enable CMT1 in device tree
* Use SoC-specific timer compat strings

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
* tag 'renesas-dt-timers2-for-v3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas:
  ARM: shmobile: kzm9g-reference: Enable CMT1 in device tree
  ARM: shmobile: sh73a0: Add CMT1 device to DT
  ARM: shmobile: r8a7740: Use SoC-specific 48-bit CMT compat string
  ARM: shmobile: r8a7779: Use SoC-specific TMU compat string
  ARM: shmobile: r8a7791: Use SoC-specific 48-bit CMT compat string
  ARM: shmobile: r7s72100: Use SoC-specific MTU2 compat string
  ARM: shmobile: r8a7790: Use SoC-specific 48-bit CMT compat string

1  2 
arch/arm/boot/dts/sh73a0.dtsi
arch/arm/mach-shmobile/setup-sh73a0.c

Simple merge
@@@ -779,9 -771,12 +772,7 @@@ void __init sh73a0_add_standard_devices
        /* clocks are setup late during boot in the case of DT */
        sh73a0_clock_init();
  
-       platform_add_devices(sh73a0_devices_dt,
-                            ARRAY_SIZE(sh73a0_devices_dt));
        of_platform_populate(NULL, of_default_bus_match_table, NULL, NULL);
 -
 -      /* Instantiate cpufreq-cpu0 */
 -      platform_device_register_full(&devinfo);
  }
  
  static const char *sh73a0_boards_compat_dt[] __initdata = {