Re: [PATCH] rockchip: Fix the broken Video out for rk3288 boards

2023-01-06 Thread Tom Rini
On Mon, Jan 02, 2023 at 11:53:45PM +0530, Jagan Teki wrote: > Video out on RK3288 boards has been broken since from few > releases due to the adding of reset support on vop but > missed enabling DM_RESET on associated boards. > > This patch fixes those RK3288 boards. > > Cc: Simon Glass > Cc: L

Re: [PATCH] rockchip: Fix the broken Video out for rk3288 boards

2023-01-04 Thread Simon Glass
On Mon, 2 Jan 2023 at 11:24, Jagan Teki wrote: > > Video out on RK3288 boards has been broken since from few > releases due to the adding of reset support on vop but > missed enabling DM_RESET on associated boards. > > This patch fixes those RK3288 boards. > > Cc: Simon Glass > Cc: Lin Huang > C

[PATCH] rockchip: Fix the broken Video out for rk3288 boards

2023-01-02 Thread Jagan Teki
Video out on RK3288 boards has been broken since from few releases due to the adding of reset support on vop but missed enabling DM_RESET on associated boards. This patch fixes those RK3288 boards. Cc: Simon Glass Cc: Lin Huang Cc: Jernej Skrabec Cc: Michael Trimarchi Cc: Arnaud Patard (Rtp)