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

rpi-base: build uart dts overlays by default #1361

Merged
merged 1 commit into from
Sep 5, 2024

Conversation

pcurt
Copy link
Contributor

@pcurt pcurt commented Aug 23, 2024

- What I did

I think as we add by default the overlays disable-bt and miniuart-bt to RPI_KERNEL_DEVICETREE_OVERLAYS we also need to add the overlays to enable the uart peripherals.
Indeed if we want to use the uart0 peripheral on a Raspberry PI4 with the PL011 with need to enable the following overlays:

dtoverlay=disable-bt
dtoverlay=uart0

- How I did it

Add all the uart dts overlays to RPI_KERNEL_DEVICETREE_OVERLAYS

@agherzan agherzan enabled auto-merge (rebase) August 28, 2024 13:11
We need the uart dts overlays to enable a specific uart peripheral.
For example if you use the disable-bt overlay, you have to enable
the uart0 dts overlay to be able to use uart0 peripheral.

Signed-off-by: Pierrick Curt <pierrickcurt@gmail.com>
auto-merge was automatically disabled August 29, 2024 06:06

Head branch was pushed to by a user without write access

@agherzan agherzan enabled auto-merge (rebase) September 4, 2024 09:48
@agherzan agherzan merged commit e49de22 into agherzan:master Sep 5, 2024
19 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.

2 participants