diff options
-rw-r--r-- | arch/arm/mach-tegra/board-cardhu.c | 6 | ||||
-rw-r--r-- | arch/arm/mach-tegra/board-enterprise.c | 6 | ||||
-rw-r--r-- | arch/arm/mach-tegra/board-ventana.c | 4 |
3 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/board-cardhu.c b/arch/arm/mach-tegra/board-cardhu.c index 576e44b6ac56..cd4c59f88976 100644 --- a/arch/arm/mach-tegra/board-cardhu.c +++ b/arch/arm/mach-tegra/board-cardhu.c @@ -70,6 +70,8 @@ static struct tegra_utmip_config utmi_phy_config[] = { .elastic_limit = 16, .term_range_adj = 6, .xcvr_setup = 15, + .xcvr_setup_offset = 0, + .xcvr_use_fuses = 1, .xcvr_lsfslew = 2, .xcvr_lsrslew = 2, }, @@ -79,6 +81,8 @@ static struct tegra_utmip_config utmi_phy_config[] = { .elastic_limit = 16, .term_range_adj = 6, .xcvr_setup = 15, + .xcvr_setup_offset = 0, + .xcvr_use_fuses = 1, .xcvr_lsfslew = 2, .xcvr_lsrslew = 2, }, @@ -88,6 +92,8 @@ static struct tegra_utmip_config utmi_phy_config[] = { .elastic_limit = 16, .term_range_adj = 6, .xcvr_setup = 8, + .xcvr_setup_offset = 0, + .xcvr_use_fuses = 1, .xcvr_lsfslew = 2, .xcvr_lsrslew = 2, }, diff --git a/arch/arm/mach-tegra/board-enterprise.c b/arch/arm/mach-tegra/board-enterprise.c index 7b71ab59dd10..7b128f45c8fc 100644 --- a/arch/arm/mach-tegra/board-enterprise.c +++ b/arch/arm/mach-tegra/board-enterprise.c @@ -67,6 +67,8 @@ static struct tegra_utmip_config utmi_phy_config[] = { .elastic_limit = 16, .term_range_adj = 6, .xcvr_setup = 15, + .xcvr_setup_offset = 0, + .xcvr_use_fuses = 1, .xcvr_lsfslew = 2, .xcvr_lsrslew = 2, }, @@ -76,6 +78,8 @@ static struct tegra_utmip_config utmi_phy_config[] = { .elastic_limit = 16, .term_range_adj = 6, .xcvr_setup = 15, + .xcvr_setup_offset = 0, + .xcvr_use_fuses = 1, .xcvr_lsfslew = 2, .xcvr_lsrslew = 2, }, @@ -85,6 +89,8 @@ static struct tegra_utmip_config utmi_phy_config[] = { .elastic_limit = 16, .term_range_adj = 6, .xcvr_setup = 8, + .xcvr_setup_offset = 0, + .xcvr_use_fuses = 1, .xcvr_lsfslew = 2, .xcvr_lsrslew = 2, }, diff --git a/arch/arm/mach-tegra/board-ventana.c b/arch/arm/mach-tegra/board-ventana.c index e730d4e2f7a5..a59a8852a10a 100644 --- a/arch/arm/mach-tegra/board-ventana.c +++ b/arch/arm/mach-tegra/board-ventana.c @@ -69,6 +69,8 @@ static struct tegra_utmip_config utmi_phy_config[] = { .elastic_limit = 16, .term_range_adj = 6, .xcvr_setup = 15, + .xcvr_setup_offset = 0, + .xcvr_use_fuses = 1, .xcvr_lsfslew = 2, .xcvr_lsrslew = 2, }, @@ -78,6 +80,8 @@ static struct tegra_utmip_config utmi_phy_config[] = { .elastic_limit = 16, .term_range_adj = 6, .xcvr_setup = 8, + .xcvr_setup_offset = 0, + .xcvr_use_fuses = 1, .xcvr_lsfslew = 2, .xcvr_lsrslew = 2, }, |