Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp6512248imu; Mon, 21 Jan 2019 10:09:08 -0800 (PST) X-Google-Smtp-Source: ALg8bN7IvKbeMYJQT7dwSI1YXqSIEu8SmWMmul0ci1eDK1zxPoSvJgesXPOQefJf9iBV9z85tN/S X-Received: by 2002:a63:af52:: with SMTP id s18mr29140251pgo.385.1548094148637; Mon, 21 Jan 2019 10:09:08 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1548094148; cv=none; d=google.com; s=arc-20160816; b=ZteczY+tfngcEJiAtU4USfZat8D57z1Dsv7vPwM36BSl4C5+vrE9hglGR76Ad8xUzy 2Fx0prHXjvz8GiEK7pp5EEpm5y7+EJAvT7CONIxF6XPLDgstnL+iPPuay/KST83YstcL m55TCuyjFkyXKKKgD/k6Z6s8W4x2NNYrGuxDLREHIANyrK8qZsVeE7PTEMEr30tmPGTn zAOLrQDRnvDoC6S7oPp16Rpf9EaXbhjA91CELs9a47pbPbD+nGgRuvTgbq+swekHVA76 Dh9EZtAj/wl1i7Bir7A72B0MtMTR1rVJ+Eb1Q2H0dtXi0B3V4ENomh3z0WSxgOKKH5JB nQLw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding :content-language:in-reply-to:mime-version:user-agent:date :message-id:openpgp:from:references:cc:to:subject; bh=fCVI2iwTstM6JgUB24R/2DNm60G/tiuudES3u5ZhuZg=; b=qR2HA37uQuGpJCrjtrxotUWiOX+I++XTn+0EVjzOZCNwDP+9yE+suKhkrNrr/fM6X7 HYd/RSwvgET+n7tafCsQvi/UmMtOPnbqFXYuHpO6ljtWV6BH0+FHUJtZ0e4MjNHD5cM3 akE+WfpxEZLp0r6NHGuXUa/SHCuCpu/Ay9l8Y71dWVJuuOUJRl67gN8erzVxp5g8KNGl d7pCxTzxZ1WIT4Ym0VhSqxcdcWRZb0oGUGOTbK4jb37oOpsCZLrCiDN6hgFusJfTl9SL dRtO+tv4whm200bV8oV41sz7Wm+w3j2eCtZtSFPVEg9yENpNe/NnAM7Wro2gPLCyEyN0 xTZQ== 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 b7si13233755plb.234.2019.01.21.10.08.52; Mon, 21 Jan 2019 10:09:08 -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 S1727691AbfAUSGl (ORCPT + 99 others); Mon, 21 Jan 2019 13:06:41 -0500 Received: from mx1.emlix.com ([46.4.235.150]:55386 "EHLO mx1.emlix.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726112AbfAUSGl (ORCPT ); Mon, 21 Jan 2019 13:06:41 -0500 Received: from mailer.emlix.com (unknown [81.20.119.6]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.emlix.com (Postfix) with ESMTPS id BDEA525F0C1; Mon, 21 Jan 2019 19:00:39 +0100 (CET) Subject: Re: [PATCH v3 1/2] dt-bindings: usb: ci-hdrc-usb2: add property power-active-high To: Peter Chen , Philipp Puschmann , "gregkh@linuxfoundation.org" Cc: "robh+dt@kernel.org" , "mark.rutland@arm.com" , "linux-usb@vger.kernel.org" , "devicetree@vger.kernel.org" , "linux-kernel@vger.kernel.org" References: <20190116105103.28842-2-philipp.puschmann@emlix.com> <20190116111133.31326-1-philipp.puschmann@emlix.com> From: Philipp Puschmann Openpgp: preference=signencrypt Message-ID: <7d0da12b-0173-aca1-b0eb-78a00681d35d@emlix.com> Date: Mon, 21 Jan 2019 19:00:39 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: de-DE Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Peter, Am 17.01.19 um 08:01 schrieb Peter Chen: > >> >> The i.MX6q/dl USB controller may drive the usb power line directly, but the polarity >> depends on the board. Reset state of the polarity is low-active so add this property >> to allow it to be high-active. >> > > As far as I know, most of i.mx USB controllers (except imx28/23, but they don't have non-core registers) > work like this, and most of them are low active for PP default. Would you just use "i.mx" at > both your code and your comment? Am i right that i have to add my code block to (nearly) all other version specific init functions then? Will do so in next days and then send a v4 of this patch. > > Peter > >> Signed-off-by: Philipp Puschmann >> --- >> Changes in v3: add description >> --- >> Documentation/devicetree/bindings/usb/ci-hdrc-usb2.txt | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/Documentation/devicetree/bindings/usb/ci-hdrc-usb2.txt >> b/Documentation/devicetree/bindings/usb/ci-hdrc-usb2.txt >> index adae82385dd6..8696e3eff6e7 100644 >> --- a/Documentation/devicetree/bindings/usb/ci-hdrc-usb2.txt >> +++ b/Documentation/devicetree/bindings/usb/ci-hdrc-usb2.txt >> @@ -93,6 +93,7 @@ i.mx specific properties >> - over-current-active-low: over current signal polarity is active low. >> - over-current-active-high: over current signal polarity is active high. >> It's recommended to specify the over current polarity. >> +- power-active-high: power signal polarity is high active (only for >> +imx6q/dl) >> - external-vbus-divider: enables off-chip resistor divider for Vbus >> >> Example: >> -- >> 2.20.1 >