From 8fa2ae311f67f90a85a746a659a75bb431314df3 Mon Sep 17 00:00:00 2001 From: Venu Byravarasu Date: Mon, 30 Jul 2012 16:27:32 +0530 Subject: arm: tegra: usb: Remove HSIC phy params As HSIC phy parameters are not customizable, removing them from platform_data structure. bug 1024260 Change-Id: I00fcc0559be43ad336b5b03a7a47443dfaa80d06 Signed-off-by: Venu Byravarasu Reviewed-on: http://git-master/r/119298 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Venkat Moganty --- include/linux/platform_data/tegra_usb.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'include') diff --git a/include/linux/platform_data/tegra_usb.h b/include/linux/platform_data/tegra_usb.h index 81b27e89631c..59f928aaa07f 100644 --- a/include/linux/platform_data/tegra_usb.h +++ b/include/linux/platform_data/tegra_usb.h @@ -64,17 +64,6 @@ struct tegra_ulpi_config { int phy_restore_gpio; }; -/** - * configuration structure for setting up hsic phy - */ -struct tegra_hsic_config { - u8 sync_start_delay; - u8 idle_wait_delay; - u8 term_range_adj; - u8 elastic_underrun_limit; - u8 elastic_overrun_limit; -}; - /** * Platform specific operations that will be controlled * during the phy operations. @@ -133,7 +122,6 @@ struct tegra_usb_platform_data { union { struct tegra_utmi_config utmi; struct tegra_ulpi_config ulpi; - struct tegra_hsic_config hsic; } u_cfg; struct tegra_usb_phy_platform_ops *ops; -- cgit v1.2.3