From patchwork Mon Apr 30 11:40:49 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jagan Teki X-Patchwork-Id: 10373199 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id B909E60327 for ; Tue, 1 May 2018 06:51:54 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id AAC2E2881B for ; Tue, 1 May 2018 06:51:54 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 9DB4128BFA; Tue, 1 May 2018 06:51:54 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.1 required=2.0 tests=BAYES_00,DKIM_SIGNED, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 3AF8C2881B for ; Tue, 1 May 2018 06:51:54 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 34C518934B; Tue, 1 May 2018 06:51:36 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-pf0-x244.google.com (mail-pf0-x244.google.com [IPv6:2607:f8b0:400e:c00::244]) by gabe.freedesktop.org (Postfix) with ESMTPS id 0BF2D6E20E for ; Mon, 30 Apr 2018 11:42:32 +0000 (UTC) Received: by mail-pf0-x244.google.com with SMTP id a14so6554318pfi.1 for ; Mon, 30 Apr 2018 04:42:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amarulasolutions.com; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=Hn6p3A9RJL4qU/rtk27aK95JLfZXU9pH1+5mWnNfQVA=; b=rlGnaOuqbAjHTyWTaQxTEeymY8Nijm+KNJca7Rj+RFyHPOChns1LHYGbNi5axa5abW rNSXk7rk3+7UIW4hh4cSmQSA14Oav0sVZ3e4lgww/CpVDGmPAOx5KikAl9PcPE5FcAWl ONas9vZiV3QcfcIWBVdNT/PqnruK5ByqTe90E= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=Hn6p3A9RJL4qU/rtk27aK95JLfZXU9pH1+5mWnNfQVA=; b=KhEc1SQSFVw70NMJgCqzEbyInJb4gUIW9XDWyD+Q/OPQeqwvi1IVW8UhKmLP2yeQI+ spMlpwcA2gWtuC8oemQkCs1W4L6ydicws1j9pNR8T6KqndryaL6A/9A4gFXZzWpEBk03 bccEaa08ieF3MmAXt6qpQ2b9oUe+bk/15wfnz8mHBGQpjdPFksHz3Lpb9/5vvJjFg+ln E0713Pg4SBceRllFgXjSGrh6WHn8vSu4XcoAWTK6p4GdijysX0Vwgwpf/zhRJrUv83rS 2un25fP9xBDRicxQja4XhNfpgL2cA/10PeWzC40epBTeRa3McwRUqv5TrmG5r5lPG+9T 0nug== X-Gm-Message-State: ALQs6tBazbnsPwjAMk8YOUYHUKdm6Dr9HGKK2A0y4XxKdilBDEkZ5ihD Uf5GpKiY5srAEdzQvfclz7Ifwg== X-Google-Smtp-Source: AB8JxZpqev5UhjzOxjoHrTfZPcwzJ6nRlIbxeD2W9f53xaeqPs04P7OJnPut9L0dipsPYw24N8RjLg== X-Received: by 10.98.76.202 with SMTP id e71mr11546780pfj.171.1525088552432; Mon, 30 Apr 2018 04:42:32 -0700 (PDT) Received: from localhost.localdomain ([183.82.224.14]) by smtp.gmail.com with ESMTPSA id s17sm16762357pfi.165.2018.04.30.04.42.26 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 30 Apr 2018 04:42:31 -0700 (PDT) From: Jagan Teki To: Maxime Ripard Subject: [PATCH 12/21] bindings: display: Add compatible for A64 tcon-tv Date: Mon, 30 Apr 2018 17:10:49 +0530 Message-Id: <20180430114058.5061-13-jagan@amarulasolutions.com> X-Mailer: git-send-email 2.14.3 In-Reply-To: <20180430114058.5061-1-jagan@amarulasolutions.com> References: <20180430114058.5061-1-jagan@amarulasolutions.com> X-Mailman-Approved-At: Tue, 01 May 2018 06:51:33 +0000 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Mark Rutland , devicetree@vger.kernel.org, Jernej Skrabec , David Airlie , Catalin Marinas , Michael Turquette , linux-sunxi@googlegroups.com, Will Deacon , linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, Stephen Boyd , Chen-Yu Tsai , Rob Herring , Jagan Teki , Michael Trimarchi , linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Icenowy Zheng MIME-Version: 1.0 Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" X-Virus-Scanned: ClamAV using ClamSMTP tcon-tv on Allwinner A64 has similar behavior like Allwinner A83T. Signed-off-by: Jagan Teki --- 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 5d448ef2132f..8b6b4bc43d98 100644 --- a/Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt +++ b/Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt @@ -150,6 +150,7 @@ Required properties: * allwinner,sun8i-v3s-tcon * allwinner,sun9i-a80-tcon-lcd * allwinner,sun9i-a80-tcon-tv + * allwinner,sun50i-a64-tcon-tv - reg: base address and size of memory-mapped region - interrupts: interrupt associated to this IP - clocks: phandles to the clocks feeding the TCON.