From patchwork Mon Apr 30 11:40:53 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jagan Teki X-Patchwork-Id: 10373223 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 202A26032A for ; Tue, 1 May 2018 06:54:29 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 0FEE0223A4 for ; Tue, 1 May 2018 06:54:29 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 0425028BE9; Tue, 1 May 2018 06:54:29 +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=-5.1 required=2.0 tests=BAYES_00,DKIM_SIGNED, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 8A0D9223A4 for ; Tue, 1 May 2018 06:54:28 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id EDEB76E3F7; Tue, 1 May 2018 06:53:33 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-pg0-x242.google.com (mail-pg0-x242.google.com [IPv6:2607:f8b0:400e:c05::242]) by gabe.freedesktop.org (Postfix) with ESMTPS id 27E996E1FC for ; Mon, 30 Apr 2018 11:42:59 +0000 (UTC) Received: by mail-pg0-x242.google.com with SMTP id b9-v6so6153239pgf.6 for ; Mon, 30 Apr 2018 04:42:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amarulasolutions.com; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=akW1xwZ9U7+xfmlH7QheBrkhXEry5nW2EFuknL74N8w=; b=njVbYqiBgBQVkGzYdpAqCZtihgINskDcOczMmF+CS2SKjr4cPom8Ez1k1OI+8AcxH+ nUfeXnGpf+Us7dR9JFUjnRBTMwL6oaGUzQwjUeFG88twSwuuwwPgmTAc8Cu2R0h+i1U0 ITNA9H29Qa36k8ZZi5YLeB1V4UfxNHK/DAd6g= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=akW1xwZ9U7+xfmlH7QheBrkhXEry5nW2EFuknL74N8w=; b=fSHDzgzgfHMtnt18wc5kzAxXmefhuTeo2AGY+P8dwY8edc7DwirleSMW7LfTxhEFiR nlHb/xIPwQkxkFxMkLLGntexnawO5Nn/9VLB3ZHdhZkT8NXstWnbFFWUea/LNYBgg0Jj XAVu/sTGxudIkAa+uEpsEgKAgtcHrQh8ygfRcDIwzTa7lFDgKf3bbVNQO9qJBMUOgr4a 2wMjIytakPW5x72QnuTo/fioG6MvwoQKL8rOPxNMWYsFvKUdXHVSbacC7NXTz6Yl0vZ6 GDI0EzQ78RqajsuummMpD5pVC/OML5K+ILUUjFuFdB1WXqIl60+b8js06jlQqjFOJGEk 6DzQ== X-Gm-Message-State: ALQs6tDucQ47gI698licrUbfs5RNih9K2NbR0mNEYRfiRWGayiN+POur kSCBwF3Icbsxd1KkIUMuBRL2zg== X-Google-Smtp-Source: AB8JxZofDU0ESAsCGRc5CSLgInYOxSd6lg2nLeDIdw/EkN4rdTNzfs6mbrWrRTU5pMRdfhxr033+BA== X-Received: by 2002:a63:6445:: with SMTP id y66-v6mr9828732pgb.206.1525088579557; Mon, 30 Apr 2018 04:42:59 -0700 (PDT) Received: from localhost.localdomain ([183.82.224.14]) by smtp.gmail.com with ESMTPSA id s17sm16762357pfi.165.2018.04.30.04.42.52 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 30 Apr 2018 04:42:59 -0700 (PDT) From: Jagan Teki To: Maxime Ripard Subject: [PATCH 16/21] arm64: dts: allwinner: a64: bananapi-m64: Enable HDMI output Date: Mon, 30 Apr 2018 17:10:53 +0530 Message-Id: <20180430114058.5061-17-jagan@amarulasolutions.com> X-Mailer: git-send-email 2.14.3 In-Reply-To: <20180430114058.5061-1-jagan@amarulasolutions.com> References: <20180430114058.5061-1-jagan@amarulasolutions.com> X-Mailman-Approved-At: Tue, 01 May 2018 06:51:33 +0000 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Mark Rutland , devicetree@vger.kernel.org, Jernej Skrabec , David Airlie , Catalin Marinas , Michael Turquette , linux-sunxi@googlegroups.com, Will Deacon , linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, Stephen Boyd , Chen-Yu Tsai , Rob Herring , Jagan Teki , Michael Trimarchi , linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Icenowy Zheng MIME-Version: 1.0 Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" X-Virus-Scanned: ClamAV using ClamSMTP Enable HDMI output on Bananpi-m64 board. Signed-off-by: Jagan Teki --- .../boot/dts/allwinner/sun50i-a64-bananapi-m64.dts | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/arch/arm64/boot/dts/allwinner/sun50i-a64-bananapi-m64.dts b/arch/arm64/boot/dts/allwinner/sun50i-a64-bananapi-m64.dts index 2250dec9974c..69063c1fbddf 100644 --- a/arch/arm64/boot/dts/allwinner/sun50i-a64-bananapi-m64.dts +++ b/arch/arm64/boot/dts/allwinner/sun50i-a64-bananapi-m64.dts @@ -60,6 +60,17 @@ stdout-path = "serial0:115200n8"; }; + connector { + compatible = "hdmi-connector"; + type = "a"; + + port { + hdmi_con_in: endpoint { + remote-endpoint = <&hdmi_out_con>; + }; + }; + }; + leds { compatible = "gpio-leds"; @@ -86,6 +97,10 @@ }; }; +&de { + status = "okay"; +}; + &ehci1 { status = "okay"; }; @@ -99,6 +114,17 @@ status = "okay"; }; +&hdmi { + hvcc-supply = <®_dldo1>; + status = "okay"; +}; + +&hdmi_out { + hdmi_out_con: endpoint { + remote-endpoint = <&hdmi_con_in>; + }; +}; + &i2c1 { pinctrl-names = "default"; pinctrl-0 = <&i2c1_pins>;