Closed nE0sIghT closed 4 years ago
Userland FPC blobs expects sysfs device node to be in /sys/devices/soc/soc:fpc1020, however in 4.9 kernel it is in /sys/devices/platform/soc/soc:fpc1020. We should revert path change in kernel to keep userland untouched.
/sys/devices/soc/soc:fpc1020
/sys/devices/platform/soc/soc:fpc1020
Closed fixed
Userland FPC blobs expects sysfs device node to be in
/sys/devices/soc/soc:fpc1020
, however in 4.9 kernel it is in/sys/devices/platform/soc/soc:fpc1020
. We should revert path change in kernel to keep userland untouched.