Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

acpi-prop: Make UART device properties to use global namespace #188

Merged
merged 1 commit into from
Aug 6, 2024

Conversation

vlsunil
Copy link
Collaborator

@vlsunil vlsunil commented Jul 30, 2024

Several Operating Systems are already using device property names for 16550-compatible UARTs in global namespace. Adding riscv- prefix will make multiple software components to change. DSD guide also allows to continue to use the same property names which are already in use. So, remove riscv-uart prefix requirement for UART devices.

Also, add reg-offset property which is also currently used by OS drivers.

Several Operating Systems are already using device property names for
16550-compatible UARTs in global namespace. Adding riscv- prefix will
make multiple software components to change. DSD guide also allows to
continue to use the same property names which are already in use. So,
remove riscv-uart prefix requirement for UART devices.

Also, add reg-offset property which is also currently used by OS
drivers.

Signed-off-by: Sunil V L <[email protected]>
@vlsunil
Copy link
Collaborator Author

vlsunil commented Jul 30, 2024

@andreiw @adurbin-rivos : Please review.

@andreiw andreiw merged commit 19e5f9b into riscv-non-isa:main Aug 6, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants