Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp769911imm; Wed, 11 Jul 2018 10:37:37 -0700 (PDT) X-Google-Smtp-Source: AAOMgpd2edxqVEcNy0LyqakR/VREtQT0tGp4Uz7odJ1MBW/FENnNTWktqPUBcPd3FhLCTgeC5RCK X-Received: by 2002:a17:902:7581:: with SMTP id j1-v6mr5835724pll.218.1531330657749; Wed, 11 Jul 2018 10:37:37 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1531330657; cv=none; d=google.com; s=arc-20160816; b=xOU0qxqcQu2XbA8ZXejfuYLwKFy5qOe8MdHoc2pkwFM2ZGrm2IZW6Ks7iLLLFXZkSR eKSSBOx7Y4vSBCWFqjG8/zNSBolJR3weCvcwYfjrM/vEv36eIEFvWpKhRjslF0becOGe cGweHK1n2YnR4Jv87czFRWfhhy6j5fP+j4k1Q9DffTwSNMugbi6xXotY9GHxb+IQ3d6k GUGQ5u3KwZ0cWHkw0XgxT6QqanIM2HO8eTUOrVT+z5+5jHsibnD56pKNeKlVJcYfIEEB dZVTf7tFPXBOh8BI3y02yWTE4wqP509UXQY7dzIfP2djUGYAvJrQKNx1RhIDNgPmjq+k 8iSg== 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=M5MLlfFx6UubGTHcJvQYSD97xvz0i8lJeiyFg/x/tSQ=; b=hfcFK7ie8dAGTAjZvhx54WW1mfLyLs+i1uL+31f++Kck5QWhmp4rT9aURjKNUGEbTS 7QBPnHYTIY7qpBmHICuBmn5XWImh65in8o3Kqn0X7UHcnmRyEnvNLgJNaeuEfv4OxqzV PJe4AeF61D2qI43l8PMbOy5uY2uznJZD5DX2+JDyjfHT5q9z7DV/o+YxgVbhgYXvB8tG pm38mqb129YaeFmZMLd6gDyRWnza0XNrqzKrNxjDHEFZekFH4SHJ7o0gk1GfI2rbSL12 H1Bid4mfaB2VOZvSN6eLrpkNC15vXaj2rjifYIgTQ75AngY0f2ya3uHtCJEsw60SojGa 44Aw== 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 s197-v6si18177164pgs.637.2018.07.11.10.37.22; Wed, 11 Jul 2018 10:37:37 -0700 (PDT) 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 S2388981AbeGKPVx convert rfc822-to-8bit (ORCPT + 99 others); Wed, 11 Jul 2018 11:21:53 -0400 Received: from hermes.aosc.io ([199.195.250.187]:35007 "EHLO hermes.aosc.io" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726393AbeGKPVx (ORCPT ); Wed, 11 Jul 2018 11:21:53 -0400 Received: from localhost (localhost [127.0.0.1]) (Authenticated sender: icenowy@aosc.io) by hermes.aosc.io (Postfix) with ESMTPSA id DCC0562CDF; Wed, 11 Jul 2018 15:16:53 +0000 (UTC) Date: Wed, 11 Jul 2018 23:15:50 +0800 In-Reply-To: <20180711150532.6gzm7krouriddreh@flea> References: <20180711132233.42301-1-icenowy@aosc.io> <20180711132233.42301-2-icenowy@aosc.io> <20180711150532.6gzm7krouriddreh@flea> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT Subject: Re: [linux-sunxi] Re: [PATCH 1/2] ARM: sun8i: h3: enable HDMI output on Banana Pi M2 Zero To: maxime.ripard@bootlin.com, Maxime Ripard CC: Chen-Yu Tsai , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-sunxi@googlegroups.com From: Icenowy Zheng Message-ID: <8F6CDF5C-2AC1-43EC-858A-5C6345CF279A@aosc.io> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 于 2018年7月11日 GMT+08:00 下午11:05:32, Maxime Ripard 写到: >Hi, > >On Wed, Jul 11, 2018 at 09:22:32PM +0800, Icenowy Zheng wrote: >> Banana Pi M2 Zero board has a miniHDMI port connected to the HDMI >> controller of Allwinner H3 SoC. >> >> Enable the HDMI output in Banana Pi M2 Zero device tree. >> >> Signed-off-by: Icenowy Zheng >> --- >> .../dts/sun8i-h2-plus-bananapi-m2-zero.dts | 25 >+++++++++++++++++++ >> 1 file changed, 25 insertions(+) >> >> diff --git a/arch/arm/boot/dts/sun8i-h2-plus-bananapi-m2-zero.dts >b/arch/arm/boot/dts/sun8i-h2-plus-bananapi-m2-zero.dts >> index 7d01f9322658..eb61dcf32797 100644 >> --- a/arch/arm/boot/dts/sun8i-h2-plus-bananapi-m2-zero.dts >> +++ b/arch/arm/boot/dts/sun8i-h2-plus-bananapi-m2-zero.dts >> @@ -26,6 +26,17 @@ >> stdout-path = "serial0:115200n8"; >> }; >> >> + hdmi-connector { >> + compatible = "hdmi-connector"; >> + type = "c"; > >This is not one of the connector type declared in DRM, how is it >exposed to the userspace? So just use "A" here (because of single link)? > >Maxime