dt-common: revise a typo for HDR40_PIN33

revise GPIO definitions for HDR40_PIN33

Bug 3817505

Change-Id: If363bdd300201cd0e535db2c5aeaabc5e1258dfc
Signed-off-by: Jerry Chang <jerchang@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/soc/tegra/+/2785896
(cherry picked from commit 364b6b11ed0e67b98eb21c50c7f129321ac9c445)
Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/soc/tegra/+/2794502
Reviewed-by: Bibek Basu <bbasu@nvidia.com>
This commit is contained in:
Jerry Chang
2022-10-03 16:53:28 +08:00
committed by Laxman Dewangan
parent fb8cabec2a
commit f8d94758dc

View File

@@ -72,7 +72,7 @@
#define HDR40_PIN29_GPIO TEGRA_AON_GPIO(AA, 1) #define HDR40_PIN29_GPIO TEGRA_AON_GPIO(AA, 1)
#define HDR40_PIN31_GPIO TEGRA_AON_GPIO(AA, 0) #define HDR40_PIN31_GPIO TEGRA_AON_GPIO(AA, 0)
#define HDR40_PIN32_GPIO TEGRA_AON_GPIO(BB, 1) #define HDR40_PIN32_GPIO TEGRA_AON_GPIO(BB, 1)
#define HDR40_PIN33_GPIO TEGRA_AON_GPIO(AA, 3) #define HDR40_PIN33_GPIO TEGRA_AON_GPIO(AA, 2)
#define HDR40_PIN35_GPIO TEGRA_MAIN_GPIO(I, 2) #define HDR40_PIN35_GPIO TEGRA_MAIN_GPIO(I, 2)
#define HDR40_PIN36_GPIO TEGRA_MAIN_GPIO(R, 5) #define HDR40_PIN36_GPIO TEGRA_MAIN_GPIO(R, 5)
#define HDR40_PIN37_GPIO TEGRA_AON_GPIO(AA, 3) #define HDR40_PIN37_GPIO TEGRA_AON_GPIO(AA, 3)