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: 381996 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=unavailable 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 D99B5C433E0 for ; Fri, 12 Feb 2021 07:40:01 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id AA33064E57 for ; Fri, 12 Feb 2021 07:40:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230056AbhBLHj2 (ORCPT ); Fri, 12 Feb 2021 02:39:28 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34662 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229904AbhBLHij (ORCPT ); Fri, 12 Feb 2021 02:38:39 -0500 Received: from mail-qt1-x849.google.com (mail-qt1-x849.google.com [IPv6:2607:f8b0:4864:20::849]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 79946C061756 for ; Thu, 11 Feb 2021 23:37:59 -0800 (PST) Received: by mail-qt1-x849.google.com with SMTP id o90so4443412qtd.9 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=Q5AxLzB787i7IL+yNdSIEHr1aBSjEGhwrErxQwgRny59UddbDCNnERw/QjpEP922+9 aDQMqFwrTDlt7v3Fzc0S8Yg/YSJPVWpaM+Pch0vdS/O/nS0W+kIXaT8Nccxy0bpjZHCg 6becy0yoQUacPN/Mr0caAONY8qNZs++ug6yvAUm03uz8wY/GCL1Beay4pX0O8AM7jQqq iFYn/A65yje7xWjJFPifmueDtjLWqxVNYhPmpE2ZVLiLKjaQTr5u1PX2Fu68gdsoimuB mDBxa/7fP4L7G4TAP423c9sVLUWm+PzVnTws7zDVbhJRX6c+qnnUDe7TRgrbCm5WmIbA F7uw== X-Gm-Message-State: AOAM533217li9J4F5HW7C8NEkTb6FN6B4G3k6DWQ7vwFvR1OrENs9520 EKuVW/dwg+Q9C6sIlIMZIgiJtpAOJybl 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: devicetree@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.