Re: [PATCH 0/1] Fix the port mux of VP2

2024-05-29 Thread Heiko Stübner
Am Mittwoch, 29. Mai 2024, 17:55:25 CEST schrieb Diederik de Haas: > On Thursday, 25 April 2024 17:19:58 CEST Heiko Stuebner wrote: > > On Mon, 22 Apr 2024 18:19:04 +0800, Andy Yan wrote: > > > From: Andy Yan > > > > > > The port mux bits of VP2 should be defined by > > > RK3568_OVL_PORT_SET__POR

Re: [PATCH 0/1] Fix the port mux of VP2

2024-05-29 Thread Diederik de Haas
On Thursday, 25 April 2024 17:19:58 CEST Heiko Stuebner wrote: > On Mon, 22 Apr 2024 18:19:04 +0800, Andy Yan wrote: > > From: Andy Yan > > > > The port mux bits of VP2 should be defined by > > RK3568_OVL_PORT_SET__PORT2_MUX, this maybe a copy and paste error when > > this driver first introduced

Re: [PATCH 0/1] Fix the port mux of VP2

2024-04-25 Thread Heiko Stuebner
On Mon, 22 Apr 2024 18:19:04 +0800, Andy Yan wrote: > From: Andy Yan > > > The port mux bits of VP2 should be defined by RK3568_OVL_PORT_SET__PORT2_MUX, > this maybe a copy and paste error when this driver first introduced. > Hi Heiko: >Maybe thi is the problem you met when you porting the d

[PATCH 0/1] Fix the port mux of VP2

2024-04-22 Thread Andy Yan
From: Andy Yan The port mux bits of VP2 should be defined by RK3568_OVL_PORT_SET__PORT2_MUX, this maybe a copy and paste error when this driver first introduced. Hi Heiko: Maybe thi is the problem you met when you porting the dsi2 driver. I previously sent you this patch when you ask me about