Skip to content

Commit 29d7529

Browse files
duynguyenxastephanosio
authored andcommitted
drivers: gpio: Add missing port init for RX GPIO
The RX GPIO was originally develop for RX130 MCU which only have port 0 to 5 and A to J, this commit add missing port initialize for other RX MCU family Signed-off-by: Duy Nguyen <duy.nguyen.xa@renesas.com>
1 parent 08ac42a commit 29d7529

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

drivers/gpio/gpio_renesas_rx.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,10 @@ GPIO_DEVICE_INIT_RX_IF_OKAY(2);
312312
GPIO_DEVICE_INIT_RX_IF_OKAY(3);
313313
GPIO_DEVICE_INIT_RX_IF_OKAY(4);
314314
GPIO_DEVICE_INIT_RX_IF_OKAY(5);
315+
GPIO_DEVICE_INIT_RX_IF_OKAY(6);
316+
GPIO_DEVICE_INIT_RX_IF_OKAY(7);
317+
GPIO_DEVICE_INIT_RX_IF_OKAY(8);
318+
GPIO_DEVICE_INIT_RX_IF_OKAY(9);
315319
GPIO_DEVICE_INIT_RX_IF_OKAY(a);
316320
GPIO_DEVICE_INIT_RX_IF_OKAY(b);
317321
GPIO_DEVICE_INIT_RX_IF_OKAY(c);

0 commit comments

Comments
 (0)