Received: by 10.223.185.116 with SMTP id b49csp1754955wrg; Thu, 15 Feb 2018 00:41:49 -0800 (PST) X-Google-Smtp-Source: AH8x227YbNxFHwSj1gmtROUIa8WL7OlEvw8zXB/lmh6w0QW5vqNOkCvAfa9WpYoGbSL1x7QExLUm X-Received: by 10.98.59.199 with SMTP id w68mr1925105pfj.7.1518684109749; Thu, 15 Feb 2018 00:41:49 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1518684109; cv=none; d=google.com; s=arc-20160816; b=QOlbXMv2la7/HFv4in8ZeR0vKHhaIFEJa3a6MmzsCweomaD4WljKXS0Zj6z4DESr8z 3+skjW9NKI895w1K48RNFvCSwUTzaIvYt/hN4Cz5bAt4+kZxOffXnEWR+ouDlBRCz3I+ eo5MGjw01mibx25c1RtZXnaMiOlws7bCl+kObJRH/wlK4aQpgTNqqrEqyTytBgO1UxmF GoPa9JdalwnwzD/W/A/54uCXakJwp+2TuW5++4kLd4/Bnxo6Lkwhstmes0wfBhjeNPd0 7EmtGHYBeVVvX+mCbvlIxOIj7r3QwXyQZd1P8oWBK6d8iAiCGPXKSo+uYZk6Cwy4Al7a Q9Rg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from:dmarc-filter:arc-authentication-results; bh=hLCu5wKPtILESJ25WjAR9lckAFvSaLLyyJ32C0rf7d0=; b=Kl6ZmtTqm83/EwmD01DP6TX3V3KAHsFNE3wMx3i5GovLiVDbW6TqMEcMLBSMUJ3FJV +4fHampBrxLw2VmNyhY/yL0MSn2CIOET2Xdth8NdGXQzkBABwZiZuuDAxNxfZbMEa+3c NhSmy4/H4es9SFo2VbRquWDeXMbNJ7vMgcimSmezASkWOo/z9igYB9Rztr0XlGpV8KNs eE7eKOwSzOkVMvpzFSIfok00b8lJhxzPbFNb7FddN6itA/rzDNYY255sgIN7n+RQDwvM GEKpyDFCV2H04vhi0gi4MpUcbs8E/AfWzfW1GMHioWCLWkkeiNIaoRMSv62fm2TC+kyh 5IOg== 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 c11-v6si1108495pll.95.2018.02.15.00.41.35; Thu, 15 Feb 2018 00:41:49 -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 S1755310AbeBOIis (ORCPT + 99 others); Thu, 15 Feb 2018 03:38:48 -0500 Received: from mail.kernel.org ([198.145.29.99]:57844 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755293AbeBOIin (ORCPT ); Thu, 15 Feb 2018 03:38:43 -0500 Received: from localhost.localdomain (cpc89242-aztw30-2-0-cust488.18-1.cable.virginm.net [86.31.129.233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 012BD217C0; Thu, 15 Feb 2018 08:38:39 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 012BD217C0 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=kbingham@kernel.org From: Kieran Bingham To: linux-renesas-soc@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Kieran Bingham Cc: Laurent Pinchart , Simon Horman , geert@glider.be, Kieran Bingham , David Airlie , Rob Herring , Mark Rutland , Laurent Pinchart , dri-devel@lists.freedesktop.org (open list:DRM DRIVERS), linux-kernel@vger.kernel.org (open list) Subject: [PATCH 3/8] dt-bindings: display: renesas,lvds: Add LVDS binding for D3 Date: Thu, 15 Feb 2018 08:38:18 +0000 Message-Id: <1518683903-10681-4-git-send-email-kbingham@kernel.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1518683903-10681-1-git-send-email-kbingham@kernel.org> References: <1518683903-10681-1-git-send-email-kbingham@kernel.org> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Kieran Bingham The D3 supports two LVDS channels. Extend the binding to support them. Signed-off-by: Kieran Bingham --- Documentation/devicetree/bindings/display/bridge/renesas,lvds.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/display/bridge/renesas,lvds.txt b/Documentation/devicetree/bindings/display/bridge/renesas,lvds.txt index 79860f58a7ad..0dcf488b70df 100644 --- a/Documentation/devicetree/bindings/display/bridge/renesas,lvds.txt +++ b/Documentation/devicetree/bindings/display/bridge/renesas,lvds.txt @@ -14,6 +14,7 @@ Required properties: - compatible : Shall contain one of - "renesas,lvds-r8a7795" for R8A7795 (R-Car H3) compatible LVDS encoders - "renesas,lvds-r8a7796" for R8A7796 (R-Car M3-W) compatible LVDS encoders + - "renesas,lvds-r8a77995" for R8A77995 (R-Car D3) compatible LVDS encoders - reg: Base address and length for the memory-mapped registers - clocks: A phandle + clock-specifier pair for the functional clock -- 2.7.4