This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

bank8 in OMAP L-138 u-boot

Guru 20755 points

Hello,

When I configure bank8 direction in my board, the u-boot crashes.
I should note that before running the u-boot I had to add bank8 address to the code becuase it was missing  in [u-boot.git] / arch / arm / include / asm / arch-davinci / gpio_defs.h
only the following registers are defined:

61 #define davinci_gpio_bank01 ((struct davinci_gpio *)DAVINCI_GPIO_BANK01)
62 #define davinci_gpio_bank23 ((struct davinci_gpio *)DAVINCI_GPIO_BANK23)
63 #define davinci_gpio_bank45 ((struct davinci_gpio *)DAVINCI_GPIO_BANK45)
64 #define davinci_gpio_bank67 ((struct davinci_gpio *)DAVINCI_GPIO_BANK67)

Any help is appreciated,

Regards,

Ran