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:
committed by
Gerrit - the friendly Code Review server
commit
9831fce0c8
@@ -15,9 +15,6 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
&soc {
|
&soc {
|
||||||
usb_nop_phy: usb_nop_phy {
|
|
||||||
compatible = "usb-nop-xceiv";
|
|
||||||
};
|
|
||||||
|
|
||||||
usb_emuphy: phy@a784000 {
|
usb_emuphy: phy@a784000 {
|
||||||
compatible = "qcom,usb-emu-phy";
|
compatible = "qcom,usb-emu-phy";
|
||||||
|
@@ -90,6 +90,12 @@
|
|||||||
maximum-speed = "super-speed-plus";
|
maximum-speed = "super-speed-plus";
|
||||||
usb-role-switch;
|
usb-role-switch;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
port {
|
||||||
|
usb_port0: endpoint {
|
||||||
|
remote-endpoint = <&usb_port0_connector>;
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
dwc3_mem_region: dwc3_mem_region {
|
dwc3_mem_region: dwc3_mem_region {
|
||||||
|
@@ -2608,6 +2608,13 @@
|
|||||||
|
|
||||||
ucsi: qcom,ucsi {
|
ucsi: qcom,ucsi {
|
||||||
compatible = "qcom,ucsi-glink";
|
compatible = "qcom,ucsi-glink";
|
||||||
|
connector {
|
||||||
|
port {
|
||||||
|
usb_port0_connector: endpoint {
|
||||||
|
remote-endpoint = <&usb_port0>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
altmode: qcom,altmode {
|
altmode: qcom,altmode {
|
||||||
|
Reference in New Issue
Block a user