LSM6DSL Linux Driver, How to add the Gyroscope output registers for user interface as sysfs entries?
Hi all,
I Have a custom board that runs Linux. The board has a LSM6DSL module on it as well. the IMU driver has been ported into the Linux Kernel and I have access to the Accelerometer output registers from the Linux sysfs entries under /sys/bus/iio/devices/iio:deviceX
in_accel_x_raw
in_accel_y_raw
in_accel_z_raw
However, there is no sysfs entries for the Gyroscope output registers for user interface registers. How do I add it or enable in the driver.
thanks
