Received: by 2002:ac0:a5a6:0:0:0:0:0 with SMTP id m35-v6csp2560851imm; Sat, 15 Sep 2018 21:36:10 -0700 (PDT) X-Google-Smtp-Source: ANB0VdYwFeG2nMZnkTvhOcaxXtEjJy38Cc4kZpmcS/sRHB/Xn43/Enro+ZzTjyRyzp6EY9JGHLBk X-Received: by 2002:a62:565c:: with SMTP id k89-v6mr19800841pfb.212.1537072570367; Sat, 15 Sep 2018 21:36:10 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1537072570; cv=none; d=google.com; s=arc-20160816; b=IxSvy+K1mdmbp+YRfK9nIX2jpy2+Rn8pwDgu2XVtxoSgdsdXBcQYz54puk2UKy3lba 4WUqg0CSW2wiEEr16CnSXXFI8XiOSAHwfhVMLeqAxKW7sErffjDAGAyHPBvJXz1fgN0e Jf5SZkgwuU7LUg+Efv95rvWDuurMseqtztTAw+fzcl4Us9ZLw2wcz1YgL64OLVFxeEih btwXH4bhVaXPVT5dyMBF7qzrdpXCkHAS04bBasGApZrTOQg8/5TgjV3c0CRnXWVRl1kU QSjXBtRnGLQTm1CZnoh34kTNddiwzhA+iRnT3pxjJ5m2BIn1fO6BWqgs6fDD1UMYYt9Z MEJw== 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=O/9LvtPBG6QrHvMJAJzPtctlrhfAxBEP+UvGBxM5JrQ=; b=GM1RB1tQ1eCU4DQvdUCzVn9DQ+NzgjQW0JdcbwSDL3oXMevwVeabXEM/C5LlS0QmlT 4tXIZNRKofy0XZIu31OxjYl4nzj2nVDXhzWdlIhypVWR/XL3PYqj70x5+h/CVxbuQ4Aq aBkex1Yh2ZOD59FXZeYeEpCvxFosePKUJtWzVwhoC7PpRNA42jmSxBLK9YNJVuSWNFEx 8W41TmtupomouOrPu1z474pvqiT+C0CeXuH0X+rS/BZ/jGABvNdL93c5utIt1m3WoQPH cHVtGkSiKhL905EkDAqdbUyXZ3DFHLWofys5owxhNvH676vd83+kXcGvg0+Vsc+tB4x4 +Btw== 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 be5-v6si11863256plb.67.2018.09.15.21.35.55; Sat, 15 Sep 2018 21:36:10 -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 S1727697AbeIPJ4v (ORCPT + 99 others); Sun, 16 Sep 2018 05:56:51 -0400 Received: from hermes.aosc.io ([199.195.250.187]:56553 "EHLO hermes.aosc.io" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725739AbeIPJ4v (ORCPT ); Sun, 16 Sep 2018 05:56:51 -0400 Received: from localhost (localhost [127.0.0.1]) (Authenticated sender: icenowy@aosc.io) by hermes.aosc.io (Postfix) with ESMTPSA id 7735966400; Sun, 16 Sep 2018 04:35:13 +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 2/4] dt-bindings: sun4i-drm: add compatible for R40 HDMI PHY Date: Sun, 16 Sep 2018 12:34:07 +0800 Message-Id: <20180916043409.62374-3-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 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 --- Changes in v2: - Rebased when removing original A64 binding patch. .../devicetree/bindings/display/sunxi/sun4i-drm.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt b/Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt index f8773ecb7525..dcec1a6f8ee4 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,9 +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 (A64 only) + - pll-1: second possible phy clock parent (A64/R40 only) TV Encoder ---------- -- 2.18.0