RSS Bot Posted December 22, 2022 Posted December 22, 2022 Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. Jira reference number AR-1438 Tony McKahan an issue complaining that rockpis, among others, was overwriting the mainline kernels devtree. This patch replaces the existing sequence of board-rockpis-* patches doing that with a single one that starts from the rockpi-s devtree newly included in the mainline kernel. In reviewing the devtree, I noticed that the Bluetooth items for UART4 had somehow been lost. So, I restored them. How Has This Been Tested? Build new image. Verified WiFi, ethernet and USB still worked. Also verified that Bluetooth did not work before this patch was applied. Bluetooth works now. Checklist: [x] My code follows the style guidelines of this project [x] I have performed a self-review of my own code [x] I have commented my code, particularly in hard-to-understand areas [x] I have made corresponding changes to the documentation [x] My changes generate no new warnings [x] Any dependent changes have been merged and published in downstream modules View the full article
Recommended Posts