Commit 9a499e0
Add new 'chassis-type' root node property
ACPI-based systems generally provide DMI data allowing userspace
software to identify the form-factor of the running system.
Such information can be useful (for example, in order to implement
different behavior on a desktop and on a smartphone) but is not readily
available on DT-based systems.
This patch proposes adding a new optional property to the root node,
allowing a way to specify the system form factor.
The new property is named `chassis-type`, using the same values as
systemd's hostnamed.
Signed-off-by: Arnaud Ferraris <[email protected]>1 parent 963c5fa commit 9a499e0
1 file changed
+11
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
55 | 66 | | |
56 | 67 | | |
57 | 68 | | |
| |||
0 commit comments