Re: [PATCH 4/9] drm/rcar-du: dsi: Fix PHY lock bit check

2024-12-03 Thread Laurent Pinchart
Hi Tomi, Thank you for the patch. On Tue, Dec 03, 2024 at 10:01:38AM +0200, Tomi Valkeinen wrote: > From: Tomi Valkeinen > > The driver checks for bit 16 (using CLOCKSET1_LOCK define) in CLOCKSET1 > register when waiting for the PPI clock. However, the right bit to check > is bit 17 (CLOCKSET1_

[PATCH 4/9] drm/rcar-du: dsi: Fix PHY lock bit check

2024-12-03 Thread Tomi Valkeinen
From: Tomi Valkeinen The driver checks for bit 16 (using CLOCKSET1_LOCK define) in CLOCKSET1 register when waiting for the PPI clock. However, the right bit to check is bit 17 (CLOCKSET1_LOCK_PHY define). Not only that, but there's nothing in the documents for bit 16 for V3U nor V4H. So, fix the