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

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: phy: tegra-xusb: Document Type C support

Each XUSB PHY can be hooked up to a Type C controller via a port
property, so document this in the bindings accordingly.

Reviewed-by: Rob Herring (Arm) <robh@kernel.org>
Signed-off-by: Thierry Reding <treding@nvidia.com>

+38 -1
+38 -1
Documentation/devicetree/bindings/phy/nvidia,tegra194-xusb-padctl.yaml
··· 230 230 connector: 231 231 type: object 232 232 233 + port: 234 + description: connection to a USB Type C controller 235 + $ref: /schemas/graph.yaml#/properties/port 236 + 233 237 mode: 234 238 description: A string that determines the mode in which to 235 239 run the port. ··· 260 256 voltage. 261 257 262 258 dependencies: 263 - usb-role-switch: [ connector ] 259 + usb-role-switch: 260 + oneOf: 261 + - required: 262 + - connector 263 + - required: 264 + - port 264 265 265 266 usb2-1: 266 267 type: object ··· 276 267 # that binding to be selected for the subnode 277 268 connector: 278 269 type: object 270 + 271 + port: 272 + description: connection to a USB Type C controller 273 + $ref: /schemas/graph.yaml#/properties/port 279 274 280 275 mode: 281 276 description: A string that determines the mode in which to ··· 319 306 connector: 320 307 type: object 321 308 309 + port: 310 + description: connection to a USB Type C controller 311 + $ref: /schemas/graph.yaml#/properties/port 312 + 322 313 mode: 323 314 description: A string that determines the mode in which to 324 315 run the port. ··· 360 343 # that binding to be selected for the subnode 361 344 connector: 362 345 type: object 346 + 347 + port: 348 + description: connection to a USB Type C controller 349 + $ref: /schemas/graph.yaml#/properties/port 363 350 364 351 mode: 365 352 description: A string that determines the mode in which to ··· 426 405 description: A phandle to the regulator supplying the VBUS 427 406 voltage. 428 407 408 + port: 409 + description: connection to a USB Type C controller 410 + $ref: /schemas/graph.yaml#/properties/port 411 + 429 412 usb3-1: 430 413 type: object 431 414 additionalProperties: false ··· 462 437 vbus-supply: 463 438 description: A phandle to the regulator supplying the VBUS 464 439 voltage. 440 + 441 + port: 442 + description: connection to a USB Type C controller 443 + $ref: /schemas/graph.yaml#/properties/port 465 444 466 445 usb3-2: 467 446 type: object ··· 500 471 description: A phandle to the regulator supplying the VBUS 501 472 voltage. 502 473 474 + port: 475 + description: connection to a USB Type C controller 476 + $ref: /schemas/graph.yaml#/properties/port 477 + 503 478 usb3-3: 504 479 type: object 505 480 additionalProperties: false ··· 536 503 vbus-supply: 537 504 description: A phandle to the regulator supplying the VBUS 538 505 voltage. 506 + 507 + port: 508 + description: connection to a USB Type C controller 509 + $ref: /schemas/graph.yaml#/properties/port 539 510 540 511 additionalProperties: false 541 512