@@ -985,7 +985,7 @@ static const char * const rzg2l_gpio_names[] = {
985
985
"P48_0" , "P48_1" , "P48_2" , "P48_3" , "P48_4" , "P48_5" , "P48_6" , "P48_7" ,
986
986
};
987
987
988
- static const u32 rzg2l_gpio_configs [] = {
988
+ static const u32 r9a07g044_gpio_configs [] = {
989
989
RZG2L_GPIO_PORT_PACK (2 , 0x10 , RZG2L_MPXED_PIN_FUNCS ),
990
990
RZG2L_GPIO_PORT_PACK (2 , 0x11 , RZG2L_MPXED_PIN_FUNCS ),
991
991
RZG2L_GPIO_PORT_PACK (2 , 0x12 , RZG2L_MPXED_PIN_FUNCS ),
@@ -1485,7 +1485,7 @@ static int rzg2l_pinctrl_probe(struct platform_device *pdev)
1485
1485
struct clk * clk ;
1486
1486
int ret ;
1487
1487
1488
- BUILD_BUG_ON (ARRAY_SIZE (rzg2l_gpio_configs ) * RZG2L_PINS_PER_PORT >
1488
+ BUILD_BUG_ON (ARRAY_SIZE (r9a07g044_gpio_configs ) * RZG2L_PINS_PER_PORT >
1489
1489
ARRAY_SIZE (rzg2l_gpio_names ));
1490
1490
1491
1491
BUILD_BUG_ON (ARRAY_SIZE (r9a07g043_gpio_configs ) * RZG2L_PINS_PER_PORT >
@@ -1535,10 +1535,10 @@ static struct rzg2l_pinctrl_data r9a07g043_data = {
1535
1535
1536
1536
static struct rzg2l_pinctrl_data r9a07g044_data = {
1537
1537
.port_pins = rzg2l_gpio_names ,
1538
- .port_pin_configs = rzg2l_gpio_configs ,
1539
- .n_ports = ARRAY_SIZE (rzg2l_gpio_configs ),
1538
+ .port_pin_configs = r9a07g044_gpio_configs ,
1539
+ .n_ports = ARRAY_SIZE (r9a07g044_gpio_configs ),
1540
1540
.dedicated_pins = rzg2l_dedicated_pins .common ,
1541
- .n_port_pins = ARRAY_SIZE (rzg2l_gpio_configs ) * RZG2L_PINS_PER_PORT ,
1541
+ .n_port_pins = ARRAY_SIZE (r9a07g044_gpio_configs ) * RZG2L_PINS_PER_PORT ,
1542
1542
.n_dedicated_pins = ARRAY_SIZE (rzg2l_dedicated_pins .common ) +
1543
1543
ARRAY_SIZE (rzg2l_dedicated_pins .rzg2l_pins ),
1544
1544
};
0 commit comments