Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754240AbaLVKpq (ORCPT ); Mon, 22 Dec 2014 05:45:46 -0500 Received: from regular3.263xmail.com ([211.157.153.2]:40386 "EHLO regular3.263xmail.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751957AbaLVKpo (ORCPT ); Mon, 22 Dec 2014 05:45:44 -0500 X-Greylist: delayed 532 seconds by postgrey-1.27 at vger.kernel.org; Mon, 22 Dec 2014 05:45:43 EST X-263anti-spam: KSV:0; X-MAIL-GRAY: 0 X-MAIL-DELIVERY: 1 X-KSVirus-check: 0 X-ABS-CHECKED: 4 X-ADDR-CHECKED: 0 X-RL-SENDER: wulf@rock-chips.com X-SENDER-IP: 104.167.231.20 X-LOGIN-NAME: wulf@rock-chips.com X-UNIQUE-TAG: <63bb135f9636a9b1b776a9daa95d8c45> X-ATTACHMENT-NUM: 0 X-DNS-TYPE: 0 From: Wu Liang feng To: heiko@sntech.de Cc: huangtao@rock-chips.com, kever.yang@rock-chips.com, eddie.cai@rock-chips.com, roy.li@rock-chips.com, zyw@rock-chips.com, jwerner@google.com, dianders@google.com, posciak@google.com, tfiga@google.com, linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org, Wu Liang feng Subject: [PATCH 1/2] dt-bindings: usb-ehci: Add an optional property "needs-reset-on-resume" Date: Mon, 22 Dec 2014 18:36:27 +0800 Message-Id: <1419244588-5227-2-git-send-email-wulf@rock-chips.com> X-Mailer: git-send-email 1.8.3.2 In-Reply-To: <1419244588-5227-1-git-send-email-wulf@rock-chips.com> References: <1419244588-5227-1-git-send-email-wulf@rock-chips.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add device-tree bindings for EHCI so we can use "needs-reset-on-resume" property to force EHCI reset after resume if necessary. This is necessary on platforms like rk3288 that need a reset after resume to detect if a device has been disconnected during suspend time. Signed-off-by: Wu Liang feng --- Documentation/devicetree/bindings/usb/usb-ehci.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/usb/usb-ehci.txt b/Documentation/devicetree/bindings/usb/usb-ehci.txt index 43c1a4e..0b04fdf 100644 --- a/Documentation/devicetree/bindings/usb/usb-ehci.txt +++ b/Documentation/devicetree/bindings/usb/usb-ehci.txt @@ -12,6 +12,7 @@ Optional properties: - big-endian-regs : boolean, set this for hcds with big-endian registers - big-endian-desc : boolean, set this for hcds with big-endian descriptors - big-endian : boolean, for hcds with big-endian-regs + big-endian-desc + - needs-reset-on-resume : boolean, set this to force EHCI reset after resume - clocks : a list of phandle + clock specifier pairs - phys : phandle + phy specifier pair - phy-names : "usb" -- 1.8.3.2 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/