Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp1287688imu; Thu, 13 Dec 2018 12:27:37 -0800 (PST) X-Google-Smtp-Source: AFSGD/XSIyG3s2+/pNZ3hXCUuqbPIbtuQX0Iul36pMUbO8Fxd9erAollLD3Ci7T2WvbdIUf/R1LH X-Received: by 2002:a63:334a:: with SMTP id z71mr235010pgz.400.1544732857042; Thu, 13 Dec 2018 12:27:37 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1544732857; cv=none; d=google.com; s=arc-20160816; b=FU9xaeCfPTKvMS9aEnzc/DoWqWLBdLsx3dJeWEb3Qm7RnmhdSDSPxx4uJgYHtT5TxK eUfLkIj98nHY5R7+CJ8sxliRrqWgdaMUO18LW+5zCDXwFQvP7rI5QWdsrSyKQcM4nhZs u/ursCHtMP7EdPBATUHmxCBtMCFnZC0WY4e/8m4Vx/EghK6BstmbdR2fTrtwHyd7VL0v KNM/olyPRNI93qGDWzPoresATQEoy8eErals3QhUawBf3gs3ux4bmJQAwsixZ/4yfSVs 7uqpPy16s34P+3+Xwk4tpoRChkhfeNkiYFf/W1zbtr/Tu+JvRh0CnZwJ1MJ/z0dBCmsJ N0WQ== 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=p25pafGkiLu/AZ5fDNWRC7sz+VXM+4KSVb4q9u0Dhog=; b=pXZgS3FN4yuWjb68xS8PjsmX6edlHoWyEaumPDlPIzEYTPbwrYZZbhyU1eY0xgpryp 4Tw051rMf0HM5FKE6H3m3JjX2Mcof5+8ojUBycbBZiKKYcjt+0fPjI3RebtMkUC6VZFc 5Ib+y3Z/IZ1xnldpyKcEXuFfJD+JPpPbdgCoxR/lR47bpzWNztY6E84wegZkRQeIuj4p X/+l4ijbeyxZfGmsZ3BOzomBo/jGJevoOgM4PC3P9EI1UVzlb7pFxUFo+tNtFburRcDy DJ2fpK03n8ay99Ro70pWkHxzYuLmBZ8KoMIHY7/WZkes1VHgrfl/tRIsuOUEHJXwvUAm qIkw== 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 l38si2367850plb.48.2018.12.13.12.27.22; Thu, 13 Dec 2018 12:27:37 -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 S1728993AbeLMU0G (ORCPT + 99 others); Thu, 13 Dec 2018 15:26:06 -0500 Received: from relmlor2.renesas.com ([210.160.252.172]:33715 "EHLO relmlie6.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726533AbeLMU0G (ORCPT ); Thu, 13 Dec 2018 15:26:06 -0500 X-IronPort-AV: E=Sophos;i="5.56,349,1539615600"; d="scan'208";a="2555663" Received: from unknown (HELO relmlir5.idc.renesas.com) ([10.200.68.151]) by relmlie6.idc.renesas.com with ESMTP; 14 Dec 2018 05:21:00 +0900 Received: from fabrizio-dev.ree.adwin.renesas.com (unknown [10.226.37.69]) by relmlir5.idc.renesas.com (Postfix) with ESMTP id C36184072C4F; Fri, 14 Dec 2018 05:20:57 +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: lvds: Document r8a774c0 bindings Date: Thu, 13 Dec 2018 20:20:54 +0000 Message-Id: <1544732454-6633-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 The RZ/G2E (r8a774c0) supports two LVDS channels. Extend the binding to support them. Signed-off-by: Fabrizio Castro --- Documentation/devicetree/bindings/display/bridge/renesas,lvds.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/display/bridge/renesas,lvds.txt b/Documentation/devicetree/bindings/display/bridge/renesas,lvds.txt index 3aeb0ec..cb7c328 100644 --- a/Documentation/devicetree/bindings/display/bridge/renesas,lvds.txt +++ b/Documentation/devicetree/bindings/display/bridge/renesas,lvds.txt @@ -8,6 +8,7 @@ Required properties: - compatible : Shall contain one of - "renesas,r8a7743-lvds" for R8A7743 (RZ/G1M) compatible LVDS encoders + - "renesas,r8a774c0-lvds" for R8A774C0 (RZ/G2E) compatible LVDS encoders - "renesas,r8a7790-lvds" for R8A7790 (R-Car H2) compatible LVDS encoders - "renesas,r8a7791-lvds" for R8A7791 (R-Car M2-W) compatible LVDS encoders - "renesas,r8a7793-lvds" for R8A7793 (R-Car M2-N) compatible LVDS encoders @@ -24,7 +25,7 @@ Required properties: - clock-names: Name of the clocks. This property is model-dependent. - The functional clock, which mandatory for all models, shall be listed first, and shall be named "fck". - - On R8A77990 and R8A77995, the LVDS encoder can use the EXTAL or + - On R8A77990, R8A77995 and R8A774C0, the LVDS encoder can use the EXTAL or DU_DOTCLKINx clocks. Those clocks are optional. When supplied they must be named "extal" and "dclkin.x" respectively, with "x" being the DU_DOTCLKIN numerical index. -- 2.7.4