From patchwork Tue Feb 5 06:18:53 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Srinath Mannam X-Patchwork-Id: 1036455 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=devicetree-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=pass (p=quarantine dis=none) header.from=broadcom.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=broadcom.com header.i=@broadcom.com header.b="KsVeM1El"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 43tvYJ3Zlmz9sNG for ; Tue, 5 Feb 2019 17:19:16 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727385AbfBEGTP (ORCPT ); Tue, 5 Feb 2019 01:19:15 -0500 Received: from mail-ed1-f65.google.com ([209.85.208.65]:44087 "EHLO mail-ed1-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727843AbfBEGTP (ORCPT ); Tue, 5 Feb 2019 01:19:15 -0500 Received: by mail-ed1-f65.google.com with SMTP id y56so1885513edd.11 for ; Mon, 04 Feb 2019 22:19:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=broadcom.com; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=AK104Dr/qrW4/sFcXOd9y68fEzu0AcfzXkX+YAtBebU=; b=KsVeM1El9FDVE4wVpMDo3+uFExTe5bsQTBIf5wMoAdyp1okaxvtEv91IkWyckEoqjc J2JNVPjZ411OOPAe9goVzzEy6PXn3OS2TuRK5L9y79hQJlHPu8iwMIhyDTg2AJEXZ538 yB72oUIrtChUuhp7+h+EdhqQjzn7un94ih2Ks= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=AK104Dr/qrW4/sFcXOd9y68fEzu0AcfzXkX+YAtBebU=; b=BopSdOOPttsWjxUi3t0x/wRLVA2vFmjES8jf888g1eqxoeVmVb3G/MIHdLFohpUgaT e4M6D90/PJJMWEFZsxsftBOlBpk8f+SZOFkXPE9kSrCaJO+WIh4VQ1o0COFBfmH1uQhD yF8hxtyld++1ON5JjUiLuTZzIFZgCifDP+g6PcbciWW/khN9zRmJhbD5+C44Jv6C84Wi DccOd92puBycpFaM79/wI0sMkDcaGNlkhMg9hYxvLgQNgInzoVHAT/VrreIg0JUME60l KcZr1+zyWPobby51nyZ30sfj/mSOxEFNgzLQpBqcmAIPfaHwEs7pR3a7BNS/4GR6AaAo SGJw== X-Gm-Message-State: AHQUAuZT26GrgitmHbjHJ1NpKkdyajEQ1etMqqsnsPft0lcXgw6dQWK2 qtg/p8Aj6hzZ5npGwJSDMuJx0A== X-Google-Smtp-Source: AHgI3IZo94iE/x/23FLD8i0N49E2GcOuXzOPPK3EVLGZVOygjemZMvUMnD9X1rPoD1rBXGfxj5Kxmw== X-Received: by 2002:a50:af43:: with SMTP id g61mr2408690edd.286.1549347553694; Mon, 04 Feb 2019 22:19:13 -0800 (PST) Received: from mannams-OptiPlex-7010.dhcp.broadcom.net ([192.19.234.250]) by smtp.gmail.com with ESMTPSA id t26sm2835120ejs.48.2019.02.04.22.19.09 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 04 Feb 2019 22:19:13 -0800 (PST) From: Srinath Mannam To: Greg Kroah-Hartman , Mathias Nyman , Rob Herring , Mark Rutland Cc: linux-usb@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Srinath Mannam Subject: [PATCH 1/2] dt-bindings: usb-xhci: Add usb-phy-port-reset property Date: Tue, 5 Feb 2019 11:48:53 +0530 Message-Id: <1549347534-11320-2-git-send-email-srinath.mannam@broadcom.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1549347534-11320-1-git-send-email-srinath.mannam@broadcom.com> References: <1549347534-11320-1-git-send-email-srinath.mannam@broadcom.com> Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Add usb-phy-port-reset optional property to set quirk in xhci platform driver which forces USB port PHY reset on port disconnect event. Signed-off-by: Srinath Mannam Reviewed-by: Ray Jui --- Documentation/devicetree/bindings/usb/usb-xhci.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/usb/usb-xhci.txt b/Documentation/devicetree/bindings/usb/usb-xhci.txt index fea8b15..ecbdb15 100644 --- a/Documentation/devicetree/bindings/usb/usb-xhci.txt +++ b/Documentation/devicetree/bindings/usb/usb-xhci.txt @@ -40,6 +40,7 @@ Optional properties: - usb3-lpm-capable: determines if platform is USB3 LPM capable - quirk-broken-port-ped: set if the controller has broken port disable mechanism - imod-interval-ns: default interrupt moderation interval is 5000ns + - usb-phy-port-reset: set this to do USB PORT PHY reset while disconnect - phys : see usb-hcd.txt in the current directory additionally the properties from usb-hcd.txt (in the current directory) are