aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpio')
-rw-r--r--drivers/gpio/gpio-tegra.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-tegra.c b/drivers/gpio/gpio-tegra.c
index 13afb881ffc..747eb40e8af 100644
--- a/drivers/gpio/gpio-tegra.c
+++ b/drivers/gpio/gpio-tegra.c
@@ -347,7 +347,7 @@ static int __init tegra_gpio_init(void)
347 * driver is converted into a platform_device 347 * driver is converted into a platform_device
348 */ 348 */
349 tegra_gpio_chip.of_node = of_find_compatible_node(NULL, NULL, 349 tegra_gpio_chip.of_node = of_find_compatible_node(NULL, NULL,
350 "nvidia,tegra250-gpio"); 350 "nvidia,tegra20-gpio");
351#endif /* CONFIG_OF_GPIO */ 351#endif /* CONFIG_OF_GPIO */
352 352
353 gpiochip_add(&tegra_gpio_chip); 353 gpiochip_add(&tegra_gpio_chip);