sh7372_add_device_to_domain(&sh7372_a4r, &veu2_device);
        sh7372_add_device_to_domain(&sh7372_a4r, &veu3_device);
        sh7372_add_device_to_domain(&sh7372_a4r, &jpu_device);
 +      sh7372_add_device_to_domain(&sh7372_a4r, &tmu00_device);
 +      sh7372_add_device_to_domain(&sh7372_a4r, &tmu01_device);
  }
  
+ static void __init sh7372_earlytimer_init(void)
+ {
+       sh7372_clock_init();
+       shmobile_earlytimer_init();
+ }
+ 
  void __init sh7372_add_early_devices(void)
  {
        early_platform_add_devices(sh7372_early_devices,
 
        select CPU_V7
        select ARM_GIC
        select ARCH_REQUIRE_GPIOLIB
 +      select PINCTRL
 +      select PINCTRL_TEGRA20
        select USB_ARCH_HAS_EHCI if USB_SUPPORT
-       select USB_ULPI if USB_SUPPORT
+       select USB_ULPI if USB
        select USB_ULPI_VIEWPORT if USB_SUPPORT
        select ARM_ERRATA_720789
        select ARM_ERRATA_742230
        select CPU_V7
        select ARM_GIC
        select ARCH_REQUIRE_GPIOLIB
 +      select PINCTRL
 +      select PINCTRL_TEGRA30
        select USB_ARCH_HAS_EHCI if USB_SUPPORT
-       select USB_ULPI if USB_SUPPORT
+       select USB_ULPI if USB
        select USB_ULPI_VIEWPORT if USB_SUPPORT
        select USE_OF
        select ARM_ERRATA_743622