Received: by 2002:ac0:a5a6:0:0:0:0:0 with SMTP id m35-v6csp1672454imm; Mon, 3 Sep 2018 06:37:01 -0700 (PDT) X-Google-Smtp-Source: ANB0VdYML6j8R2UBz58uYyC9GtIhxDyGNwEDrGhkbpcr4nn620gBhTy5SsoFYr/ky+Y6SuWspJyy X-Received: by 2002:a17:902:3a2:: with SMTP id d31-v6mr28217174pld.287.1535981821662; Mon, 03 Sep 2018 06:37:01 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1535981821; cv=none; d=google.com; s=arc-20160816; b=TI92oL6AsEzUp3T5kdubU3ZDiYEQCBAUsxnGvIXMqxWzh3Sc8Vbnv09+GbzUqVSr9I 446jxnILwV+pYZ2l/huAzoMHhDF02gFiI0wOBb0a7TpR8qnMxCC96PzS3kBlYJcHnQlo YgZGJGM+0M7ub+VIILoq75BIP9t7mYXCFQqW9xNltLJ82HavFrYdvO2nptmYfDTBipIX ZKddl5FdDFIFrHMQY8HMHr/7Y18RjPh6HWFm6aagdaYVfYMN+FQ77FHyayyROq2l0gO1 +UHgxgpPABuKRBaq5OuQg0VYXRMl/I5wH532sc7MV95bnh3R2PwW8tg3NgImCzXvME2i p+pw== 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:arc-authentication-results; bh=xgxxU0RMPYUIi9BnIaQPAEQTrFzzA3M3NkhW9UKLUv0=; b=icbpeSiBs3VW7r8u2MQm8V6iPL9QF6MFRoJp2vq/sou9tE1fewXJnWqHY8ZUwwAa0b tkLwzXdSmzprzeNiVtgO/4vazrRoRZhGs9DBRN99lVQPHrp7PvmQmTru6cC+mcOjPGdt qTc1kCCMKpcZVtfWGD472OdgKA4wUMvA1X6DuFwc5wpXWfzAf10Iu/OAa3cvpdS2ex1n FVAA7xXIT43hhuMN6Xtfu68CCSwir/cNmxeQMbkp1grdUXcgBwCyBLePG2zYYn23ESg6 0Ogo3V+qrijIurt8/ZKfj6baUpDUw09IkosdSqsted4OmyQwDJoBe6ZY+JDVvJJqOEX9 u9Ow== 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 29-v6si17751306pgv.292.2018.09.03.06.36.46; Mon, 03 Sep 2018 06:37:01 -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 S1727352AbeICRzl (ORCPT + 99 others); Mon, 3 Sep 2018 13:55:41 -0400 Received: from hermes.aosc.io ([199.195.250.187]:52340 "EHLO hermes.aosc.io" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727186AbeICRzk (ORCPT ); Mon, 3 Sep 2018 13:55:40 -0400 Received: from localhost (localhost [127.0.0.1]) (Authenticated sender: icenowy@aosc.io) by hermes.aosc.io (Postfix) with ESMTPSA id C2B645999B; Mon, 3 Sep 2018 13:35:24 +0000 (UTC) From: Icenowy Zheng To: Maxime Ripard , Chen-Yu Tsai , 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/3] dt-bindings: change the A64 HDMI PHY binding to R40 Date: Mon, 3 Sep 2018 21:34:32 +0800 Message-Id: <20180903133434.58188-2-icenowy@aosc.io> In-Reply-To: <20180903133434.58188-1-icenowy@aosc.io> References: <20180903133434.58188-1-icenowy@aosc.io> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org By experiment, the A64 HDMi PHY doesn't support the PLL-VIDEO mux introduced in R40, although it has two PLL-VIDEOs. Change the A64 HDMI PHY binding to R40 one. This binding is introduced in v4.19, which is still in RC stage, so we have change to fix it. Signed-off-by: Icenowy Zheng --- .../devicetree/bindings/display/sunxi/sun4i-drm.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt b/Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt index f8773ecb7525..de6814a5aba3 100644 --- a/Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt +++ b/Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt @@ -103,7 +103,7 @@ Required properties: - compatible: value must be one of: * allwinner,sun8i-a83t-hdmi-phy * allwinner,sun8i-h3-hdmi-phy - * allwinner,sun50i-a64-hdmi-phy + * allwinner,sun8i-r40-hdmi-phy - reg: base address and size of memory-mapped region - clocks: phandles to the clocks feeding the HDMI PHY * bus: the HDMI PHY interface clock @@ -112,9 +112,9 @@ Required properties: - resets: phandle to the reset controller driving the PHY - reset-names: must be "phy" -H3 and A64 HDMI PHY require additional clocks: +H3 and R40 HDMI PHY require additional clocks: - pll-0: parent of phy clock - - pll-1: second possible phy clock parent (A64 only) + - pll-1: second possible phy clock parent (R40 only) TV Encoder ---------- -- 2.18.0