From 34924f5a91df68134a5b5fb04cce05f08da06199 Mon Sep 17 00:00:00 2001 From: Andriy Tryshnivskyy Date: Wed, 11 Aug 2021 22:48:16 +0200 Subject: Add SCMI IIO accelerometer and gyroscope. ARM System Control and Management Interface [1] provides sensor protocol which can implement various sensors. In particular, using virtio transport for SCMI one can provide virtual sensors. For now add sensors which can be backed by physical one on AGL Reference Hardware board. [1]: https://developer.arm.com/architectures/system-architectures/software-standards/scmi Bug-AGL: SPEC-3865 Signed-off-by: Andriy Tryshnivskyy Change-Id: I932101dd057eb305338459930a243fb1749496de --- binding/iiodevices-binding.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/binding/iiodevices-binding.c b/binding/iiodevices-binding.c index f39ec6d..d4d4ba8 100644 --- a/binding/iiodevices-binding.c +++ b/binding/iiodevices-binding.c @@ -79,6 +79,8 @@ static struct iio_info iio_infos[] = { { "16-006b", "compass", "magn"}, { "asm330lhh_accel", "acceleration", "accel"}, { "asm330lhh_gyro", "gyroscope", "anglvel"}, + { "scmi.iio.accel", "acceleration", "accel"}, + { "scmi.iio.gyro", "gyroscope", "anglvel"}, }; /*get event by afb_event_t*/ -- cgit 1.2.3-korg