Add new 'chassis-type' root node property#45
Merged
robherring merged 1 commit intodevicetree-org:masterfrom Sep 13, 2021
Merged
Add new 'chassis-type' root node property#45robherring merged 1 commit intodevicetree-org:masterfrom
robherring merged 1 commit intodevicetree-org:masterfrom
Conversation
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 <arnaud.ferraris@collabora.com>
Member
|
'embedded' seems rather pointless, but okay. Please also add this to the corresponding schema in https://github.com/devicetree-org/dt-schema/blob/master/schemas/root-node.yaml |
Contributor
Author
I can see it being used for random dev boards, but I included it mostly to stay in line with systemd.
Sure thing, here it is: devicetree-org/dt-schema#58 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.