diff mbox series

Documentation: connector: Update the description of sink-vdos

Message ID 20210212073743.665038-1-kyletso@google.com
State Not Applicable, archived
Headers show
Series Documentation: connector: Update the description of sink-vdos | expand

Checks

Context Check Description
robh/checkpatch success

Commit Message

Kyle Tso Feb. 12, 2021, 7:37 a.m. UTC
Remove the acronym "VDM" and replace it with the full name "Vendor
Defined Message".

Signed-off-by: Kyle Tso <kyletso@google.com>
---
 .../devicetree/bindings/connector/usb-connector.yaml       | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Comments

Guenter Roeck Feb. 12, 2021, 3:21 p.m. UTC | #1
On Fri, Feb 12, 2021 at 03:37:43PM +0800, Kyle Tso wrote:
> Remove the acronym "VDM" and replace it with the full name "Vendor
> Defined Message".
> 
> Signed-off-by: Kyle Tso <kyletso@google.com>

Reviewed-by: Guenter Roeck <linux@roeck-us.net>

> ---
>  .../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.
> -- 
> 2.30.0.478.g8a0d178c01-goog
>
diff mbox series

Patch

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.