Re: [PATCH v17 2/8] phy: Add HDMI configuration options

2024-09-24 Thread Maxime Ripard
On Tue, 24 Sep 2024 15:36:47 +0800, Sandor Yu wrote: > Allow HDMI PHYs to be configured through the generic > functions through a custom structure added to the generic union. > > The parameters added here are based on HDMI PHY > implementation practices. The current set of parameters > > [ ... ]

[PATCH v17 2/8] phy: Add HDMI configuration options

2024-09-24 Thread Sandor Yu
Allow HDMI PHYs to be configured through the generic functions through a custom structure added to the generic union. The parameters added here are based on HDMI PHY implementation practices. The current set of parameters should cover the potential users. Signed-off-by: Sandor Yu Reviewed-by: D