mbox series

[v3,0/2] ARM: dts: n900: use iio driver for accelerometer

Message ID 20221229171348.3543327-1-absicsz@gmail.com (mailing list archive)
Headers show
Series ARM: dts: n900: use iio driver for accelerometer | expand

Message

Sicelo Dec. 29, 2022, 5:13 p.m. UTC
The accelerometer in the N900 is now supported by the iio framework. This patch
series makes the switch to the new compatible.

The iio framework does not support some of the extended properties in the 
previous driver, but the change is useful for modern userspace, which expects
accelerometers to be exposed via iio.

Sicelo A. Mhlongo (2):
  ARM: dts: n900: rename accelerometer node
  ARM: dts: n900: use iio driver for accelerometer

 arch/arm/boot/dts/omap3-n900.dts | 54 ++++++--------------------------
 1 file changed, 9 insertions(+), 45 deletions(-)

Comments

Tony Lindgren Jan. 19, 2023, 8:33 a.m. UTC | #1
* Sicelo A. Mhlongo <absicsz@gmail.com> [221229 19:14]:
> The accelerometer in the N900 is now supported by the iio framework. This patch
> series makes the switch to the new compatible.
> 
> The iio framework does not support some of the extended properties in the 
> previous driver, but the change is useful for modern userspace, which expects
> accelerometers to be exposed via iio.

Applying these into omap-for-v6.3/dt thanks

Tony