Timo Juhani Lindfors wrote:
> Hi,
> 
> Lars-Peter Clausen <[email protected]> writes:
>> /sys/bus/platform/devices/gta02-pm-gsm.0 is what you should use
> 
> aha, thank you. I'll replace 
> 
> /sys/devices/platform/s3c2440-i2c/i2c-0/0-0073/pcf50633-gpio/reg-fixed-voltage.1/gta02-pm-gsm.0
> 
> with
> 
> /sys/bus/platform/devices/gta02-pm-gsm.0
> 
> so that now omhacks tries the following three paths and uses the first
> one that exists:
> 
> /sys/class/i2c-adapter/i2c-0/0-0073/neo1973-pm-gsm.0
> /sys/class/i2c-adapter/i2c-0/0-0073/gta02-pm-gsm.0
> /sys/bus/platform/devices/gta02-pm-gsm.0
> 
> -Timo

Hi

I think using
/sys/bus/platform/devices/neo1973-pm-gsm.0
and
/sys/bus/platform/devices/gta02-pm-gsm.0
would be the best.
All other paths with the same basename should only be symlinks to one of these 
two.

- Lars

Reply via email to