Received: by 2002:ac0:a5a6:0:0:0:0:0 with SMTP id m35-v6csp1471934imm; Fri, 7 Sep 2018 00:24:33 -0700 (PDT) X-Google-Smtp-Source: ANB0VdbYnhKH7rwqX0r5aF6aKo/3w71P9lVs4FOmIrBarOcMUeg1FYiUlKbEqwqCsEGjNTHZdPs7 X-Received: by 2002:a62:4b14:: with SMTP id y20-v6mr7007733pfa.93.1536305073266; Fri, 07 Sep 2018 00:24:33 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1536305073; cv=none; d=google.com; s=arc-20160816; b=SFT8d1ATmg+2OXz5hQ0QYcrINC5rDA/hxlgNuNiHpyHC5qvZU1TXFvKaUkH7XgWk8F CxG+cnNeeBlqsOfjEITosEUUIvgViErYYzRbKHU+3dKahLMgMrXdcOOgwjp/+ypfJvG3 N7gWEdORNET7rUKufT+3OwUZpQM4yfgG7HMXuhGkysV14yTT/52IljLNx01W9MlHKMYo lcNgoCRoYb3pEWKIPwnKDncOXAxJN5fdqfFLqWLLplRLuhZEIm4fS12mDS8jaF8p+IEQ zFAenACJxhAG9usYykoYHiGxkBrDRhetM0I6DHecoH6fEpukh1J44IuoTbM0lpO4l0gB Bk2A== 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=BjmuB3QX8l85clP3u9/Gc/PayNETfhI37lQNxf4E76I=; b=pM8f+qIx5ZLs4K/msTzKg1rq2pdXNtJibs/XOikURxmBTtnPLJ7uKxNLoriruOgyIR wwVL62kAC2/vAQVH+l6HgA+EJZ/wopFTA5y1Sz6pGB9vptfLzAZGaspoNShNUroJ6Qud ahegoHfw/TjccMDl0W5vxB/NmGYU0QEcex9+7/lnCI6uX1+rhWE+CRpHj8xL1j8aeXol Zd/jRqfNIjvPlIrk4xaKFQ7QHw4aSVxCW8R9LPG1IZR7//L5n6bo+dIaBKpfzkfyj40w Neq4Pet8QlMzNCWq8LJbR0W/2aWQhHGWFDg8XHFC9fDtWuv8eFcahra/r6a7YzYyme+c j3/g== 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 h15-v6si7779487pgn.404.2018.09.07.00.24.18; Fri, 07 Sep 2018 00:24:33 -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 S1727631AbeIGMCg (ORCPT + 99 others); Fri, 7 Sep 2018 08:02:36 -0400 Received: from hermes.aosc.io ([199.195.250.187]:44255 "EHLO hermes.aosc.io" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725933AbeIGMCg (ORCPT ); Fri, 7 Sep 2018 08:02:36 -0400 Received: from localhost (localhost [127.0.0.1]) (Authenticated sender: icenowy@aosc.io) by hermes.aosc.io (Postfix) with ESMTPSA id B5CA85768C; Fri, 7 Sep 2018 07:22:57 +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 1/5] dt-bindings: sun4i-drm: drop second PLL from A64 HDMI PHY binding Date: Fri, 7 Sep 2018 15:22:30 +0800 Message-Id: <20180907072234.48282-2-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 By experiments it seems that the A64 HDMI PHY is not able to use the second video PLL as the clock parent. Drop pll-1 from the device tree binding of A64 HDMI PHY. Signed-off-by: Icenowy Zheng --- Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt b/Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt index f8773ecb7525..62034039cee1 100644 --- a/Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt +++ b/Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt @@ -114,7 +114,6 @@ Required properties: H3 and A64 HDMI PHY require additional clocks: - pll-0: parent of phy clock - - pll-1: second possible phy clock parent (A64 only) TV Encoder ---------- -- 2.18.0