From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752083AbeBZQ0L (ORCPT ); Mon, 26 Feb 2018 11:26:11 -0500 Received: from mailoutvs4.siol.net ([213.250.19.137]:38320 "EHLO mail.siol.net" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751813AbeBZQ0J (ORCPT ); Mon, 26 Feb 2018 11:26:09 -0500 From: Jernej =?utf-8?B?xaBrcmFiZWM=?= To: Julian Calaby Cc: Maxime Ripard , Chen-Yu Tsai , David Airlie , Rob Herring , Mark Rutland , Michael Turquette , sboyd@kernel.org, dri-devel , devicetree , "Mailing List, Arm" , "linux-kernel@vger.kernel.org" , "open list:COMMON CLK FRAMEWORK" , linux-sunxi Subject: Re: [linux-sunxi] [PATCH 14/15] ARM: dts: sun8i: h3: Enable HDMI output on H3 boards Date: Mon, 26 Feb 2018 17:16:44 +0100 Message-ID: <2676311.2IEVhXnSIE@jernej-laptop> In-Reply-To: References: <20180224214545.3740-1-jernej.skrabec@siol.net> <20180224214545.3740-15-jernej.skrabec@siol.net> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Julian, Dne nedelja, 25. februar 2018 ob 09:11:34 CET je Julian Calaby napisal(a): > Hi Jernej, > > On Sun, Feb 25, 2018 at 8:45 AM, Jernej Skrabec wrote: > > Enable HDMI output on all boards which have HDMI connector. > > > > Signed-off-by: Jernej Skrabec > > --- > > > > arch/arm/boot/dts/sun8i-h3-bananapi-m2-plus.dts | 25 > > ++++++++++++++++++++++ arch/arm/boot/dts/sun8i-h3-beelink-x2.dts > > | 25 ++++++++++++++++++++++ > > arch/arm/boot/dts/sun8i-h3-libretech-all-h3-cc.dts | 25 > > ++++++++++++++++++++++ arch/arm/boot/dts/sun8i-h3-nanopi-m1.dts > > | 25 ++++++++++++++++++++++ arch/arm/boot/dts/sun8i-h3-orangepi-2.dts > > | 25 ++++++++++++++++++++++ > > arch/arm/boot/dts/sun8i-h3-orangepi-lite.dts | 25 > > ++++++++++++++++++++++ arch/arm/boot/dts/sun8i-h3-orangepi-one.dts > > | 24 +++++++++++++++++++++ arch/arm/boot/dts/sun8i-h3-orangepi-pc.dts > > | 25 ++++++++++++++++++++++ 8 files changed, 199 insertions(+) > > As I understand it, the H2+ is just a slightly trimmed down H3. In > terms of HDMI support, the difference is that the H2+ can't output 4k. > If this code is compatible with the H2+, could you please add the > necessary bits and pieces to the h2-plus DTSs too? There are only 3 H2+ boards in kernel and none of them has HDMI connector, so there's nothing to do actually. But if such board is added to kernel, it would be trivially add proper nodes, since all H2+ boards include H3 DTSI. Best regards, Jernej