FROMLIST: arm64: dts: qcom: lemans: enable EUD support#543
FROMLIST: arm64: dts: qcom: lemans: enable EUD support#543akakum-qualcomm wants to merge 1 commit into
Conversation
Test Matrix
|
Test Matrix
|
sgaud-quic
left a comment
There was a problem hiding this comment.
Please fix :
No associated change tasks found for CR [4526711](https://orbit//CR/4526711) on any of the following entities: kernel.qli.2.0.
Please ensure the CR has a change task associated with at least one of the entities for this branch.
Test Matrix
|
Done. |
shashim-quic
left a comment
There was a problem hiding this comment.
Link: https://lore.kernel.org/all/20260501170635.2641748-1-elson.serrao@oss.qualcomm.com/
unable to locate this change in lore, please fix the link.
please check this |
Add the EUD controller node in lemans.dtsi and update the USB HS endpoint routing on lemans-evk to pass through EUD instead of linking the connector directly to usb_0_dwc3_hs. Wire the OF graph endpoints between the connector, EUD and DWC3 HS controller to enable the EUD path on lemans EVK. Link: https://lore.kernel.org/all/20260512091422.1395490-1-akash.kumar@oss.qualcomm.com/ Signed-off-by: Akash Kumar <akakum@qti.qualcomm.com>
e441cff to
f3d7a90
Compare
shashim-quic
left a comment
There was a problem hiding this comment.
Two DTS formatting issues need to be fixed before merging (see inline comments).
| #address-cells = <1>; | ||
| #size-cells = <0>; | ||
|
|
||
| port@0 { |
There was a problem hiding this comment.
port@0 is indented with 3 tabs but should be 4 tabs to match port@1.
| port@0 { | |
| port@0 { |
| }; | ||
|
|
||
| &eud_con { | ||
| remote-endpoint = <&usb0_con_hs_ep>; |
There was a problem hiding this comment.
Indentation uses 7 spaces instead of a tab. Kernel DTS files use tabs throughout.
| remote-endpoint = <&usb0_con_hs_ep>; | |
| remote-endpoint = <&usb0_con_hs_ep>; |
Add the EUD controller node in lemans.dtsi and update the USB HS endpoint routing on lemans-evk to pass through EUD instead of linking the connector directly to usb_0_dwc3_hs.
Wire the OF graph endpoints between the connector, EUD and DWC3 HS controller to enable the EUD path on lemans EVK.
Link: https://lore.kernel.org/all/20260512091422.1395490-1-akash.kumar@oss.qualcomm.com/
CRs-Fixed: 4526711