Skip to content

Commit 558a9ef

Browse files
Icenowymripard
authored andcommitted
drm: sun4i: drop second PLL from A64 HDMI PHY
The A64 HDMI PHY seems to be not able to use the second video PLL as clock parent in experiments. Drop the support for the second PLL from A64 HDMI PHY driver. Fixes: b46e2c9 ("drm/sun4i: Add support for A64 HDMI PHY") Signed-off-by: Icenowy Zheng <icenowy@aosc.io> Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com> Link: https://patchwork.freedesktop.org/patch/msgid/20180916043409.62374-2-icenowy@aosc.io
1 parent 5707833 commit 558a9ef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/gpu/drm/sun4i/sun8i_hdmi_phy.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,6 @@ static struct regmap_config sun8i_hdmi_phy_regmap_config = {
398398

399399
static const struct sun8i_hdmi_phy_variant sun50i_a64_hdmi_phy = {
400400
.has_phy_clk = true,
401-
.has_second_pll = true,
402401
.phy_init = &sun8i_hdmi_phy_init_h3,
403402
.phy_disable = &sun8i_hdmi_phy_disable_h3,
404403
.phy_config = &sun8i_hdmi_phy_config_h3,

0 commit comments

Comments
 (0)