Searched refs:hdmi_pclk (Results 1 – 3 of 3) sorted by relevance
146 struct clk *hdmi_pclk; member880 meson_dw_hdmi->hdmi_pclk = devm_clk_get(dev, "isfr"); in meson_dw_hdmi_bind()881 if (IS_ERR(meson_dw_hdmi->hdmi_pclk)) { in meson_dw_hdmi_bind()883 return PTR_ERR(meson_dw_hdmi->hdmi_pclk); in meson_dw_hdmi_bind()885 clk_prepare_enable(meson_dw_hdmi->hdmi_pclk); in meson_dw_hdmi_bind()
38 a) hdmi_pclk: Gate of HDMI IP APB bus.
1051 clock-names = "hdmi_pclk", "hdmi_i_pclk",