From patchwork Fri Feb 16 16:16:04 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Monnier X-Patchwork-Id: 10225061 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 26391601E7 for ; Fri, 16 Feb 2018 16:17:18 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 13D1529340 for ; Fri, 16 Feb 2018 16:17:18 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 07278294CA; Fri, 16 Feb 2018 16:17:18 +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 761BD29340 for ; Fri, 16 Feb 2018 16:17:16 +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=r2fDOSO+uqxq/zAb4a4RrvKsYR6u8P5deVlH8lgfl0A=; b=esQm2/F1azM3kq iDQ7D+cUSPyrhMtbIScUPKqjMXab84rPsT1s+BcWVd8zLdwZLb5P2cLqt/nfdtB+em2A2Bd7Z9S8l upZnpnjxeA4s8+pZxKLde0Vti9dm0ZvfCBPOoaoqRdpHWVkeTdWGkN09pBCk/aeMUZ7df5ZZdIh3L oV3A9m2hTnZEHLtJmPt9+GTIjMmEPjDNSK1ft2inreKpnp4CDMqQRGv9GXx3pXYHeCR6nPqg9BU60 E+VJrCMD2lymwnz1N6wzXaH0hk/Kwi0db2jWEO/GAnRlIxApHt6AlSf9/KgdhBuwpVvSNH8GHuZNj +X9ob4RY97RItf9Jb9Eg==; 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 1emih7-0005k8-6s; Fri, 16 Feb 2018 16:17:05 +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 1emih1-0005bv-83 for linux-arm-kernel@lists.infradead.org; Fri, 16 Feb 2018 16:17:01 +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 w1GGG4nl009268; Fri, 16 Feb 2018 11:16:05 -0500 Received: by pastel.home (Postfix, from userid 20848) id AFD8C60477; Fri, 16 Feb 2018 11:16:04 -0500 (EST) From: Stefan Monnier To: Maxime Ripard (maintainer:ARM/Allwinner sunXi SoC support) Subject: [PATCH] ARM: dts: sun7i: Enable HDMI support on the Banana Pi Message-ID: Date: Fri, 16 Feb 2018 11:16:04 -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 <6404> : streams <1779159> : uri <2593957> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20180216_081659_458067_CB8F61AF X-CRM114-Status: UNSURE ( 8.70 ) 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 Signed-off-by: Stefan Monnier --- arch/arm/boot/dts/sun7i-a20-bananapi.dts | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/arch/arm/boot/dts/sun7i-a20-bananapi.dts b/arch/arm/boot/dts/sun7i-a20-bananapi.dts index 88a1c2363c6c..45da8a282288 100644 --- a/arch/arm/boot/dts/sun7i-a20-bananapi.dts +++ b/arch/arm/boot/dts/sun7i-a20-bananapi.dts @@ -63,6 +63,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"; @@ -109,6 +120,10 @@ >; }; +&de { + status = "okay"; +}; + &ehci0 { status = "okay"; }; @@ -130,6 +145,16 @@ }; }; +&hdmi { + status = "okay"; +}; + +&hdmi_out { + hdmi_out_con: endpoint { + remote-endpoint = <&hdmi_con_in>; + }; +}; + &i2c0 { pinctrl-names = "default"; pinctrl-0 = <&i2c0_pins_a>;