summaryrefslogtreecommitdiff
path: root/drivers/gpio/gpio-tegra.c
diff options
context:
space:
mode:
authorPritesh Raithatha <praithatha@nvidia.com>2012-12-20 17:17:31 +0530
committerDan Willemsen <dwillemsen@nvidia.com>2013-09-14 12:48:06 -0700
commit1ffbc54e12f2655a2c764003b06724c2a457f829 (patch)
treef902232c9b4c1083257be6ecb8909a9545eaf499 /drivers/gpio/gpio-tegra.c
parentba2581d809d28f10854cf113361c3f316251fb61 (diff)
gpio: tegra: add tegra114 compatiblity to of_match_table
Bug 1171552 Change-Id: Ice3e1750d6c046f8e4f644377ec0614de46e4c80 Signed-off-by: Pritesh Raithatha <praithatha@nvidia.com> Reviewed-on: http://git-master/r/173117 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Sachin Nikam <snikam@nvidia.com> Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com>
Diffstat (limited to 'drivers/gpio/gpio-tegra.c')
-rw-r--r--drivers/gpio/gpio-tegra.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpio/gpio-tegra.c b/drivers/gpio/gpio-tegra.c
index 6c19af74421d..babfc4312323 100644
--- a/drivers/gpio/gpio-tegra.c
+++ b/drivers/gpio/gpio-tegra.c
@@ -476,6 +476,7 @@ static struct tegra_gpio_soc_config tegra30_gpio_config = {
};
static struct of_device_id tegra_gpio_of_match[] = {
+ { .compatible = "nvidia,tegra114-gpio", .data = &tegra30_gpio_config },
{ .compatible = "nvidia,tegra30-gpio", .data = &tegra30_gpio_config },
{ .compatible = "nvidia,tegra20-gpio", .data = &tegra20_gpio_config },
{ },