Re: [PATCH 2/3] arm64: qcom: imola: Move analogix video/audio output to dtso
From: Riccardo Mereu Linux Kernel
Date: Mon May 11 2026 - 03:06:23 EST
On Fri, May 8, 2026 at 1:19 PM Konrad Dybcio
<konrad.dybcio@xxxxxxxxxxxxxxxx> wrote:
>
> On 5/5/26 5:44 PM, Loic Poulain wrote:
> > On Thu, Apr 30, 2026 at 3:21 PM Riccardo Mereu
> > <r.mereu.kernel@xxxxxxxxxx> wrote:
> >>
> >> From: Riccardo Mereu <r.mereu@xxxxxxxxxx>
> >>
> >> This is done in order to support different video output over DSI.
> >> Since audio part is linked to Analogix USB-C controller it is moved to
> >> the same DTSO.
> >
> > I'm a bit skeptical about having a separate DT overlay for this. Is
> > that really the right approach? The Analogix block is part of the main
> > board,
>
> Oh I skipped over this!
>
> So, does the media board require that a switch is flipped or something
> like that, to route the lanes away from the analogix chip?
No, DSI is shared without any switches in a "Y" connection.
I agree with Loic that not splitting that part but modifying it would be better.
My goal in doing that was to write as little as possible to allow a
bigger audience to play or repurpose DTSOs.
Since V2 has no panel I'll avoid splitting them anyway.
Riccardo