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

Sicelo A. Mhlongo posted 2 patches 2 years, 8 months ago
arch/arm/boot/dts/omap3-n900.dts | 54 ++++++--------------------------
1 file changed, 9 insertions(+), 45 deletions(-)
[PATCH v3 0/2] ARM: dts: n900: use iio driver for accelerometer
Posted by Sicelo A. Mhlongo 2 years, 8 months ago
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(-)

-- 
2.39.0
Re: [PATCH v3 0/2] ARM: dts: n900: use iio driver for accelerometer
Posted by Tony Lindgren 2 years, 8 months ago
* 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