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.