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

Two 6.12 DTS fixes #6508

Merged
merged 3 commits into from
Dec 3, 2024
Merged

Two 6.12 DTS fixes #6508

merged 3 commits into from
Dec 3, 2024

Conversation

pelwell
Copy link
Contributor

@pelwell pelwell commented Dec 3, 2024

As noticed in #6507, the arm-pmu declaration is missing from rpi-6.12.y. Likewise, the re-enabling of DMA to RP1's UART0.

In the move to the upstream bcm2712.dts, the A76 PMU was omitted from
the required downstream additions.

Link: raspberrypi#6507

Signed-off-by: Phil Elwell <[email protected]>
Following the merging of [1], it is safe to re-enable DMA to UART0
without fear of losing data.

Seen while looking at raspberrypi#6507.

[1] dmaengine: dw-axi-dmac: Allow client-chosen width

Signed-off-by: Phil Elwell <[email protected]>
gpio-direct mode is a modification of the brcmstb GPIO driver that
makes it play nicely with the userspace pinctrl utility. The mode
forces the drive to read its state from the hardware each time, rather
than relying on cached state. Doing so slightly reduces performance,
but this is not a heavily used code path.

Signed-off-by: Phil Elwell <[email protected]>
@pelwell pelwell merged commit 8f073ea into raspberrypi:rpi-6.12.y Dec 3, 2024
12 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