From patchwork Fri Feb 16 20:52:09 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Monnier X-Patchwork-Id: 10225735 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 19EB0603EE for ; Fri, 16 Feb 2018 20:53:12 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 07F23296BF for ; Fri, 16 Feb 2018 20:53:12 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id F068B296C1; Fri, 16 Feb 2018 20:53:11 +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=-1.9 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 9015B296BF for ; Fri, 16 Feb 2018 20:53:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Date:Message-ID:Subject:To :From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=c/a+uvoe1lrKUhbwtckWp+VG+5RSvvWr60ogQodlfvg=; b=SJZBKlPdpplQ2N xw0BtQAJI8AVUeHKFcSSyvoQ03xF0YIomWHara3QeULLwtXhgRwjB9uVwZz+nx6YubcZ7SoUhCtyt xtMBmvAY3IbseBnP5EGfbe/V16W+dNoA4Y6sr1Idg8ZIQCDSy32cUOvPtL273XUFhlrNnDc0lFMnn 9NZ+6sla1tH5LixAJHTC5WsLStBjtGo2PEhFryJjHyvyUxTb6Wy0ksBj43qL97by1QVFdzC6kEB7D cqOhG7K21zjKTsGMS9tc7YV93B0T+QGdbeMfw39+cr6c8S5xHlmggVSCORfuvBpt6G9DmB0sC3s+X +6TqLW9g5w1c3yNqLywA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.89 #1 (Red Hat Linux)) id 1emn0A-00033x-AI; Fri, 16 Feb 2018 20:53:02 +0000 Received: from chene.dit.umontreal.ca ([132.204.246.20]) by bombadil.infradead.org with esmtp (Exim 4.89 #1 (Red Hat Linux)) id 1emmzu-0002y7-TB for linux-arm-kernel@lists.infradead.org; Fri, 16 Feb 2018 20:52:56 +0000 Received: from pastel.home (lechon.iro.umontreal.ca [132.204.27.242]) by chene.dit.umontreal.ca (8.14.7/8.14.1) with ESMTP id w1GKqA6s016957; Fri, 16 Feb 2018 15:52:10 -0500 Received: by pastel.home (Postfix, from userid 20848) id D2A966048C; Fri, 16 Feb 2018 15:52:09 -0500 (EST) From: Stefan Monnier To: Maxime Ripard (maintainer:ARM/Allwinner sunXi SoC support) Subject: [PATCH] ARM: dts: sun7i: Enable HDMI support on the Orange Pi mini Message-ID: Date: Fri, 16 Feb 2018 15:52:09 -0500 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) MIME-Version: 1.0 X-NAI-Spam-Flag: NO X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 2 Rules triggered EDT_SA_DN_PASS=0, RV6224=0 X-NAI-Spam-Version: 2.3.0.9418 : core <6224> : inlines <6405> : streams <1779177> : uri <2594061> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20180216_125247_154066_1FBB5101 X-CRM114-Status: UNSURE ( 8.95 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Mark Rutland , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , Russell King , open list , Chen-Yu Tsai , Rob Herring , "moderated list:ARM PORT" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP From: Stefan Monnier Enable the display pipeline and HDMI output for the Orange Pi mini Signed-off-by: Stefan Monnier --- arch/arm/boot/dts/sun7i-a20-orangepi-mini.dts | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/arch/arm/boot/dts/sun7i-a20-orangepi-mini.dts b/arch/arm/boot/dts/sun7i-a20-orangepi-mini.dts index 7af4c8fc1865..ce02ab532bc8 100644 --- a/arch/arm/boot/dts/sun7i-a20-orangepi-mini.dts +++ b/arch/arm/boot/dts/sun7i-a20-orangepi-mini.dts @@ -61,6 +61,17 @@ stdout-path = "serial0:115200n8"; }; + hdmi-connector { + compatible = "hdmi-connector"; + type = "a"; + + port { + hdmi_con_in: endpoint { + remote-endpoint = <&hdmi_out_con>; + }; + }; + }; + leds { compatible = "gpio-leds"; pinctrl-names = "default"; @@ -98,6 +109,10 @@ status = "okay"; }; +&de { + status = "okay"; +}; + &ehci0 { status = "okay"; }; @@ -119,6 +134,16 @@ }; }; +&hdmi { + status = "okay"; +}; + +&hdmi_out { + hdmi_out_con: endpoint { + remote-endpoint = <&hdmi_con_in>; + }; +}; + &i2c0 { pinctrl-names = "default"; pinctrl-0 = <&i2c0_pins_a>;