How to create a link to sysfs attribute

37 Views Asked by At

I try to create a platform driver to integrate used device driver like eeprom/gpio/mux etc. Since those components already have driver to use, I try to create a link to those driver sysfs. But I found only examples to create link to directory, is there any way to create link to attribute or attribute group?

Some example code pieces are welcome

0

There are 0 best solutions below