summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/pinctrl/pinctrl-tegra186-padctl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pinctrl/pinctrl-tegra186-padctl.c b/drivers/pinctrl/pinctrl-tegra186-padctl.c
index 1687c6d89..a941ba144 100644
--- a/drivers/pinctrl/pinctrl-tegra186-padctl.c
+++ b/drivers/pinctrl/pinctrl-tegra186-padctl.c
@@ -2231,6 +2231,7 @@ static const struct tegra_padctl_soc tegra186_soc = {
2231 2231
2232static const struct of_device_id tegra_padctl_of_match[] = { 2232static const struct of_device_id tegra_padctl_of_match[] = {
2233 {.compatible = "nvidia,tegra186-padctl", .data = &tegra186_soc}, 2233 {.compatible = "nvidia,tegra186-padctl", .data = &tegra186_soc},
2234 {.compatible = "nvidia,tegra186-xusb-padctl", .data = &tegra186_soc},
2234 { } 2235 { }
2235}; 2236};
2236MODULE_DEVICE_TABLE(of, tegra_padctl_of_match); 2237MODULE_DEVICE_TABLE(of, tegra_padctl_of_match);