Re: [PATCH 04/12] drm/rockchip: dw_hdmi: add regulator support

2021-12-07 Thread Robin Murphy
On 2021-11-17 14:33, 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 --- .../display/rockchip/rockchip,

Re: [PATCH 04/12] drm/rockchip: dw_hdmi: add regulator support

2021-11-29 Thread Rob Herring
On Wed, Nov 17, 2021 at 03:33:39PM +0100, 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 > --- >

[PATCH 04/12] drm/rockchip: dw_hdmi: add regulator support

2021-11-17 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 --- .../display/rockchip/rockchip,dw-hdmi.yaml| 6 ++ drivers/gpu/drm/roc