aboutsummaryrefslogtreecommitdiffstats
path: root/bsp/virtio/virtio-scmi/virtio-scmi.cfg
AgeCommit message (Collapse)AuthorFilesLines
2022-08-08virtio: Refresh configuration for kernel v5.18.lamprey_12.1.6lamprey_12.1.5lamprey/12.1.6lamprey/12.1.512.1.612.1.5Vasyl Vavrychuk1-2/+3
Bug-AGL: SPEC-4453 Change-Id: Id62b1bbec6601edd1e048c88266574a777908902 Signed-off-by: Vasyl Vavrychuk <vasyl.vavrychuk@opensynergy.com>
2022-08-07virtio: Enable VIRTIO SCMI and IIO SCMI drivers.kernel-5.15Vasyl Vavrychuk1-0/+25
VIRTIO SCMI device implements the Arm System Control and Management Interface (SCMI) [1]. This VIRTIO device is part of "Virtual I/O Device (VIRTIO) Version 1.2" specification [2]. The SCMI can be used for sensors, power state management, clock management and performance management among other things. Enable IIO-SCMI driver that works on top of VIRTIO-SCMI and supports SCMI sensors. (cherry-picked https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/27473) [1]: https://developer.arm.com/Architectures/System%20Control%20and%20Management%20Interface [2]: https://docs.oasis-open.org/virtio/virtio/v1.2/csd01/virtio-v1.2-csd01.html Bug-AGL: SPEC-3865, SPEC-4365 Change-Id: Iaf2092d869d938d0b45029038d8eea36110d7e3e Signed-off-by: Vasyl Vavrychuk <vasyl.vavrychuk@opensynergy.com>