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

BCM2711, BCM2712 and RP1 UARTs are r1p5 #6587

Merged
merged 3 commits into from
Jan 7, 2025
Merged

Conversation

pelwell
Copy link
Contributor

@pelwell pelwell commented Jan 7, 2025

The r1p5 revision of the PL011 increases the FIFO sizes to 32 entries. Declare BCM2711, BCM2712 and RP1 appropriately.

The ARM PL011 UART instances in BCM2711 are r1p5 spec, which means they
have 32-entry FIFOs. The correct periphid value for this is 0x00341011.
Thanks to N Buchwitz for pointing this out.

Signed-off-by: Phil Elwell <[email protected]>
The ARM PL011 UART instances in BCM2712 are r1p5 spec, which means they
have 32-entry FIFOs. The correct periphid value for this is 0x00341011.
Thanks to N Buchwitz for pointing this out.

Signed-off-by: Phil Elwell <[email protected]>
The ARM PL011 UART instances in RP1 are r1p5 spec, which means they
have 32-entry FIFOs. The correct periphid value for this is 0x00341011.
Thanks to N Buchwitz for pointing this out.

Signed-off-by: Phil Elwell <[email protected]>
@pelwell
Copy link
Contributor Author

pelwell commented Jan 7, 2025

@nbuchwitz See what you made me do.

@nbuchwitz
Copy link
Contributor

Great! Can't say that I'm sorry for this 😄

@pelwell pelwell merged commit 7a4972f into raspberrypi:rpi-6.6.y Jan 7, 2025
12 checks passed
popcornmix added a commit to raspberrypi/rpi-firmware that referenced this pull request Jan 9, 2025
See: raspberrypi/linux#6579

kernel: BCM2711, BCM2712 and RP1 UARTs are r1p5
See: raspberrypi/linux#6587

kernel: IMX415 support - rpi-6.6.y
See: raspberrypi/linux#6582

kernel: PCI: brcmstb: don't use ASPM state defines for register bits
See: raspberrypi/linux#6588

kernel: allo-piano-dac-plus: Trial patches for the second part of issue 6527
See: raspberrypi/linux#6590

kernel: configs: add CONFIG_CRYPTO_NHPOLY1305_NEON=m
See: raspberrypi/linux#6594
popcornmix added a commit to raspberrypi/firmware that referenced this pull request Jan 10, 2025
See: raspberrypi/linux#6579

kernel: BCM2711, BCM2712 and RP1 UARTs are r1p5
See: raspberrypi/linux#6587

kernel: IMX415 support - rpi-6.6.y
See: raspberrypi/linux#6582

kernel: PCI: brcmstb: don't use ASPM state defines for register bits
See: raspberrypi/linux#6588

kernel: allo-piano-dac-plus: Trial patches for the second part of issue 6527
See: raspberrypi/linux#6590

kernel: configs: add CONFIG_CRYPTO_NHPOLY1305_NEON=m
See: raspberrypi/linux#6594
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