mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
arch: arm: mach-msm: Don't register the usb hsic controller in flo platform.
Change-Id: I68131c8f4a9e12540f2a5a2149388559965df08f Reviewed-on: http://mcrd1-5.corpnet.asus/code-review/master/68093 Reviewed-by: Leslie Yu <Leslie_Yu@asus.com> Tested-by: Leslie Yu <Leslie_Yu@asus.com>
This commit is contained in:
parent
62d663e208
commit
f18d905b41
1 changed files with 1 additions and 1 deletions
|
@ -3037,7 +3037,7 @@ static void __init apq8064_common_init(void)
|
|||
enable_ddr3_regulator();
|
||||
msm_hsic_pdata.swfi_latency =
|
||||
msm_rpmrs_levels[0].latency_us;
|
||||
if (machine_is_apq8064_flo() || machine_is_apq8064_deb()) {
|
||||
if (machine_is_apq8064_deb()) {
|
||||
msm_hsic_pdata.log2_irq_thresh = 5,
|
||||
apq8064_device_hsic_host.dev.platform_data = &msm_hsic_pdata;
|
||||
device_initialize(&apq8064_device_hsic_host.dev);
|
||||
|
|
Loading…
Reference in a new issue