From: Kyle Tso Date: Fri, 12 Feb 2021 07:37:43 +0000 (+0800) Subject: Documentation: connector: Update the description of sink-vdos X-Git-Tag: accepted/tizen/unified/20230118.172025~7877^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4b59b60d896f3ed94921974e916db091bc3a9ba8;p=platform%2Fkernel%2Flinux-rpi.git Documentation: connector: Update the description of sink-vdos Remove the acronym "VDM" and replace it with the full name "Vendor Defined Message". Reviewed-by: Guenter Roeck Signed-off-by: Kyle Tso Link: https://lore.kernel.org/r/20210212073743.665038-1-kyletso@google.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/Documentation/devicetree/bindings/connector/usb-connector.yaml b/Documentation/devicetree/bindings/connector/usb-connector.yaml index d385026..ce11b20 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.