From patchwork Fri Nov 4 09:43:58 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Horman X-Patchwork-Id: 9412181 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 19253601C2 for ; Fri, 4 Nov 2016 09:44:21 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 21FAF2AD60 for ; Fri, 4 Nov 2016 09:44:21 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 170D82AD7D; Fri, 4 Nov 2016 09:44:21 +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=-6.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id CBACD2AD60 for ; Fri, 4 Nov 2016 09:44:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759785AbcKDJoU (ORCPT ); Fri, 4 Nov 2016 05:44:20 -0400 Received: from kirsty.vergenet.net ([202.4.237.240]:41388 "EHLO kirsty.vergenet.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758005AbcKDJoU (ORCPT ); Fri, 4 Nov 2016 05:44:20 -0400 Received: from penelope.kanocho.kobe.vergenet.net (unknown [217.111.208.18]) by kirsty.vergenet.net (Postfix) with ESMTPSA id 0A51025BEC2; Fri, 4 Nov 2016 20:44:13 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=verge.net.au; s=mail; t=1478252653; bh=Agv8bm7voq/FEi4Fmy3XT07pJ/QCZkMJXJkCfLOvHBU=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=k5yYxJtruH+dzb/VxAPeSvMTK7OybDLPK40da7N/eEEwE/uxPxYmvsx0dr6XYeFVW r46XNnWHvA0idZ71Gto6EVuQsCeTnIuVjoJo40Pd799ZEpeY0xC60VEmhLSyoNEL0f 64hE/j/QHRSSm9JuBOlUKTSMFe+lGuUInL+FuPuk= Received: by penelope.kanocho.kobe.vergenet.net (Postfix, from userid 7100) id F0BCA6077E; Fri, 4 Nov 2016 10:44:07 +0100 (CET) From: Simon Horman To: linux-renesas-soc@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org, Magnus Damm , Laurent Pinchart , Simon Horman Subject: [PATCH 03/12] arm64: dts: r8a7795: salvator-x: Add DU LVDS output endpoint Date: Fri, 4 Nov 2016 10:43:58 +0100 Message-Id: X-Mailer: git-send-email 2.7.0.rc3.207.g0ac5344 In-Reply-To: References: Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Laurent Pinchart Declaring the endpoint makes LVDS enablement easier by just including the corresponding panel's dtsi file. Signed-off-by: Laurent Pinchart Signed-off-by: Simon Horman --- arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts b/arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts index ff4e4fe843ed..c8f6023c4667 100644 --- a/arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts +++ b/arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts @@ -191,6 +191,10 @@ remote-endpoint = <&adv7123_in>; }; }; + port@3 { + lvds_connector: endpoint { + }; + }; }; };