Searched refs:hdmi_pclk (Results 1 – 3 of 3) sorted by relevance
139 struct clk *hdmi_pclk; member800 meson_dw_hdmi->hdmi_pclk = devm_clk_get(dev, "isfr"); in meson_dw_hdmi_bind()801 if (IS_ERR(meson_dw_hdmi->hdmi_pclk)) { in meson_dw_hdmi_bind()803 return PTR_ERR(meson_dw_hdmi->hdmi_pclk); in meson_dw_hdmi_bind()805 clk_prepare_enable(meson_dw_hdmi->hdmi_pclk); in meson_dw_hdmi_bind()
38 a) hdmi_pclk: Gate of HDMI IP APB bus.
973 clock-names = "hdmi_pclk", "hdmi_i_pclk",