sonyxperiadev / device-sony-loire

17 stars 40 forks source link

[master] fstab: Update paths for k4.9 #221

Closed bartcubbins closed 6 years ago

bartcubbins commented 6 years ago

On kernel 4.9, /sys/devices/soc has been moved to /sys/devices/platform/soc.

Signed-off-by: Pavel Dubrova pashadubrova@gmail.com

bartcubbins commented 6 years ago

@jerpelea we have a portions of code for k4.4 in our device trees so maybe it's better to add fstab for k4.4 and ifdef it with SOMC_KERNEL_VERSION flag. what do you think?

jerpelea commented 6 years ago

master is P and P uses 4.9 only

bartcubbins commented 6 years ago

ok, so we can safety remove /sys/devices/soc/ code? and do a little cleanup

jerpelea commented 6 years ago

yes we can do it soon

bartcubbins commented 6 years ago

ok I'll prepare PR for all platforms