summaryrefslogtreecommitdiffstats
path: root/bsp/virtio/virtio-scmi/virtio-scmi.scc
diff options
context:
space:
mode:
authorVasyl Vavrychuk <vasyl.vavrychuk@opensynergy.com>2022-05-10 17:33:56 +0200
committerVasyl Vavrychuk <vasyl.vavrychuk@opensynergy.com>2022-08-07 23:36:53 +0200
commit4deb7357eab5962b0553a5ad1f11be5ac35f9da9 (patch)
treef6b7f4307f4e664dffa1bf7da571dab816f2e3d4 /bsp/virtio/virtio-scmi/virtio-scmi.scc
parent77c05cc449b00d3be1f6d9691dc37467d2916def (diff)
virtio: Enable VIRTIO SCMI and IIO SCMI drivers.kernel-5.15
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>
Diffstat (limited to 'bsp/virtio/virtio-scmi/virtio-scmi.scc')
-rw-r--r--bsp/virtio/virtio-scmi/virtio-scmi.scc5
1 files changed, 5 insertions, 0 deletions
diff --git a/bsp/virtio/virtio-scmi/virtio-scmi.scc b/bsp/virtio/virtio-scmi/virtio-scmi.scc
new file mode 100644
index 0000000..dea7dec
--- /dev/null
+++ b/bsp/virtio/virtio-scmi/virtio-scmi.scc
@@ -0,0 +1,5 @@
+# SPDX-License-Identifier: MIT
+kconf hardware virtio-scmi.cfg
+kconf hardware iio-scmi.cfg
+patch 0001-iio-core-Introduce-IIO_VAL_INT_64.patch
+patch 0002-iio-scmi-Add-reading-raw-attribute.patch