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.

TI811x gpio0_10 issues, cant control with Kernel Console



Hi All,

I'm using Linux-2.6.37 with psp04.07.00.02 and i need to control GPIO0[10] but is always sitting in 1 volt, if i try to control with:

  • echo 10 > /sys/class/gpio/export
  • echo "out" > /sys/class/gpio/gpio10/direction
  • echo 0 > sys/class/gpio/gpio10/value


and seems that i'm not able to control that line

The pin for that gpio is:

  • PINCNTL156 0x48140A6C 


and i init the pinmux with:

  • omap_mux_init_signal("vin0_d16_ti811x.gpio0_10",0) 


and seems that i was unsuccessfull.

tried also with:

  • omap_mux_init_signal("vin0_d16_ti811x.gpio0_10_mux0",0) 


and still unsuccessfull.

Can someone suggest a way/ways i can control that GPIO? thanks in advance

PD: I tried to unenable in devices.c 

  • omap_writel(0x1,0x48140a6c)


and didin't work.