From patchwork Tue Jun 5 20:28:58 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sergei Shtylyov X-Patchwork-Id: 10449181 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 48A5060375 for ; Tue, 5 Jun 2018 20:29:07 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 36D1229C3D for ; Tue, 5 Jun 2018 20:29:07 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 2B91A29C40; Tue, 5 Jun 2018 20:29:07 +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 D132429C3D for ; Tue, 5 Jun 2018 20:29:06 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id A45D96EF08; Tue, 5 Jun 2018 20:29:03 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-lf0-x244.google.com (mail-lf0-x244.google.com [IPv6:2a00:1450:4010:c07::244]) by gabe.freedesktop.org (Postfix) with ESMTPS id E1FB06EF08 for ; Tue, 5 Jun 2018 20:29:01 +0000 (UTC) Received: by mail-lf0-x244.google.com with SMTP id t134-v6so5612175lff.6 for ; Tue, 05 Jun 2018 13:29:01 -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:cc:references:organization :message-id:date:user-agent:mime-version:in-reply-to :content-language:content-transfer-encoding; bh=50M5wFvIS/MH7H4iPPOr+nzsrBzT1B1QFNkbvKNvThY=; b=h6KzdQ99OdvwHPdSX5zoHn3SRQoTL85nQYxLOm6jl4Es+BuGg8IfL7+QyGQ63iGxl3 4oTis3NzSCkc6tHbI8QZiybUMWYvPjywzkpe8lFfoU2veaZtjhVb5BNdOVpN1V0Rn/xQ cQuzL5u1ykoMpbaGdQxv0/yTOVehNBdi4vlMEkXiruIZEOzEywoMSrNAhGbxxqmf0iVb lob7h92XbNepMdqRsY1jX0jFs7KB/qMuAvarwTTn7CT0u8k16aPklTwVOIYWgFATiabn +hauEJOWSmF7KX8dG2m2rX60RKQvnenCnrel93PdwkdBLKdpP2FtdLF19pdftNNvNF1Q bojA== X-Gm-Message-State: APt69E28Eq9mn1ycaZJpR8vj0KRbQw7etatErjHmdLI2W7BiGw5wbeEe 4448aNaovDrTIGiBx7kLOG50ybffbaI= X-Google-Smtp-Source: ADUXVKLvtVyrIaqE0iuv+uT63XM0g38nEUgtClioTDdyeMh8prKsuL+7v9RM3kT8LMa8yBoVHBzsTw== X-Received: by 2002:a2e:5c89:: with SMTP id q131-v6mr72078ljb.77.1528230540420; Tue, 05 Jun 2018 13:29:00 -0700 (PDT) Received: from wasted.cogentembedded.com ([31.173.82.211]) by smtp.gmail.com with ESMTPSA id n19-v6sm5487830lja.32.2018.06.05.13.28.59 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 05 Jun 2018 13:28:59 -0700 (PDT) Subject: [PATCH 1/2] dt-bindings: display: renesas: lvds: document R8A77980 bindings From: Sergei Shtylyov To: Laurent Pinchart , David Airlie , Rob Herring , dri-devel@lists.freedesktop.org, linux-renesas-soc@vger.kernel.org, devicetree@vger.kernel.org References: Organization: Cogent Embedded Message-ID: Date: Tue, 5 Jun 2018 23:28:58 +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: , Cc: Mark Rutland Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" X-Virus-Scanned: ClamAV using ClamSMTP Document the R-Car V3H (R8A77980) SoC in the R-Car LVDS bindings. Signed-off-by: Sergei Shtylyov Acked-by: Rob Herring Reviewed-by: Laurent Pinchart --- Documentation/devicetree/bindings/display/bridge/renesas,lvds.txt | 1 + 1 file changed, 1 insertion(+) Index: drm/Documentation/devicetree/bindings/display/bridge/renesas,lvds.txt =================================================================== --- drm.orig/Documentation/devicetree/bindings/display/bridge/renesas,lvds.txt +++ drm/Documentation/devicetree/bindings/display/bridge/renesas,lvds.txt @@ -14,6 +14,7 @@ Required properties: - "renesas,r8a7795-lvds" for R8A7795 (R-Car H3) compatible LVDS encoders - "renesas,r8a7796-lvds" for R8A7796 (R-Car M3-W) compatible LVDS encoders - "renesas,r8a77970-lvds" for R8A77970 (R-Car V3M) compatible LVDS encoders + - "renesas,r8a77980-lvds" for R8A77980 (R-Car V3H) compatible LVDS encoders - "renesas,r8a77995-lvds" for R8A77995 (R-Car D3) compatible LVDS encoders - reg: Base address and length for the memory-mapped registers