summaryrefslogtreecommitdiff
path: root/drivers/gpio
diff options
context:
space:
mode:
authorHayden Du <haydend@nvidia.com>2013-08-21 15:00:33 +0800
committerDan Willemsen <dwillemsen@nvidia.com>2013-09-14 13:42:06 -0700
commit63c9170d171033533e1a8be969d7fe3d116e8167 (patch)
tree1688fb64b18fec2b84bd1754870ebcd387c70666 /drivers/gpio
parent0a0a87c317bf863e7f6c037d1803ab6efeb02cfe (diff)
arm: t124: Add "tegra-gpio" entry for Device Tree.
Bug 1352814 Change-Id: I44752c2f453e9accb594a8c0c250cbd48165c703 Signed-off-by: Hayden Du <haydend@nvidia.com> Reviewed-on: http://git-master/r/264238 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com>
Diffstat (limited to 'drivers/gpio')
-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 78b6f97473e6..728bbc594a08 100644
--- a/drivers/gpio/gpio-tegra.c
+++ b/drivers/gpio/gpio-tegra.c
@@ -500,6 +500,7 @@ static struct tegra_gpio_soc_config tegra30_gpio_config = {
};
static struct of_device_id tegra_gpio_of_match[] = {
+ { .compatible = "nvidia,tegra124-gpio", .data = &tegra30_gpio_config },
{ .compatible = "nvidia,tegra148-gpio", .data = &tegra30_gpio_config },
{ .compatible = "nvidia,tegra114-gpio", .data = &tegra30_gpio_config },
{ .compatible = "nvidia,tegra30-gpio", .data = &tegra30_gpio_config },