Are you sure that is the correct device tree path for the SoloLite? I don't see anything in the BSP that would create/map anything under the LED path mentioned. I checked init.rc, init.freescale.rc and others.
Instead, it has some of the other GPIO directories that one would expect. Here's my terminal output:
root@android:/sys/class/gpio # cat gpiochip0/label
gpio-0
root@android:/sys/class/gpio # cat gpiochip32/label
gpio-1
root@android:/sys/class/gpio # cat gpiochip64/label
gpio-2
root@android:/sys/class/gpio # cat gpiochip96/label
gpio-3
root@android:/sys/class/gpio # cat gpiochip128/label
gpio-4
root@android:/sys/class/gpio # cat gpiochip160/label
gpio-5
root@android:/sys/class/gpio # cat gpiochip192/label
gpio-6
root@android:/sys/class/gpio # cat gpiochip250/label
wm8962
None of these have a "value" folder in them.
I believe I need gpio-3 bit 21 (index 20) per the schematic. That's HSIC_STROBE using the ALT5 column (gpio3.GPIO[20]. I don't see gpio3 in the schematic.
Most the directories are gpiochipxxx, not gpioxxx. Note: there is a gpio115 directory, but I don't know what that is. There is also an export and unexport directory.
The same folder structure exists in: /sys/devices/virtual/gpio, but I don't know the difference between these two directories.