Updates to support CM5 on the Crystalfontz CFA050-PI-M#6889
Updates to support CM5 on the Crystalfontz CFA050-PI-M#6889MWP wants to merge 2 commits intoraspberrypi:rpi-6.12.yfrom
Conversation
|
The changes look OK to me. Can you squash them down to two commits - code in one, dts and README in the other - then force push it to your branch? |
|
I agreed with pelwell - all looks fine except for wanting to be in only 2 commits. Do note the detail in https://pip.raspberrypi.com/categories/685-app-notes-guides-whitepapers/documents/RP-003472-WP/Using-a-DSI-display.pdf which describes the DSI clock structure for vc4 and the use of integer dividers. |
Update of ILI9881C CFAF7201280A0-050TX panel timing to work with the CM5. Signed-off-by: Mark Williams <mark@crystalfontz.com>
Update DT Overlay to support CFA050-PI-M with CM5. Also udpated README to suit. Signed-off-by: Mark Williams <mark@crystalfontz.com>
|
My apologies for the PR mess. I don't do this very often. |
|
It wasn't a mess, and it's not a problem. Adding patches to address specific review points can make things easier to follow, but we like to keep things tidy when merging, particularly avoiding intermediate "bad" states that would catch somebody out if bisecting to find when a bug was introduced. GitHub makes it easy to squash at merge time, but that's only useful when a whole PR results in one commit. |
|
Merged offline, in order to fix up the commit messages and whitespace (which was forgotten, then patched up in a 3rd commit...) |
kernel: Updates to support CM5 on the Crystalfontz CFA050-PI-M See: raspberrypi/linux#6889 kernel: Side-port dwc_otg fixes to dwc2 See: raspberrypi/linux#6892 kernel: Also build kernel8_rt
kernel: Updates to support CM5 on the Crystalfontz CFA050-PI-M See: raspberrypi/linux#6889 kernel: Side-port dwc_otg fixes to dwc2 See: raspberrypi/linux#6892 kernel: Also build kernel8_rt
Updates to the ILI9881c panel driver and crystalfontz-cfa050_pi_m dt overlay to add support for Raspberry Pi Compute Module 5.
Signed-off-by: Mark Williams mark@crystalfontz.com