add drive-strength bank regiter and bit value for G12A SoC

Signed-off-by: Guillaume La Roque <[email protected]>
---
 drivers/pinctrl/meson/pinctrl-meson-g12a.c | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/drivers/pinctrl/meson/pinctrl-meson-g12a.c 
b/drivers/pinctrl/meson/pinctrl-meson-g12a.c
index 9cc2b9d52b..115e8b5616 100644
--- a/drivers/pinctrl/meson/pinctrl-meson-g12a.c
+++ b/drivers/pinctrl/meson/pinctrl-meson-g12a.c
@@ -1204,19 +1204,19 @@ static struct meson_pmx_func 
meson_g12a_aobus_functions[] = {
 };
 
 static struct meson_bank meson_g12a_periphs_banks[] = {
-       /*    name   first                   last                   pullen  
pull   dir     out     in   */
-       BANK("Z",    PIN(GPIOZ_0, EE_OFF),   PIN(GPIOZ_15, EE_OFF), 4,  0,  4,  
0, 12,  0, 13,  0, 14,  0),
-       BANK("H",    PIN(GPIOH_0, EE_OFF),   PIN(GPIOH_8,  EE_OFF), 3,  0,  3,  
0,  9,  0, 10,  0, 11,  0),
-       BANK("BOOT", PIN(BOOT_0,  EE_OFF),   PIN(BOOT_15,  EE_OFF), 0,  0,  0,  
0,  0,  0,  1,  0,  2,  0),
-       BANK("C",    PIN(GPIOC_0, EE_OFF),   PIN(GPIOC_7,  EE_OFF), 1,  0,  1,  
0,  3,  0,  4,  0,  5,  0),
-       BANK("A",    PIN(GPIOA_0, EE_OFF),   PIN(GPIOA_15, EE_OFF), 5,  0,  5,  
0, 16,  0, 17,  0, 18,  0),
-       BANK("X",    PIN(GPIOX_0, EE_OFF),   PIN(GPIOX_19, EE_OFF), 2,  0,  2,  
0,  6,  0,  7,  0,  8,  0),
+       /*       name   first                   last                   pullen  
pull   dir     out     in      ds*/
+       BANK_DS("Z",    PIN(GPIOZ_0, EE_OFF),   PIN(GPIOZ_15, EE_OFF), 4,  0,  
4,  0, 12,  0, 13,  0, 14,  0, 5, 0),
+       BANK_DS("H",    PIN(GPIOH_0, EE_OFF),   PIN(GPIOH_8,  EE_OFF), 3,  0,  
3,  0,  9,  0, 10,  0, 11,  0, 4, 0),
+       BANK_DS("BOOT", PIN(BOOT_0,  EE_OFF),   PIN(BOOT_15,  EE_OFF), 0,  0,  
0,  0,  0,  0,  1,  0,  2,  0, 0, 0),
+       BANK_DS("C",    PIN(GPIOC_0, EE_OFF),   PIN(GPIOC_7,  EE_OFF), 1,  0,  
1,  0,  3,  0,  4,  0,  5,  0, 1, 0),
+       BANK_DS("A",    PIN(GPIOA_0, EE_OFF),   PIN(GPIOA_15, EE_OFF), 5,  0,  
5,  0, 16,  0, 17,  0, 18,  0, 6, 0),
+       BANK_DS("X",    PIN(GPIOX_0, EE_OFF),   PIN(GPIOX_19, EE_OFF), 2,  0,  
2,  0,  6,  0,  7,  0,  8,  0, 2, 0),
 };
 
 static struct meson_bank meson_g12a_aobus_banks[] = {
-       /*   name    first                   last                   pullen  
pull   dir     out     in  */
-       BANK("AO",   PIN(GPIOAO_0, 0),       PIN(GPIOAO_11, 0),     3,  0,  2,  
0,  0,  0,  4,  0,  1,  0),
-       BANK("E",    PIN(GPIOE_0, 0),        PIN(GPIOE_2, 0),       3, 16,  2, 
16,  0, 16,  4, 16,  1,  16),
+       /*      name    first                   last                   pullen  
pull   dir     out     in      ds*/
+       BANK_DS("AO",   PIN(GPIOAO_0, 0),       PIN(GPIOAO_11, 0),     3,  0,  
2,  0,  0,  0,  4,  0,  1,  0, 0, 0),
+       BANK_DS("E",    PIN(GPIOE_0, 0),        PIN(GPIOE_2, 0),       3, 16,  
2, 16,  0, 16,  4, 16,  1,  16, 1, 0),
 };
 
 static struct meson_pmx_bank meson_g12a_periphs_pmx_banks[] = {
-- 
2.17.1

_______________________________________________
U-Boot mailing list
[email protected]
https://lists.denx.de/listinfo/u-boot

Reply via email to