On Fri, 2024-12-20 at 11:27 +0000, André Draszik wrote: > Hi, > > This series enables support for Google Pixel 6 Pro. > > Since Pixel 6 and Pixel 6 Pro use a different resolution display, we > now need to add explicit support for it, we can not piggyback on the > non-Pro version anymore. This means having to separate them into their > respective DTs, and provide one for each of them. > There are other differences between the two of course, like battery > design capacity, etc., but they don't matter at this stage due to > incomplete upstream support. > > * dependency note * > > Due to the renaming of the gs101-oriole.dts, this series will conflict > with any pending patches touching the same file. I have therefore based > this series on top of my USB series from > https://lore.kernel.org/r/20241203-gs101-phy-lanes-orientation-dts-v2-0-1412783a6b01@xxxxxxxxxx > and the patch enabling framebuffer support for Pixel 6 from > https://lore.kernel.org/r/20241220-gs101-simplefb-oriole-v2-1-df60e566932a@xxxxxxxxxx Actually, since this series was regenerated with git's diff.renames=copies, it doesn't depend on my USB series anymore, just on the framebuffer enablement for Pixel 6. Cheers, Andre'