Merge changes I2e3b6b1c,I59992c0f into kernel.lnx.6.6.r1-rel

* changes:
  ARM: dts: msm: Enable UCSI nodes for Tuna USB
  ARM: dts: msm: Remove usb_nop from tuna rumi
This commit is contained in:
Linux Build Service Account
2024-11-27 03:20:40 -08:00
committed by Gerrit - the friendly Code Review server
3 changed files with 13 additions and 3 deletions

View File

@@ -15,9 +15,6 @@
};
&soc {
usb_nop_phy: usb_nop_phy {
compatible = "usb-nop-xceiv";
};
usb_emuphy: phy@a784000 {
compatible = "qcom,usb-emu-phy";

View File

@@ -90,6 +90,12 @@
maximum-speed = "super-speed-plus";
usb-role-switch;
};
port {
usb_port0: endpoint {
remote-endpoint = <&usb_port0_connector>;
};
};
};
dwc3_mem_region: dwc3_mem_region {

View File

@@ -2608,6 +2608,13 @@
ucsi: qcom,ucsi {
compatible = "qcom,ucsi-glink";
connector {
port {
usb_port0_connector: endpoint {
remote-endpoint = <&usb_port0>;
};
};
};
};
altmode: qcom,altmode {