Received: by 2002:ac0:a5a6:0:0:0:0:0 with SMTP id m35-v6csp1472197imm; Fri, 7 Sep 2018 00:24:55 -0700 (PDT) X-Google-Smtp-Source: ANB0VdZTiPwVu9IjpCrh+12Sn19E0qAiqWgSh8OVplUorg2uuAbdZBw8taHhK/4GEOx7aWV5LvjT X-Received: by 2002:a63:986:: with SMTP id 128-v6mr6928788pgj.153.1536305095639; Fri, 07 Sep 2018 00:24:55 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1536305095; cv=none; d=google.com; s=arc-20160816; b=sWQI5UPEyLWlPFXmXrUylZoWQNQdFgAOusEDnAX20t6ihqE6kk4RJU3qSwcmvtOpBy S/HZpGhcyWMUBA/lSf4ifkgGjrSo7azzibCtZU/DYcCpJS48hPrV7VWrEI7Tlg1QXuy8 G9Mvszblm7SPRnbKrCICwk2ov1sSRzaJlL40I5P8kEKb0vZ7iSqhIK8x8uQpW8uJ8zx3 5aPA1YrFmFS9CI6eTsrPpxZv6oD5V/B54qwTwwtzj+fZh8xLVX2c1hCtO5lhTBvtlGrD oAD/Hlv97VO8xDVByfYPBqJZ+YyZ6Y2zobNX/+eOtaqGdw+YzqyHvwJBIqqA88yDPMU2 pj0w== 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=w2Pf3kjPv9PuA7a1Mn4w90CpvIPGs4svPZYufDmJNfY=; b=ziB8V+CH4g9G4Jj8xAOpEntLsWFlf772hIjrdpzsNiq0zpz/a0X4KUnOsyaSZwunMO +5wKEqOHDq+uzjju5l9QSh8KCoOx+cZPFJTHen90m3lYLDg6RGKc8/rdGipRKVQ10UqQ UvhRcBGJu9F3OUUoQNaZsj/vfAC3L3TIQLIV6ufvJg8PhqB/uOYjB86r6GYws118ITOq 3XdSAiBj87oyzRY/s4z0DPtmR+DMI8sMitGOru9SonKk1JbCMRWwzb7a6OKCjdtWf9bN J3H+uZHXUnoKDfsoYJB7NVp1/tcMMFgjjLRyPtoZApwT9FpJ/gj+dkWIk0Da/a3fHXSf fs/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 h32-v6si7668775pgb.290.2018.09.07.00.24.40; Fri, 07 Sep 2018 00:24:55 -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 S1727720AbeIGMC5 (ORCPT + 99 others); Fri, 7 Sep 2018 08:02:57 -0400 Received: from hermes.aosc.io ([199.195.250.187]:44299 "EHLO hermes.aosc.io" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726237AbeIGMC5 (ORCPT ); Fri, 7 Sep 2018 08:02:57 -0400 Received: from localhost (localhost [127.0.0.1]) (Authenticated sender: icenowy@aosc.io) by hermes.aosc.io (Postfix) with ESMTPSA id 7B8D75768C; Fri, 7 Sep 2018 07:23:17 +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 3/5] dt-bindings: sun4i-drm: add compatible for R40 HDMI PHY Date: Fri, 7 Sep 2018 15:22:32 +0800 Message-Id: <20180907072234.48282-4-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 Allwinner R40 HDMI PHY is currently the only one that seems to be able to select between two PLL inputs. Add a compatible string for it, and the pll-1 clock input definition. Signed-off-by: Icenowy Zheng --- Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt b/Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt index 62034039cee1..a750ff0f068d 100644 --- a/Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt +++ b/Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt @@ -103,6 +103,7 @@ Required properties: - compatible: value must be one of: * allwinner,sun8i-a83t-hdmi-phy * allwinner,sun8i-h3-hdmi-phy + * allwinner,sun8i-r40-hdmi-phy * allwinner,sun50i-a64-hdmi-phy - reg: base address and size of memory-mapped region - clocks: phandles to the clocks feeding the HDMI PHY @@ -112,8 +113,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, A64 and R40 HDMI PHY require additional clocks: - pll-0: parent of phy clock + - pll-1: second possible phy clock parent (R40 only) TV Encoder ---------- -- 2.18.0