diff options
| author | Suresh Mangipudi <smangipudi@nvidia.com> | 2017-06-05 06:10:52 -0400 |
|---|---|---|
| committer | mobile promotions <svcmobile_promotions@nvidia.com> | 2017-06-06 04:35:25 -0400 |
| commit | a2325ffc01eeea20af0e142ef5bfc5fce8dc47c0 (patch) | |
| tree | 591476b8f727b7cadb63cd6d9f55d26dfe2e2da6 /drivers/gpio | |
| parent | d45e0fda0568c575c1cfd4be8319abb1e03d88b9 (diff) | |
gpio: tegra: Port B moved to NON-AON GPIO
GPIO Port B was under AON GPIO, this has been moved under
Non-AON GPIO.
Bug 200315494
Change-Id: I2835c35b4d8d39f546134e755768bbc0f3b6cb06
Signed-off-by: Suresh Mangipudi <smangipudi@nvidia.com>
Reviewed-on: http://git-master/r/1495957
Reviewed-by: svccoveritychecker <svccoveritychecker@nvidia.com>
GVS: Gerrit_Virtual_Submit
Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com>
Diffstat (limited to 'drivers/gpio')
| -rw-r--r-- | drivers/gpio/gpio-tegra186.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-tegra186.c b/drivers/gpio/gpio-tegra186.c index 37abb02bb..0b8774d0d 100644 --- a/drivers/gpio/gpio-tegra186.c +++ b/drivers/gpio/gpio-tegra186.c | |||
| @@ -373,6 +373,7 @@ static struct tegra_gpio_port_soc_info tegra_aon_gpio_cinfo[] = { | |||
| 373 | 373 | ||
| 374 | static struct tegra_gpio_port_soc_info tegra194_gpio_cinfo[] = { | 374 | static struct tegra_gpio_port_soc_info tegra194_gpio_cinfo[] = { |
| 375 | TEGRA194_MAIN_GPIO_PORT_INFO(A, 1, 2, 8), | 375 | TEGRA194_MAIN_GPIO_PORT_INFO(A, 1, 2, 8), |
| 376 | TEGRA194_MAIN_GPIO_PORT_INFO(B, 4, 7, 2), | ||
| 376 | TEGRA194_MAIN_GPIO_PORT_INFO(C, 4, 3, 8), | 377 | TEGRA194_MAIN_GPIO_PORT_INFO(C, 4, 3, 8), |
| 377 | TEGRA194_MAIN_GPIO_PORT_INFO(D, 4, 4, 4), | 378 | TEGRA194_MAIN_GPIO_PORT_INFO(D, 4, 4, 4), |
| 378 | TEGRA194_MAIN_GPIO_PORT_INFO(E, 4, 5, 8), | 379 | TEGRA194_MAIN_GPIO_PORT_INFO(E, 4, 5, 8), |
| @@ -402,7 +403,6 @@ static struct tegra_gpio_port_soc_info tegra194_gpio_cinfo[] = { | |||
| 402 | }; | 403 | }; |
| 403 | 404 | ||
| 404 | static struct tegra_gpio_port_soc_info tegra194_aon_gpio_cinfo[] = { | 405 | static struct tegra_gpio_port_soc_info tegra194_aon_gpio_cinfo[] = { |
| 405 | TEGRA194_AON_GPIO_PORT_INFO(B, 0, 5, 2), | ||
| 406 | TEGRA194_AON_GPIO_PORT_INFO(AA, 0, 3, 8), | 406 | TEGRA194_AON_GPIO_PORT_INFO(AA, 0, 3, 8), |
| 407 | TEGRA194_AON_GPIO_PORT_INFO(BB, 0, 4, 4), | 407 | TEGRA194_AON_GPIO_PORT_INFO(BB, 0, 4, 4), |
| 408 | TEGRA194_AON_GPIO_PORT_INFO(CC, 0, 1, 8), | 408 | TEGRA194_AON_GPIO_PORT_INFO(CC, 0, 1, 8), |
