Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp1287550imu; Thu, 13 Dec 2018 12:27:28 -0800 (PST) X-Google-Smtp-Source: AFSGD/WIuIm6Cl/wwySmUhxh9DqwiNXtmRkILnd2GbIBQHvTTCwSzisfdp8TEPGovWw9dVhtna4S X-Received: by 2002:a17:902:bc81:: with SMTP id bb1mr220132plb.223.1544732848599; Thu, 13 Dec 2018 12:27:28 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1544732848; cv=none; d=google.com; s=arc-20160816; b=uhGrKzekxpFtuaiNF25mOBOFXe5TrqDKtp9osfyZY2WPj+KzcadjjD5VcVXfYmRWgR OVaefwHJ7LQu3PcOdfQx2gUsL66Ef20siO/Vpwa5IFYSzCC6dABadOzAFwi4DxMWmTnu ++/8BsZe9J8StLFMQXDehRzCKqCLO6ejS/BAajhqZoVUtkj5IcVP2bD8xVZKLLY/ChIx R09NLi1sQEpkiMuE1Ds5EpbgrvlYd1xezJ172DD7dN1fCqWISC2vJE4V0AyB7v8/xbRX tXxjI2fPD0PLPDUROC9xP9UUso0fQ/erDHLwOHkFE9b1pKotkFHQBRgZr6td2I1/pwcc aplQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from; bh=Qh7+bCIFGtdGnEgahHA2uMEhddwxxyLsgYMoh1J9Fg4=; b=1DAdw6jy2oBTLUmhs/KmOrCRDSPKMeP/pSXqsGxH+tQbTM8KjzoWvd9eNym5gOQgNx zpAO4d4TiLnpKU65qP0+PBIoP2BXtPJ2q4+rpHHbhqx0+G2LkoNwnOGGPLFQ785F9j/+ orUisXEffhfxGRe4bxQXdR3q5WnZsBzrUFYDcDsdrWq1+XnxD7w79Yy/DeJEKOL27r/q JgEwj0Usu1wZZooZTLmZzrUw34K2r/Vy02mIroqAo7eLzLBDQ4ScE8B044OX0jJO0htp Zuh5MGATnrwU7SGDsA4oZtUsmtSFKuyJKRIcnpK+44ZfjHrwfyCE9WR+twfelffbrBl/ zN/g== 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 h8si2249519plr.343.2018.12.13.12.27.14; Thu, 13 Dec 2018 12:27:28 -0800 (PST) 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 S1728968AbeLMUZ4 (ORCPT + 99 others); Thu, 13 Dec 2018 15:25:56 -0500 Received: from relmlor2.renesas.com ([210.160.252.172]:49278 "EHLO relmlie6.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726533AbeLMUZ4 (ORCPT ); Thu, 13 Dec 2018 15:25:56 -0500 X-IronPort-AV: E=Sophos;i="5.56,349,1539615600"; d="scan'208";a="2555658" Received: from unknown (HELO relmlir6.idc.renesas.com) ([10.200.68.152]) by relmlie6.idc.renesas.com with ESMTP; 14 Dec 2018 05:20:51 +0900 Received: from fabrizio-dev.ree.adwin.renesas.com (unknown [10.226.37.69]) by relmlir6.idc.renesas.com (Postfix) with ESMTP id 13F6540F76C2; Fri, 14 Dec 2018 05:20:47 +0900 (JST) From: Fabrizio Castro To: David Airlie , Rob Herring , Mark Rutland Cc: Fabrizio Castro , Laurent Pinchart , Kieran Bingham , dri-devel@lists.freedesktop.org, linux-renesas-soc@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Simon Horman , Geert Uytterhoeven , Chris Paterson , Biju Das Subject: [PATCH] dt-bindings: display: renesas: du: Document r8a774c0 bindings Date: Thu, 13 Dec 2018 20:20:45 +0000 Message-Id: <1544732445-6588-1-git-send-email-fabrizio.castro@bp.renesas.com> X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Document the RZ/G2E (a.k.a. r8a774c0) SoC in the R-Car DU bindings. Signed-off-by: Fabrizio Castro --- Documentation/devicetree/bindings/display/renesas,du.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/display/renesas,du.txt b/Documentation/devicetree/bindings/display/renesas,du.txt index 3c855d9..aedb22b 100644 --- a/Documentation/devicetree/bindings/display/renesas,du.txt +++ b/Documentation/devicetree/bindings/display/renesas,du.txt @@ -7,6 +7,7 @@ Required Properties: - "renesas,du-r8a7744" for R8A7744 (RZ/G1N) compatible DU - "renesas,du-r8a7745" for R8A7745 (RZ/G1E) compatible DU - "renesas,du-r8a77470" for R8A77470 (RZ/G1C) compatible DU + - "renesas,du-r8a774c0" for R8A774C0 (RZ/G2E) compatible DU - "renesas,du-r8a7779" for R8A7779 (R-Car H1) compatible DU - "renesas,du-r8a7790" for R8A7790 (R-Car H2) compatible DU - "renesas,du-r8a7791" for R8A7791 (R-Car M2-W) compatible DU @@ -57,6 +58,7 @@ corresponding to each DU output. R8A7744 (RZ/G1N) DPAD 0 LVDS 0 - - R8A7745 (RZ/G1E) DPAD 0 DPAD 1 - - R8A77470 (RZ/G1C) DPAD 0 DPAD 1 LVDS 0 - + R8A774C0 (RZ/G2E) DPAD 0 LVDS 0 LVDS 1 - R8A7779 (R-Car H1) DPAD 0 DPAD 1 - - R8A7790 (R-Car H2) DPAD 0 LVDS 0 LVDS 1 - R8A7791 (R-Car M2-W) DPAD 0 LVDS 0 - - -- 2.7.4