Re: [PATCH v11 09/24] drm/rockchip: dw_hdmi: add regulator support

2024-07-04 Thread Diederik de Haas
On Thursday, 4 July 2024 12:00:43 CEST Heiko Stübner wrote: > > Is it possible to probe for those avdd_0v9 and avdd_1v8 regulators only on > > devices that should have them? > > > > On a Rock64 (rk3328), but probably for all VOP1 devices, they're not > > present and that results in the following w

Re: [PATCH v11 09/24] drm/rockchip: dw_hdmi: add regulator support

2024-07-04 Thread Alex Bee
Am 04.07.24 um 11:09 schrieb Diederik de Haas: On Friday, 22 April 2022 09:28:26 CEST Sascha Hauer wrote: The RK3568 has HDMI_TX_AVDD0V9 and HDMI_TX_AVDD_1V8 supply inputs needed for the HDMI port. add support for these to the driver for boards which have them supplied by switchable regulators.

Re: [PATCH v11 09/24] drm/rockchip: dw_hdmi: add regulator support

2024-07-04 Thread Heiko Stübner
Am Donnerstag, 4. Juli 2024, 11:09:00 CEST schrieb Diederik de Haas: > On Friday, 22 April 2022 09:28:26 CEST Sascha Hauer wrote: > > The RK3568 has HDMI_TX_AVDD0V9 and HDMI_TX_AVDD_1V8 supply inputs needed > > for the HDMI port. add support for these to the driver for boards which > > have them su

Re: [PATCH v11 09/24] drm/rockchip: dw_hdmi: add regulator support

2024-07-04 Thread Diederik de Haas
On Friday, 22 April 2022 09:28:26 CEST Sascha Hauer wrote: > The RK3568 has HDMI_TX_AVDD0V9 and HDMI_TX_AVDD_1V8 supply inputs needed > for the HDMI port. add support for these to the driver for boards which > have them supplied by switchable regulators. > > Signed-off-by: Sascha Hauer > Reviewed

[PATCH v11 09/24] drm/rockchip: dw_hdmi: add regulator support

2022-04-22 Thread Sascha Hauer
The RK3568 has HDMI_TX_AVDD0V9 and HDMI_TX_AVDD_1V8 supply inputs needed for the HDMI port. add support for these to the driver for boards which have them supplied by switchable regulators. Signed-off-by: Sascha Hauer Reviewed-by: Dmitry Osipenko --- drivers/gpu/drm/rockchip/dw_hdmi-rockchip.c