Received: by 2002:ac0:a5a6:0:0:0:0:0 with SMTP id m35-v6csp2164201imm; Mon, 3 Sep 2018 21:45:20 -0700 (PDT) X-Google-Smtp-Source: ANB0VdZ4moStrpw59KDKVYmO96Ti9H2kavekQpIq+sroKtghVnTJYHvJMckoxgbdYEO9DUIjiPE5 X-Received: by 2002:a17:902:ba86:: with SMTP id k6-v6mr31711644pls.84.1536036320481; Mon, 03 Sep 2018 21:45:20 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1536036320; cv=none; d=google.com; s=arc-20160816; b=Rv67xcqVQsiJPZAVASm2627kCrY7u1JxFBuErONLCCK2kZnzCnGY8sKREaYKNY5url v4rxZAxaDStZp06PeC5Zp+Y9HtaSezOXAG+x/bUKBPDJZ4YfkxyPHyPHKtW7poDuC5wM txn4fvhkTwgEok735egvfXd7GlYHOyCXbOa+gvHtI0JelHaVrAGsGwbfhZ2n1BKp8Xtl 9RU2VYon1y106SBbS6uEhhnpvfRkappxsQd6dn2nQ5VRgga8k+x061CjeLJLOwAN8ifY IU3eu5CquIDdhS0uFHmtQ8qAnkyWBI3yR3YaECluuhuPfupKC4/3XJ2/cw6mQhzDgJEx nR0w== 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=XgumHTHTbdrcvd9AyalSZY5ojhQgzp9z0YXwTKKsYn4=; b=W36LEpe05zMkTpXhVvBWqMiCIAPw5f0B8FqoiT2z/UX3l+ALlOTmYIpcE+wiH+Yct5 vloQ4trz4NE4akbAPEB6pnArKqgS8vWrxexG6DZ5tyS18iHljAKklIvskSLBYapb59m6 O+0YyVfUuf9MYYQ/ZLPkuI76rpwnFvGJET6MHM6gerEbPYCjpmH539xZ2KSIwtAisufY IHxZUulcGRi81IUOSz8F9w0WfXML+J8Efktu+fdovQjVB/J611FRs0NREzSNKghR4R1L gY2eYAE1PRfd29LOH63xQFpOhnO5pUAzvNLwm+w3V3oRT03ajwOoJko6f1pE8Xk9lVax A5dQ== 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 p2-v6si19772844plo.246.2018.09.03.21.45.05; Mon, 03 Sep 2018 21:45:20 -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 S1727496AbeIDJFc (ORCPT + 99 others); Tue, 4 Sep 2018 05:05:32 -0400 Received: from hermes.aosc.io ([199.195.250.187]:45008 "EHLO hermes.aosc.io" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727469AbeIDJFc (ORCPT ); Tue, 4 Sep 2018 05:05:32 -0400 Received: from localhost (localhost [127.0.0.1]) (Authenticated sender: icenowy@aosc.io) by hermes.aosc.io (Postfix) with ESMTPSA id 2B14DFFA31; Tue, 4 Sep 2018 04:42:08 +0000 (UTC) From: Icenowy Zheng To: Maxime Ripard , Chen-Yu Tsai , Jagan Teki , Jernej Skrabec Cc: dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, linux-sunxi@googlegroups.com, Icenowy Zheng Subject: [PATCH v4 06/11] dt-bindings: display: Add compatible for A64 HDMI Date: Tue, 4 Sep 2018 12:40:48 +0800 Message-Id: <20180904044053.15425-7-icenowy@aosc.io> In-Reply-To: <20180904044053.15425-1-icenowy@aosc.io> References: <20180904044053.15425-1-icenowy@aosc.io> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Jagan Teki The HDMI controller on Allwinner A64 is similar on the one on H3/H5/A83T (although the PHY is different with A83T). Add A64 compatible and append A83T compatible as fallback. Signed-off-by: Jagan Teki Reviewed-by: Rob Herring [Icenowy: refactor commit log] Signed-off-by: Icenowy Zheng --- Changes for v4: - none Changes for v3.1: - Refactor commit log to make it more clear. Changes for v3: - collect Rob r-w-b tag Changes for v2: - Add fallback compatible Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt b/Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt index 7b79c5e3dffc..fdb8fb29033f 100644 --- a/Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt +++ b/Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt @@ -78,6 +78,7 @@ Required properties: - compatible: value must be one of: * "allwinner,sun8i-a83t-dw-hdmi" + * "allwinner,sun50i-a64-dw-hdmi", "allwinner,sun8i-a83t-dw-hdmi" - reg: base address and size of memory-mapped region - reg-io-width: See dw_hdmi.txt. Shall be 1. - interrupts: HDMI interrupt number -- 2.18.0