From patchwork Mon Jan 13 06:00:46 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: JC Kuo X-Patchwork-Id: 1221969 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=linux-tegra-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=pass (p=none dis=none) header.from=nvidia.com Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=nvidia.com header.i=@nvidia.com header.a=rsa-sha256 header.s=n1 header.b=lriEWlQs; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 47x2yH4PjFz9s29 for ; Mon, 13 Jan 2020 17:00:55 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730687AbgAMGAw (ORCPT ); Mon, 13 Jan 2020 01:00:52 -0500 Received: from hqnvemgate26.nvidia.com ([216.228.121.65]:18839 "EHLO hqnvemgate26.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726475AbgAMGAv (ORCPT ); Mon, 13 Jan 2020 01:00:51 -0500 Received: from hqpgpgate102.nvidia.com (Not Verified[216.228.121.13]) by hqnvemgate26.nvidia.com (using TLS: TLSv1.2, DES-CBC3-SHA) id ; Sun, 12 Jan 2020 22:00:31 -0800 Received: from hqmail.nvidia.com ([172.20.161.6]) by hqpgpgate102.nvidia.com (PGP Universal service); Sun, 12 Jan 2020 22:00:50 -0800 X-PGP-Universal: processed; by hqpgpgate102.nvidia.com on Sun, 12 Jan 2020 22:00:50 -0800 Received: from HQMAIL109.nvidia.com (172.20.187.15) by HQMAIL111.nvidia.com (172.20.187.18) with Microsoft SMTP Server (TLS) id 15.0.1473.3; Mon, 13 Jan 2020 06:00:50 +0000 Received: from hqnvemgw03.nvidia.com (10.124.88.68) by HQMAIL109.nvidia.com (172.20.187.15) with Microsoft SMTP Server (TLS) id 15.0.1473.3 via Frontend Transport; Mon, 13 Jan 2020 06:00:50 +0000 Received: from jckuo-lt.nvidia.com (Not Verified[10.19.108.118]) by hqnvemgw03.nvidia.com with Trustwave SEG (v7, 5, 8, 10121) id ; Sun, 12 Jan 2020 22:00:50 -0800 From: JC Kuo To: , , , CC: , , , , , JC Kuo Subject: [PATCH v1] dt-binding: usb: add "super-speed-plus" Date: Mon, 13 Jan 2020 14:00:46 +0800 Message-ID: <20200113060046.14448-1-jckuo@nvidia.com> X-Mailer: git-send-email 2.17.1 X-NVConfidentiality: public MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nvidia.com; s=n1; t=1578895231; bh=RIrMJ3U8mxtLMCKPdAwhUjbmNPuOINjinnOtxdHqqwQ=; h=X-PGP-Universal:From:To:CC:Subject:Date:Message-ID:X-Mailer: X-NVConfidentiality:MIME-Version:Content-Type; b=lriEWlQsyplWRBZsxy1+WPHhQ43hi/hmfiF600yYu7oc0lSpqRhrDkR/7pejc/Ytt +7CKED2RtfKqDJE4Npvoz8vlp7RsqBxSflwmOmq2edEclZ2A00Ves0reabtZRA2TMa Ns7kmS4GdqqaJSuKZMu8Zil0oHLos43hFtFX8lDiZJ1WhCTXuz/xE7QhuhXbgkJGlk OABr8TjK6jGoOlDEBS4w68ZZpdgoHW/I8CZRCdJax5oS3Xqvpk+4Bm4lwqhG0fquEF giCpwAbGG1/X5KfGg3vyugmXlwnqj/pHWkzfmR0mldt//56bOZovvd92eBkSnvmeUY BphUzzI4+YyJQ== Sender: linux-tegra-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-tegra@vger.kernel.org This commit adds "super-speed-plus" to valid argument list of "maximum-speed" property. Signed-off-by: JC Kuo --- Documentation/devicetree/bindings/usb/generic.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Documentation/devicetree/bindings/usb/generic.txt b/Documentation/devicetree/bindings/usb/generic.txt index cf5a1ad456e6..e6790d2a4da9 100644 --- a/Documentation/devicetree/bindings/usb/generic.txt +++ b/Documentation/devicetree/bindings/usb/generic.txt @@ -2,10 +2,11 @@ Generic USB Properties Optional properties: - maximum-speed: tells USB controllers we want to work up to a certain - speed. Valid arguments are "super-speed", "high-speed", - "full-speed" and "low-speed". In case this isn't passed - via DT, USB controllers should default to their maximum - HW capability. + speed. Valid arguments are "super-speed-plus", + "super-speed", "high-speed", "full-speed" and + "low-speed". In case this isn't passed via DT, USB + controllers should default to their maximum HW + capability. - dr_mode: tells Dual-Role USB controllers that we want to work on a particular mode. Valid arguments are "host", "peripheral" and "otg". In case this attribute isn't