Received: by 2002:ac0:a5a6:0:0:0:0:0 with SMTP id m35-v6csp1472119imm; Fri, 7 Sep 2018 00:24:48 -0700 (PDT) X-Google-Smtp-Source: ANB0VdZ+zbkvLtrtWLtv9eHulx8Z+s2dk85rjjkEdw0VZc9CCWguVe7UffnWVCDy4c28ouv2zfG5 X-Received: by 2002:a63:5a13:: with SMTP id o19-v6mr6687954pgb.75.1536305088295; Fri, 07 Sep 2018 00:24:48 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1536305088; cv=none; d=google.com; s=arc-20160816; b=IYEfk5Mg2hdiosVk1qoVKUbwiPj0z0jy6qy8Zm0sb9U76YpXvJweEzA3CvnjtpSyzN qwc3Vww9tNqwDizetawWFkKJdmhlSkP+zxbDOIEyuDDqR2lwA73JDJJ8DnezFOUoZZ/c 6lINmZ6AQpT2txoXX3qDwxduQFcoCUUR3ygs62NYxqKMqukowmxeubfgoRwIqaegLjzg pVePyFsErGMh26r1Vvizjm/iYQSJ3MWLWYBVsJIMpFDbk2E7iTTOWqXn3BUZGe9HVWt/ Hi4Rg61D0+sEEoDSEolnnpw51hYo7MpJBW2UQF8ZIwApqcYGjroPyvAVjeNZIcHDfyqE JFVg== 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=1Rj+wCcmRarBv2/j3OcS3JT/oWXPzn2VoTrUQl9YEbc=; b=yOq7jMpcunwYLt/8HTtQIm0NBNRs9TtSg5Esl1B/KcRFSqXHlm/s3IWZ3Tfv/cTGE5 eJgzPYq9Aa+OLEN0ZymmuimTD1Yob9oTxkBW4sSK1ohov5kZ0y+XPbxNjfIX31qdlQ46 eepyMSEBJdhtR71id8oWtf7ruEmD9dkK5wkVfIyPg+Cc9ec/vR0r14QD/ZRpYSxw/wPi xHYC0kPw3yqZOYyFG0H/y1y9kGyiHEuBhynobeu/BppEMR0qY6e4VNdlxrB+WTk90cfX sdGzGJ0Pl15+q9R+dRJ+D8/ZEiiFeXN3TTO76Bw61lRD7kgrLMqQ3XfoEF3+dOA+kASD d3gA== 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 l71-v6si7503399pge.433.2018.09.07.00.24.32; Fri, 07 Sep 2018 00:24:48 -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 S1727694AbeIGMCq (ORCPT + 99 others); Fri, 7 Sep 2018 08:02:46 -0400 Received: from hermes.aosc.io ([199.195.250.187]:44281 "EHLO hermes.aosc.io" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727662AbeIGMCq (ORCPT ); Fri, 7 Sep 2018 08:02:46 -0400 Received: from localhost (localhost [127.0.0.1]) (Authenticated sender: icenowy@aosc.io) by hermes.aosc.io (Postfix) with ESMTPSA id 53D495768C; Fri, 7 Sep 2018 07:23:08 +0000 (UTC) From: Icenowy Zheng To: Maxime Ripard , Chen-Yu Tsai , Rob Herring , Jernej Skrabec 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 2/5] drm: sun4i: drop second PLL from A64 HDMI PHY Date: Fri, 7 Sep 2018 15:22:31 +0800 Message-Id: <20180907072234.48282-3-icenowy@aosc.io> In-Reply-To: <20180907072234.48282-1-icenowy@aosc.io> References: <20180907072234.48282-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. Signed-off-by: Icenowy Zheng --- 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