-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Pisound updates for Pi 5 #5872
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
Pisound updates for Pi 5 #5872
Conversation
Signed-off-by: Giedrius Trainavičius <giedrius@blokas.io>
That looks OK to me. The bcm2712 compatible string helps the checker tools know which devices it can be used on. If you can just add a placeholder README entry I'll merge it - something in the style of:
|
Sorry - one thing I should have said before is that we appreciate it if the DT patches are kept separate from the driver patches, because all the DT patches get squashed together when the tree is rebased. |
"one think" - ha ha, something I obviously didn't do. |
Do you mean you'd like the pisound.c changes to be placed in a separate commit, or in another pull request entirely? |
Signed-off-by: Giedrius Trainavičius <giedrius@blokas.io>
… and specify spi-speed-hz override for Pi 5. Signed-off-by: Giedrius Trainavičius <giedrius@blokas.io>
a6af7e8
to
9654633
Compare
I've split off the Device Tree changes into its own commit, and there's 2 commits for |
That's great. |
@pelwell, quick question - when is the next kernel release via |
You just missed one yesterday. Ordinarily it would be a few days to a week until the next one, but this time it's more complicated because our master branch is about to switch over to rpi-6.6.y. Fortunately your changes have been ported over to 6.6 so they will be in the next release, one way or the other. |
We have some eager Pi 5 and Pisound users waiting for this fix to be released, do you have any estimate on when a new build will be out? Could a build on rpi-6.1y be triggered? |
They can |
This pull request didn't make it to 6.1.74, or did it? |
Passing kernel branch names to rpi-update gets you the latest auto-build of the top-of-tree for that branch. Try it. |
Ah ok, I didn't know this, thank you! |
See: raspberrypi/linux#5923 kernel: overlays: Delete deprecated overlay mpu6050 kernel: overlays: Correct some compatible strings kernel: ASoC: DACplusADCPro - fix 16bit sample support in clock consumer mode See: raspberrypi/linux#5919 kernel: ASoC: adds support for Hifiberry AMP4Pro to the dacplus driver See: raspberrypi/linux#5918 kernel: ASoC: DACplus - fix 16bit sample support in clock consumer mode See: raspberrypi/linux#5917 kernel: Improve I2C timing (again) See: raspberrypi/linux#5916 kernel: Update PiTFT overlays for compatibility and consistency See: raspberrypi/linux#5903 kernel: Support non-standard I2C timings on Pi 5 See: raspberrypi/linux#5853 kernel: overlays: Add pcie-32bit-dma-pi5-overlay to enable 32bit DMA on the Pi 5's external PCIe interface See: raspberrypi/linux#5897 kernel: Improvement on backup-switchover-mode overlay value definitions See: raspberrypi/linux#5884 kernel: Pisound updates for Pi 5 See: raspberrypi/linux#5872
See: raspberrypi/linux#5923 kernel: overlays: Delete deprecated overlay mpu6050 kernel: overlays: Correct some compatible strings kernel: ASoC: DACplusADCPro - fix 16bit sample support in clock consumer mode See: raspberrypi/linux#5919 kernel: ASoC: adds support for Hifiberry AMP4Pro to the dacplus driver See: raspberrypi/linux#5918 kernel: ASoC: DACplus - fix 16bit sample support in clock consumer mode See: raspberrypi/linux#5917 kernel: Improve I2C timing (again) See: raspberrypi/linux#5916 kernel: Update PiTFT overlays for compatibility and consistency See: raspberrypi/linux#5903 kernel: Support non-standard I2C timings on Pi 5 See: raspberrypi/linux#5853 kernel: overlays: Add pcie-32bit-dma-pi5-overlay to enable 32bit DMA on the Pi 5's external PCIe interface See: raspberrypi/linux#5897 kernel: Improvement on backup-switchover-mode overlay value definitions See: raspberrypi/linux#5884 kernel: Pisound updates for Pi 5 See: raspberrypi/linux#5872
Btw, I'm unsure if these lines are needed in pisound-pi5-overlay.dts:
Let me know if the lines should be removed. :)