File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,8 @@ Each node has a minimum set of properties describing the sensor :
22
22
23
23
- a "sensor-data" property giving a unique handler for the
24
24
OPAL_SENSOR_READ call to be used by Linux to get the value of
25
- a sensor attribute. A sensor handler has the following encoding : ::
25
+ a sensor attribute. This value is opaque to the OS but is *currently *
26
+ constructed using the following encoding : ::
26
27
27
28
| Attr. |Fam|Res. | Resource |
28
29
| Number |ily|Class| Id |
Original file line number Diff line number Diff line change @@ -2,8 +2,9 @@ OPAL_SENSOR_READ
2
2
================
3
3
4
4
The OPAL sensor call reads a sensor data using a unique handler to
5
- identity the targeted sensor.
6
-
5
+ identity the targeted sensor. The `sensor_handler ` is provided
6
+ via the device tree and is opaque to the OS (although we currently
7
+ do use an encoding scheme).
7
8
8
9
This call can be asynchronous, when a message needs to be sent to a
9
10
service processor for example. In this case, the call will return
You can’t perform that action at this time.
0 commit comments