예제 #1
0
static void __init tegra_harmony_init(void)
{
#ifdef CONFIG_USB_ANDROID
    tegra_android_platform.product_name = harmony_dev;
#endif
    do_system_init(true, true);
}
예제 #2
0
static void __init tegra_generic_init(void)
{
#ifdef CONFIG_USB_ANDROID
    tegra_android_platform.product_name = generic_dev;
#endif
    do_system_init(true, true);
    register_spi_ipc_devices();
}
예제 #3
0
static void __init tegra_generic_init(void)
{
#if defined(CONFIG_USB_ANDROID) || defined(CONFIG_USB_SUPPORT_LGE_ANDROID_GADGET)
	tegra_android_platform.product_name = generic_dev;
#endif
	do_system_init(true, true);
        register_spi_ipc_devices();
	tegra_setup_bluesleep_csr();
}
예제 #4
0
static void __init tegra_harmony_init(void)
{
#ifdef CONFIG_USB_ANDROID
	//tegra_android_platform.product_name = harmony_dev;
	tegra_android_platform.product_name = ltna7_dev;
#endif
	do_system_init(true, true);
	tegra_setup_bluesleep_csr();
}
예제 #5
0
static void __init tegra_ventana_init(void)
{
#ifdef CONFIG_USB_ANDROID
	tegra_android_platform.product_name = ventana_dev;
#endif
	do_system_init(false, true);
	i2c_device_setup();
	tegra_setup_32khz_clock();
	tegra_setup_bluesleep();
}