Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp1418517imu; Wed, 16 Jan 2019 19:29:32 -0800 (PST) X-Google-Smtp-Source: ALg8bN7E9ytOX28xjHbriimHez4itgecNo/ywuoNcTpha/s3TuuIEIAHz8yH2+3pdrN8vSyBiW7L X-Received: by 2002:a17:902:d891:: with SMTP id b17mr13475540plz.80.1547695771959; Wed, 16 Jan 2019 19:29:31 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1547695771; cv=none; d=google.com; s=arc-20160816; b=BIaz3x34s9mYeSp4mBZNVxxc7mxxfQBjxbxitEcGrG+wIEXFj+T2zFWSeyX1jtt7d1 O7p+/OejaI3VMDdEID11wkWY50RjBj6qWGV8zeJQBPDILHvuscJeGIUjn39Wsaj53wNR EvO3GXI73Cf+4HgWNI/JOneU6SoRxu+Ro8GgGU3vx/73XMjHvEgSW8VKTn+x+3/vP5u2 32Ll1mO8k9ArNCh5zz7PX6fn6q0u9nKMuaXLDNf8jISDUeePCZTPY4sPcszb3HQg0mGg XMvG9RLmLyGJIKSPkapOj1zPGyMw2g90VnsML/WRkwxdDui23EtIzMBxKuuIcVZvJZF1 T8KQ== 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:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=j8GatyCduWzhPmkRFmayUwXpQZPWT1IlgpXMb9qVsk0=; b=IoXGxmwCyIChwG7yMw8QM7fTwd48D1Cs0BuCKXR3WNbDNFwx2pMX8AhFLJQcMFOppc gfmLetiRgza0IMAWCKMGrsc93n9ADNwnJllB+rsajQr0zsEi2T4vZVHcoVqcCRQI+Uj6 t6cgKqLnZivs0BBvC7Q7FfekWLEFWZ1cKYx7tHLov+IVLPWhGiK0T6yTrGbGeA0jnQiV 4wJS/fnouzL+JiOMxc5jZ65IeNAT5PC6ckDnfxEu2b74DnPy+1tY/4prinX1s07xXYbs rbDi9c7LVyRWil3fH8F1RNZAqLZ7g6Z+6yFiR47YKSMgnqby7JNXttcvqX6Sl4nQAoyJ 53aQ== 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 z31si370262plb.402.2019.01.16.19.29.13; Wed, 16 Jan 2019 19:29:31 -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 S2392213AbfAPLLi (ORCPT + 99 others); Wed, 16 Jan 2019 06:11:38 -0500 Received: from mx1.emlix.com ([46.4.235.150]:50216 "EHLO mx1.emlix.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730062AbfAPLLh (ORCPT ); Wed, 16 Jan 2019 06:11:37 -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 633FD25EF98; Wed, 16 Jan 2019 12:11:35 +0100 (CET) From: Philipp Puschmann To: gregkh@linuxfoundation.org Cc: robh+dt@kernel.org, mark.rutland@arm.com, Peter.Chen@nxp.com, linux-usb@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Philipp Puschmann Subject: [PATCH v3 1/2] dt-bindings: usb: ci-hdrc-usb2: add property power-active-high Date: Wed, 16 Jan 2019 12:11:32 +0100 Message-Id: <20190116111133.31326-1-philipp.puschmann@emlix.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190116105103.28842-2-philipp.puschmann@emlix.com> References: <20190116105103.28842-2-philipp.puschmann@emlix.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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. 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