Received: by 2002:ac0:a5a6:0:0:0:0:0 with SMTP id m35-v6csp2560615imm; Sat, 15 Sep 2018 21:35:46 -0700 (PDT) X-Google-Smtp-Source: ANB0VdZNdb4MIgHf/xTrUolWd8MpCq5rYaXj37F/W33pLuuFItDgMbT4kTbg6QNgyxixVPGfUkSQ X-Received: by 2002:a63:65c2:: with SMTP id z185-v6mr18175810pgb.276.1537072546063; Sat, 15 Sep 2018 21:35:46 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1537072546; cv=none; d=google.com; s=arc-20160816; b=ZxecF5CFu0OJBkWIniG9pKsi5Y1JHJ3V4Gky5xt3a2M0SoCyZ4ek3Y3CYQkMwjMGCz 9PkURTLRv5ESUwgmJLYRynwtZN6Gcv4Sj5f1mia22tELT7yBnWT3Fcc028pCToChk1on 4p3fim7VQ2EgX58Gn0/uIhsExH8d4OzUuwyc5rCH1P7jK7/pYFNG4U6nHD1n3rkjH5Oe m1Tppl5s+Iu7ALPxzAUVCcTbQT3wNnbi5hzbFkJNd02wbnIAuAO/haWRYBwFNNNlNLSS O90d2cDQ2Ge8krWO33+c1vPF3B/aoVOF43vUp8OzGf6pGZvGYqT5pKVikZYFwAYQGrs1 dECQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from; bh=y9ND5+K0xrUuXY5GPYwVDzh0Z0zoz4tK9Hge2Aq8v5Y=; b=c3fRSXLHUKvD9pyPtxS6tTC+c4W0WD4l4GV/ktK5seFMJnXD3wAxL40eIGhuWSotMX VXWlEI5rJ0nJ1guKkxg+3CdlkH1tlSPAnotPzhXALy+x6LYseb+TWuLdhkmkJAwKH2P7 V6nSXudyfVER2oQCaSL2Fq5Kp+KzJAGo7BvrjU7Sz7AYWLpy/bJK0pUV1IIAAOE8/fAl cH9JrmkeaNBqRNXQY4S01aMXE2qN+3Qhw5cWo6z9+TQsBUTTRZtCtbva6569xpqfx+LE B8fy7uTGnDyNpCjcCFFsCc9n+Vc9WuHoa53uoTT8pCbwQPf8r0r1HT6cc4gohzawk9hT 3hkQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id ca2-v6si13208273plb.305.2018.09.15.21.35.31; Sat, 15 Sep 2018 21:35:46 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726633AbeIPJ4q (ORCPT + 99 others); Sun, 16 Sep 2018 05:56:46 -0400 Received: from hermes.aosc.io ([199.195.250.187]:56538 "EHLO hermes.aosc.io" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725739AbeIPJ4q (ORCPT ); Sun, 16 Sep 2018 05:56:46 -0400 Received: from localhost (localhost [127.0.0.1]) (Authenticated sender: icenowy@aosc.io) by hermes.aosc.io (Postfix) with ESMTPSA id 7967342097; Sun, 16 Sep 2018 04:35:08 +0000 (UTC) From: Icenowy Zheng To: Maxime Ripard , Chen-Yu Tsai , Rob Herring Cc: dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-sunxi@googlegroups.com, Icenowy Zheng Subject: [PATCH v2 1/4] drm: sun4i: drop second PLL from A64 HDMI PHY Date: Sun, 16 Sep 2018 12:34:06 +0800 Message-Id: <20180916043409.62374-2-icenowy@aosc.io> In-Reply-To: <20180916043409.62374-1-icenowy@aosc.io> References: <20180916043409.62374-1-icenowy@aosc.io> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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: b46e2c9f5f64 ("drm/sun4i: Add support for A64 HDMI PHY") Signed-off-by: Icenowy Zheng --- Changes in v2: - none. drivers/gpu/drm/sun4i/sun8i_hdmi_phy.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/gpu/drm/sun4i/sun8i_hdmi_phy.c b/drivers/gpu/drm/sun4i/sun8i_hdmi_phy.c index 82502b351aec..a564b5dfe082 100644 --- a/drivers/gpu/drm/sun4i/sun8i_hdmi_phy.c +++ b/drivers/gpu/drm/sun4i/sun8i_hdmi_phy.c @@ -398,7 +398,6 @@ static struct regmap_config sun8i_hdmi_phy_regmap_config = { static const struct sun8i_hdmi_phy_variant sun50i_a64_hdmi_phy = { .has_phy_clk = true, - .has_second_pll = true, .phy_init = &sun8i_hdmi_phy_init_h3, .phy_disable = &sun8i_hdmi_phy_disable_h3, .phy_config = &sun8i_hdmi_phy_config_h3, -- 2.18.0