From patchwork Tue Jun 5 20:30:36 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sergei Shtylyov X-Patchwork-Id: 10449185 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 7BB0160375 for ; Tue, 5 Jun 2018 20:30:42 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 6BF2329CE6 for ; Tue, 5 Jun 2018 20:30:42 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 5F48E29D21; Tue, 5 Jun 2018 20:30:42 +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.2 required=2.0 tests=BAYES_00, MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED 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 1CB9029CE6 for ; Tue, 5 Jun 2018 20:30:42 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id D53996E345; Tue, 5 Jun 2018 20:30:40 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-lf0-x241.google.com (mail-lf0-x241.google.com [IPv6:2a00:1450:4010:c07::241]) by gabe.freedesktop.org (Postfix) with ESMTPS id 636FA6E345 for ; Tue, 5 Jun 2018 20:30:39 +0000 (UTC) Received: by mail-lf0-x241.google.com with SMTP id y20-v6so5659253lfy.0 for ; Tue, 05 Jun 2018 13:30:39 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:from:to:references:organization :message-id:date:user-agent:mime-version:in-reply-to :content-language:content-transfer-encoding; bh=P8OoixNdZ+GydAeFp9q49kKFhOQlVUujt/PeRY4BJes=; b=kVG3aWSVvD8crck7F5lSIFvxQGybUvLZuH1ovJMlRebuCpLzaXQfjWILJDWWXU+u40 j1S8DlFq/cL92v7mPt++ZvsQbxlY3OsagDBqiFOoFBJK8k256+elFG+fr/xBTfGA4Rlb ZqjeAz7xdK4bGW0fR+Amk4bnCbFBHTUJ9IuvEzasx4ABADEKLlmBNpoftkBb7n6v3ASW jZ+yuWc4jjKJIX7DfG0B1IP39s/2pnM8iyUsrmz2FZII7bDVdZRn1s5lJ95jP87WS5T9 YjiLzgNfhiTs7hO7mCsuAMVn9FmBnu97Dhpky9FE7WwBOIvKYqm8Ihi2jfa9SNgurSO/ dwsw== X-Gm-Message-State: APt69E28kKixN1MC8Juz50CmD27Zuo6uSVUJBkYoqj6/0YaptLffNBNW uS/rXlqdkrpOmhd8ZGoEpl+ry2o/3YY= X-Google-Smtp-Source: ADUXVKIOqrLEXbAPoPl5ih6cko6qVPxzgKkzykrMgqFgxwkspGScaVeQdy5IsoKtZ3IbGaKOTWoXxg== X-Received: by 2002:a2e:7403:: with SMTP id p3-v6mr81041ljc.59.1528230637917; Tue, 05 Jun 2018 13:30:37 -0700 (PDT) Received: from wasted.cogentembedded.com ([31.173.82.211]) by smtp.gmail.com with ESMTPSA id t15-v6sm4439556lfd.79.2018.06.05.13.30.36 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 05 Jun 2018 13:30:37 -0700 (PDT) Subject: [PATCH 2/2] drm: rcar-du: lvds: add R8A77980 support From: Sergei Shtylyov To: Laurent Pinchart , David Airlie , dri-devel@lists.freedesktop.org, linux-renesas-soc@vger.kernel.org References: Organization: Cogent Embedded Message-ID: <668491ee-915d-66fc-feea-c2afed5d645d@cogentembedded.com> Date: Tue, 5 Jun 2018 23:30:36 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: Content-Language: en-MW 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: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" X-Virus-Scanned: ClamAV using ClamSMTP Add support for the R-Car V3H (R8A77980) SoC to the LVDS encoder driver. Signed-off-by: Sergei Shtylyov Reviewed-by: Laurent Pinchart --- drivers/gpu/drm/rcar-du/rcar_lvds.c | 1 + 1 file changed, 1 insertion(+) Index: drm/drivers/gpu/drm/rcar-du/rcar_lvds.c =================================================================== --- drm.orig/drivers/gpu/drm/rcar-du/rcar_lvds.c +++ drm/drivers/gpu/drm/rcar-du/rcar_lvds.c @@ -519,6 +519,7 @@ static const struct of_device_id rcar_lv { .compatible = "renesas,r8a7795-lvds", .data = &rcar_lvds_gen3_info }, { .compatible = "renesas,r8a7796-lvds", .data = &rcar_lvds_gen3_info }, { .compatible = "renesas,r8a77970-lvds", .data = &rcar_lvds_r8a77970_info }, + { .compatible = "renesas,r8a77980-lvds", .data = &rcar_lvds_gen3_info }, { } };