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.

Set GPIOs in OMAP L138 LCDK via Linux sys interface (/sys/class/gpio..)

Hello,

I am working on setting GPIOs from userspace in linux (via /sys/class/gpio/.. ). Unfortunately it won't work :(

Until now I have:

- chosen the Pins (GPIO2-5)

- added the line into da850.c (mux_config da850_pins;  MUX_CFG(DA850, GPIO2_5, 6, 13, 15, 8, false)

- included the registration in board-omapl138-hawk.c under ..hawk_init (ret = davinci_cfg_reg_list(da850_gpio_pins ; with const short da850_gpio_pins[] __initdata = {DA850_GPIO2_4, DA850_GPIO2_5, -1})

Unfortunately it still does not work. Any suggestions?

Thanks,

Alex L.