Received: by 10.223.185.116 with SMTP id b49csp3929561wrg; Mon, 26 Feb 2018 08:22:46 -0800 (PST) X-Google-Smtp-Source: AH8x226l6UREW0JaE4uNqL2oj5Sq/IOels9lguEjAeH8ez/DRe1tuYf5+y0QVQG8Rxrwxh+rpAo5 X-Received: by 2002:a17:902:47c2:: with SMTP id d2-v6mr10578141plh.253.1519662166771; Mon, 26 Feb 2018 08:22:46 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1519662166; cv=none; d=google.com; s=arc-20160816; b=X3LPUbFUmEsTA6vfUdYsJnNslwZZM3vZMFuyNQ2/DPhHck8L4YJ/iRNAtFdybZLg7H 6lXKe9QgEbfOojqzwQ+mmaIY95KXSFQOEPqkvWEoJOhNQ+RJQsSRkNbz01fw9gg53jad JZvwgGCXy+91/rWopZ7Hxvk5iCBKY7ke9cQOFNjCm1hEgNXQkhLviZyiSMOmf/lcalL6 7IiwyxFMc7ALpZ7TYiwfTi1QodI7Ngk+DC6x/QwQXO8bt5gr9778AoymML2vuOzbqDet C1sUDuI6bsmhw2RbG8GjF4cl1aI5UjfoMTsBuhLdXn2ZKq7/GrqbsIE0xMHRKB8hdJ0G aq/w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:from:cc:to:subject :content-transfer-encoding:mime-version:references:in-reply-to:date :arc-authentication-results; bh=2oUVF6ynzH8aNBjZ4dtk2XsuRWZTFvJr7IXanF4FJ4U=; b=e1lTuGTeAzm2b0vJUHzitazp/HoRtOWa6FEIFcJIqMLtEldwccVotAYqQEQCdky3CB oxM/Mig6yfZt4VyrE8IFx85Rk5hiummdPYdCyp1RGXpdR1NQsb2l2DBl1o7MEhrOLulM 4Kvmji5xl6Eq4O0E0jNj66dEVMOVE269MrXaMQ2X0d1GO1+yBsQIPDIZiqXIEkIXizfU MBk52xvatRInyLultJXuCFbO26DThDT8sGQpoPICfmbFE27Gf3NM8NN5I/Lig8iE6luy mDUWxP8IbX0ETycQtl32B6FfAWlX5fJDVnsCT+S1eoA4Aca9ndnverhvBs1fiYa7S5B8 1gOQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id l69si6991642pfk.180.2018.02.26.08.22.27; Mon, 26 Feb 2018 08:22:46 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751898AbeBZQVq convert rfc822-to-8bit (ORCPT + 99 others); Mon, 26 Feb 2018 11:21:46 -0500 Received: from hermes.aosc.io ([199.195.250.187]:33711 "EHLO hermes.aosc.io" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751952AbeBZQVp (ORCPT ); Mon, 26 Feb 2018 11:21:45 -0500 Received: from localhost (localhost [127.0.0.1]) (Authenticated sender: icenowy@aosc.io) by hermes.aosc.io (Postfix) with ESMTPSA id 78FB2582F7; Mon, 26 Feb 2018 16:21:42 +0000 (UTC) Date: Tue, 27 Feb 2018 00:21:05 +0800 In-Reply-To: <2676311.2IEVhXnSIE@jernej-laptop> References: <20180224214545.3740-1-jernej.skrabec@siol.net> <20180224214545.3740-15-jernej.skrabec@siol.net> <2676311.2IEVhXnSIE@jernej-laptop> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT Subject: Re: [linux-sunxi] [PATCH 14/15] ARM: dts: sun8i: h3: Enable HDMI output on H3 boards To: jernej.skrabec@siol.net, =?UTF-8?Q?Jernej_=C5=A0krabec?= , 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 From: Icenowy Zheng Message-ID: <4AA78C45-E139-417E-BE89-FE0BFBC409B0@aosc.io> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 于 2018年2月27日 GMT+08:00 上午12:16:44, "Jernej Škrabec" 写到: >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 BPi M2 Zero has miniHDMI connector. >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