rockchip: RK3506: Increase DMA coherent pool#9636
rockchip: RK3506: Increase DMA coherent pool#9636vidplace7 wants to merge 1 commit intoarmbian:mainfrom
Conversation
Increases DMA coherent_pool from 4M to 8M on RK3506. Fixes issues with ethernet / USB / SPI init on RK3506 boards.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe coherent pool size configuration for the RK3506 boot environment was increased from 4M to 8M. This single configuration parameter adjustment affects memory allocation settings for the bootloader. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
✅ This PR has been reviewed and approved — all set for merge! |
Description
Increases DMA coherent_pool from 4M to 8M on RK3506.
Fixes issues with ethernet / USB / SPI init on RK3506 boards.
How Has This Been Tested?
ebyte-ecb41-pgetested change in /boot/armbianEnv.txt -- ethernet works and USB inits (both broken before)luckfox-lyra-plustested change in /boot/armbianEnv.txt -- fixes enabling SPI when Ethernet is in use (currently broken)Checklist:
Summary by CodeRabbit