From patchwork Fri Feb 12 07:37:43 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kyle Tso X-Patchwork-Id: 12084903 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-26.3 required=3.0 tests=BAYES_00,DKIMWL_WL_MED, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_GIT,USER_IN_DEF_DKIM_WL autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 13EBBC433DB for ; Fri, 12 Feb 2021 07:39:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D68B264E6B for ; Fri, 12 Feb 2021 07:39:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230106AbhBLHj3 (ORCPT ); Fri, 12 Feb 2021 02:39:29 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34660 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229899AbhBLHij (ORCPT ); Fri, 12 Feb 2021 02:38:39 -0500 Received: from mail-qt1-x84a.google.com (mail-qt1-x84a.google.com [IPv6:2607:f8b0:4864:20::84a]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 716C8C061574 for ; Thu, 11 Feb 2021 23:37:59 -0800 (PST) Received: by mail-qt1-x84a.google.com with SMTP id d10so6347093qtx.8 for ; Thu, 11 Feb 2021 23:37:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20161025; h=sender:date:message-id:mime-version:subject:from:to:cc; bh=86/r1w8AVTRm2mUBh5ZQSxhf8FoO+Vil3SuoG2iyfTY=; b=V23M1TeR3noOk3BE0V19VrnOGA9gG2IcmnBnEy9pNOkqck6+pEyqMigvQameu43rWt vcdTh3pMUS0WujWsFVaSc3qakqq6xGbOrkXlv9AmGN1uN3QA+7kWk/FIFuQSsIlmwxy+ TWd3S3Gqe9J7shFtTwJ4v6yNqMwsYtbP+5hBniewT24eRMFvspPoaD9IFmOJafarqZgH HjB+T2/hsBmgS+U3KeD1uUkW4yBqrmWz8kJtmXd+n5gf2RQb4T9xYvg3cKG7bbnOHlI2 vPGa01YKORZyU7jZpqc2eJLOEDdAW4YsjnvQEs7+d9hPtwLDw3YvK1nKU7rVLnBR2VLe E+3g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:date:message-id:mime-version:subject:from :to:cc; bh=86/r1w8AVTRm2mUBh5ZQSxhf8FoO+Vil3SuoG2iyfTY=; b=U8pSrZnNQYPYmHtnW/aJhjXcFB6GG7i0dnJxcaVapi/gFCkzg9uWMOEBPTA0R+k0Pp iJ0mcfc0N4Fucc/q95FzKcekqJwn8jZN/HWXC0omBC60J7YRqTixEXUujDkIEjoyfEPo +4f/jAj46oT2BFgEuOAwyQTV++5XbSwR93c+zad9zlaNEUeXWCNgCW6P4WltCt010Yp1 ReyBR8xQsTFCvXVm+tzRQ5UwlHzFEZUiBuyBCuH/RKuYpXI5w+xIwpXb6I3tYPi4et3I m5cEClYFC9LhOp9mRT7N5IGWkOfsA2ivPXxU4H6c7NtToDt6Xca7hwy2TSZD8PQrLsA+ 2Apg== X-Gm-Message-State: AOAM530syHvtXmlC5Bc+PtGN5FL++koPeb6XE+8qZGIq/jXXGA8s7Pzr OUcH4kDAhT2RPTJjFFDEuFaXcgbONSGr X-Google-Smtp-Source: ABdhPJxPF/gMnSJbfHML/adezcmOAKOVDK+G/gI97p1/TAD61QPT+pFVAI9xolzHZFUJPlUyRhbfSw/HmelY Sender: "kyletso via sendgmr" X-Received: from kyletso.ntc.corp.google.com ([2401:fa00:fc:202:31d1:1430:2fe:5498]) (user=kyletso job=sendgmr) by 2002:ad4:584b:: with SMTP id de11mr1529000qvb.13.1613115478574; Thu, 11 Feb 2021 23:37:58 -0800 (PST) Date: Fri, 12 Feb 2021 15:37:43 +0800 Message-Id: <20210212073743.665038-1-kyletso@google.com> Mime-Version: 1.0 X-Mailer: git-send-email 2.30.0.478.g8a0d178c01-goog Subject: [PATCH] Documentation: connector: Update the description of sink-vdos From: Kyle Tso To: robh+dt@kernel.org, linux@roeck-us.net, heikki.krogerus@linux.intel.com, gregkh@linuxfoundation.org Cc: badhri@google.com, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Kyle Tso Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org Remove the acronym "VDM" and replace it with the full name "Vendor Defined Message". Signed-off-by: Kyle Tso Reviewed-by: Guenter Roeck --- .../devicetree/bindings/connector/usb-connector.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Documentation/devicetree/bindings/connector/usb-connector.yaml b/Documentation/devicetree/bindings/connector/usb-connector.yaml index d385026944ec..ce11b2027199 100644 --- a/Documentation/devicetree/bindings/connector/usb-connector.yaml +++ b/Documentation/devicetree/bindings/connector/usb-connector.yaml @@ -138,9 +138,10 @@ properties: $ref: /schemas/types.yaml#/definitions/uint32-array sink-vdos: - description: An array of u32 with each entry (VDM Objects) providing additional information - corresponding to the product, the detailed bit definitions and the order of each VDO can be - found in "USB Power Delivery Specification Revision 3.0, Version 2.0 + ECNs 2020-12-10" + description: An array of u32 with each entry, a Vendor Defined Message Object (VDO), + providing additional information corresponding to the product, the detailed bit + definitions and the order of each VDO can be found in + "USB Power Delivery Specification Revision 3.0, Version 2.0 + ECNs 2020-12-10" chapter 6.4.4.3.1 Discover Identity. User can specify the VDO array via VDO_IDH/_CERT/_PRODUCT/_UFP/_DFP/_PCABLE/_ACABLE(1/2)/_VPD() defined in dt-bindings/usb/pd.h.