From patchwork Mon Apr 30 11:40:41 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jagan Teki X-Patchwork-Id: 10373201 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 7935760327 for ; Tue, 1 May 2018 06:52:00 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 68A0528BF7 for ; Tue, 1 May 2018 06:52:00 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 5D3C52881B; Tue, 1 May 2018 06:52:00 +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 142442881B for ; Tue, 1 May 2018 06:52:00 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 2603B6E3C4; Tue, 1 May 2018 06:51:47 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-pf0-x241.google.com (mail-pf0-x241.google.com [IPv6:2607:f8b0:400e:c00::241]) by gabe.freedesktop.org (Postfix) with ESMTPS id 05D676E1FC for ; Mon, 30 Apr 2018 11:41:38 +0000 (UTC) Received: by mail-pf0-x241.google.com with SMTP id o76so6542386pfi.5 for ; Mon, 30 Apr 2018 04:41:38 -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=frUlO1oruUaYejEI9ozy2sBnF4V77iBFWPPp0COUnVk=; b=jrEfr+bO/BDQhefuaLp6GdjaFE2SDb0aOHncOZz6sbwq9hXOHhFMXLpqAi6daxo6xV LwC2zmWKdGW1rctyQtzg1orHCKC45joBnAGWpqCFj73Gnb4LaUu0/eYDHz38ELFqgqY0 /lzeZyBUJrhfaTQhut+woK/v6C1+fvpaqqjnE= 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=frUlO1oruUaYejEI9ozy2sBnF4V77iBFWPPp0COUnVk=; b=c+mQEWPHDIbyeQfkJuhCsScCXmPq+jOzm7D49+DHG84PfgrNoASesKaJBMn4BxpUfk 6ofg3vEdhkh7wO3F9ToIa3JMT0k5azUfYtgrMcI/Y83k2TExCyxrdv6v59RphFmv18RS mYhca5ff0SGBf2KO+vyH1bnEhWn9h2HFUC2qphkkn+3ZrV1hF6/CA1MDAAzBGc8L0tbR L7JDNjzcmd9YP171jTzkKJgPEUxM5BKPnGeRa1Y6M3hQESArVOWSpPtK0mxcCehS8fsI wgfc2CqxgKdG+Z+xIX0f3AQWTt2wbq7Ubor38fAifw/BVY5PZSAPCnlSi37MMz35UM9+ 0z2Q== X-Gm-Message-State: ALQs6tAMZlbqq/1oUZclpl9c94da2201Og6BV3LjrcSUCR8iKZU5laiR eXjUsn/vt/Vzy9dninTnwPDYCw== X-Google-Smtp-Source: AB8JxZqARw1Kg+iwzB/e5ros2qOMN1b1YacMY85YESUQCzy4ZDMMeOTxIc340vEEwE90u+rQYGk1NQ== X-Received: by 2002:a17:902:a5:: with SMTP id a34-v6mr12165331pla.58.1525088497610; Mon, 30 Apr 2018 04:41:37 -0700 (PDT) Received: from localhost.localdomain ([183.82.224.14]) by smtp.gmail.com with ESMTPSA id s17sm16762357pfi.165.2018.04.30.04.41.31 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 30 Apr 2018 04:41:37 -0700 (PDT) From: Jagan Teki To: Maxime Ripard Subject: [PATCH 04/21] bindings: display: Add compatible for A64 DE2 pipeline Date: Mon, 30 Apr 2018 17:10:41 +0530 Message-Id: <20180430114058.5061-5-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 Allwinner A64 has DE2 pipeline similar to other Allwinner SOC's like A83T, H3/H5. Signed-off-by: Jagan Teki Reviewed-by: Rob Herring --- 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 3346c1e2a7a0..f0fd9274a25d 100644 --- a/Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt +++ b/Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt @@ -343,6 +343,7 @@ Required properties: * allwinner,sun8i-h3-display-engine * allwinner,sun8i-v3s-display-engine * allwinner,sun9i-a80-display-engine + * allwinner,sun50i-a64-display-engine - allwinner,pipelines: list of phandle to the display engine frontends (DE 1.0) or mixers (DE 2.0) available.