I've set
#define MX6QDL_PAD_GPIO_1__GPIO1_IO01 0x224 0x5f4 0x000 0x5 0x1
in the file imx6q-pinfunc.h
and set
MX6QDL_PAD_GPIO_1__GPIO1_IO01 0x80000000
in the file imx6qdl-sabresd.dtsi.
when I echo "0 or 1" > /sys/class/gpio/gpio1/value ,I can see the voltage changed 0->3V3 by using the multimeter .
But when I read the value (cat /sys/class/gpio/gpio1/value) , the result is always 0.
The gpio test is ok by used linux kernel-3.0.101.
@igorpadykov
