diff options
| author | Suresh Mangipudi <smangipudi@nvidia.com> | 2016-08-12 06:54:24 -0400 |
|---|---|---|
| committer | mobile promotions <svcmobile_promotions@nvidia.com> | 2016-08-17 10:04:32 -0400 |
| commit | cfb14bf8702bbf3c26c4e52df1bb449d4f11b867 (patch) | |
| tree | 7fa2b7d32ca5316e2f424c337ef92fa5f350a784 /drivers | |
| parent | 319c3d66249a31210abbea5956976b7ba1348450 (diff) | |
padctl: t186: Add compatible string
Add compatible string nvidia,tegra186-xusb-padctl
Change-Id: I62773ae16c963fbd964323b1822baf1e1f3da89a
Signed-off-by: Suresh Mangipudi <smangipudi@nvidia.com>
Reviewed-on: http://git-master/r/1201882
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/pinctrl/pinctrl-tegra186-padctl.c | 1 |
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 | ||
| 2232 | static const struct of_device_id tegra_padctl_of_match[] = { | 2232 | static 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 | }; |
| 2236 | MODULE_DEVICE_TABLE(of, tegra_padctl_of_match); | 2237 | MODULE_DEVICE_TABLE(of, tegra_padctl_of_match); |
