Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: connector: Add pd-revision property

Add pd-revision property definition, to specify the maximum Power
Delivery Revision and Version supported by the connector.

Signed-off-by: Amit Sunil Dhamne <amitsd@google.com>
Reviewed-by: Rob Herring (Arm) <robh@kernel.org>
Link: https://lore.kernel.org/r/20241210-get_rev_upstream-v2-1-d0094e52d48f@google.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Amit Sunil Dhamne and committed by
Greg Kroah-Hartman
1ed73992 6fdc9432

+8
+7
Documentation/devicetree/bindings/connector/usb-connector.yaml
··· 293 293 PD negotiation till BC1.2 detection completes. 294 294 default: 0 295 295 296 + pd-revision: 297 + description: Specifies the maximum USB PD revision and version supported by 298 + the connector. This property is specified in the following order; 299 + <revision_major, revision_minor, version_major, version_minor>. 300 + $ref: /schemas/types.yaml#/definitions/uint8-array 301 + maxItems: 4 302 + 296 303 dependencies: 297 304 sink-vdos-v1: [ sink-vdos ] 298 305 sink-vdos: [ sink-vdos-v1 ]
+1
Documentation/devicetree/bindings/usb/maxim,max33359.yaml
··· 74 74 PDO_FIXED_DUAL_ROLE) 75 75 PDO_FIXED(9000, 2000, 0)>; 76 76 sink-bc12-completion-time-ms = <500>; 77 + pd-revision = /bits/ 8 <0x03 0x01 0x01 0x08>; 77 78 }; 78 79 }; 79 80 };