commit | c5df75fe51f8d3e4a661a9853cd8a36cc70efa56 | [log] [tgz] |
---|---|---|
author | Sinthu Raja <sinthu.raja@ti.com> | Mon Mar 13 18:12:23 2023 +0530 |
committer | Tom Rini <trini@konsulko.com> | Wed Mar 29 13:30:29 2023 -0400 |
tree | f29855a081db01571e85b3048cf4c4bbdb5e4d49 | |
parent | cae1ae845ee454f0b9e140170dab88e95cb263a9 [diff] |
phy: ti: j721e-wiz: Manage TypeC lane swap if typec-dir-gpios not specified It's possible that the Type-C plug orientation on the DIR line will be implemented through hardware design. In that situation, there won't be an external GPIO line available, but the driver still needs to address this since the DT won't use the typec-dir-gpios property. Add code to handle LN10 Type-C swap if typec-dir-gpios property is not specified in DT. Signed-off-by: Sinthu Raja <sinthu.raja@ti.com>