On Wed, 22 May 2019 22:46:29 +0000, Justin Swartz wrote: > Like the RK3328, RK322x SoCs offer a Synopsis DesignWare HDMI transmitter > and an Innosilicon HDMI PHY. > > Add a new dw_hdmi_plat_data struct, rk3228_hdmi_drv_data. > Assign a set of mostly generic rk3228_hdmi_phy_ops functions. > Add dw_hdmi_rk3228_setup_hpd() to enable the HDMI HPD and DDC lines. > > Signed-off-by: Justin Swartz <justin.swartz@xxxxxxxxxxxxxxxx> > --- > .../bindings/display/rockchip/dw_hdmi-rockchip.txt | 1 + > drivers/gpu/drm/rockchip/dw_hdmi-rockchip.c | 53 ++++++++++++++++++++++ > 2 files changed, 54 insertions(+) > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>