aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/phy/phy-tegra-usb.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/phy/phy-tegra-usb.c')
-rw-r--r--drivers/usb/phy/phy-tegra-usb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/phy/phy-tegra-usb.c b/drivers/usb/phy/phy-tegra-usb.c
index 50dc69e1666f..13b4fa287da8 100644
--- a/drivers/usb/phy/phy-tegra-usb.c
+++ b/drivers/usb/phy/phy-tegra-usb.c
@@ -962,7 +962,7 @@ static const struct tegra_phy_soc_config tegra30_soc_config = {
962 .requires_extra_tuning_parameters = true, 962 .requires_extra_tuning_parameters = true,
963}; 963};
964 964
965static struct of_device_id tegra_usb_phy_id_table[] = { 965static const struct of_device_id tegra_usb_phy_id_table[] = {
966 { .compatible = "nvidia,tegra30-usb-phy", .data = &tegra30_soc_config }, 966 { .compatible = "nvidia,tegra30-usb-phy", .data = &tegra30_soc_config },
967 { .compatible = "nvidia,tegra20-usb-phy", .data = &tegra20_soc_config }, 967 { .compatible = "nvidia,tegra20-usb-phy", .data = &tegra20_soc_config },
968 { }, 968 { },