From patchwork Sat May 13 23:16:15 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 9725485 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 C723060387 for ; Sat, 13 May 2017 23:16:34 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id B78AC288F8 for ; Sat, 13 May 2017 23:16:34 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id AC45C288FA; Sat, 13 May 2017 23:16:34 +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=-7.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, RCVD_IN_DNSWL_HI 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 5E191288F8 for ; Sat, 13 May 2017 23:16:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758685AbdEMXQ3 (ORCPT ); Sat, 13 May 2017 19:16:29 -0400 Received: from galahad.ideasonboard.com ([185.26.127.97]:37491 "EHLO galahad.ideasonboard.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758755AbdEMXQ1 (ORCPT ); Sat, 13 May 2017 19:16:27 -0400 Received: from avalon.bb.dnainternet.fi (dfj612ybrt5fhg77mgycy-3.rev.dnainternet.fi [IPv6:2001:14ba:21f5:5b00:2e86:4862:ef6a:2804]) by galahad.ideasonboard.com (Postfix) with ESMTPSA id A2109204C1 for ; Sun, 14 May 2017 01:16:21 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1494717381; bh=tp0zCGQDkEgSlUFkr7Rgcgdw953X4YrjIQPWKTOnE7E=; h=From:To:Subject:Date:In-Reply-To:References:From; b=HVWwC1Ep5LBJ7Tzw2PWQdfP8YFPcVOgwMFkgcO12qQdBs2yyNQeuR2lUXUigSjM9Z ft9Gfp3aYtzw+gI1B0x8d1mn7WaRttk+pAPrvDmI3CaP5SUHhB5G3nmO3baQwD6jby DCkjKxtuHRk3lvNDLiky70gSAZpy9IRPOdp/QkCM= From: Laurent Pinchart To: linux-renesas-soc@vger.kernel.org Subject: [PATCH v5 3/6] arm64: dts: renesas: salvator-x: Add HDMI output connectors Date: Sun, 14 May 2017 02:16:15 +0300 Message-Id: <20170513231618.1715-4-laurent.pinchart+renesas@ideasonboard.com> X-Mailer: git-send-email 2.13.0 In-Reply-To: <20170513231618.1715-1-laurent.pinchart+renesas@ideasonboard.com> References: <20170513231618.1715-1-laurent.pinchart+renesas@ideasonboard.com> 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 The Salvator-X board has two HDMI output connectors. Add them to the common salvator-x.dtsi. Signed-off-by: Laurent Pinchart Reviewed-by: Geert Uytterhoeven --- Changes since v4: - Split connectors to a new patch --- arch/arm64/boot/dts/renesas/salvator-x.dtsi | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/arch/arm64/boot/dts/renesas/salvator-x.dtsi b/arch/arm64/boot/dts/renesas/salvator-x.dtsi index 3fc60ba41229..3434c7552fcc 100644 --- a/arch/arm64/boot/dts/renesas/salvator-x.dtsi +++ b/arch/arm64/boot/dts/renesas/salvator-x.dtsi @@ -151,6 +151,28 @@ 1800000 0>; }; + hdmi0-out { + compatible = "hdmi-connector"; + label = "HDMI0 OUT"; + type = "a"; + + port { + hdmi0_con: endpoint { + }; + }; + }; + + hdmi1-out { + compatible = "hdmi-connector"; + label = "HDMI1 OUT"; + type = "a"; + + port { + hdmi1_con: endpoint { + }; + }; + }; + vga { compatible = "vga-connector";