ARM: dts: msm: Remove ucsi port remote-endpoint with USB pineapple
USB controller device doesn't probe due to remote-endpoint depedency with ucsi device. ucsi device won't be probed as ADSP firmware is not being loaded. Hence remove ucsi port related remote-endpoint configuration on pineapple. While at it, also remove dependency on EUD driver. Change-Id: I161afb62e63ebeeb13ee5af7b43408c697fd59d6 Signed-off-by: Mukesh Ojha <quic_mojha@quicinc.com>
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
parent
ad8c36b74b
commit
14101e9d2e
@@ -188,21 +188,6 @@
|
|||||||
|
|
||||||
&usb0 {
|
&usb0 {
|
||||||
usb-role-switch;
|
usb-role-switch;
|
||||||
port {
|
|
||||||
usb_port0: endpoint {
|
|
||||||
remote-endpoint = <&usb_port0_connector>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&ucsi {
|
|
||||||
connector {
|
|
||||||
port {
|
|
||||||
usb_port0_connector: endpoint {
|
|
||||||
remote-endpoint = <&usb_port0>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
&qupv3_se4_spi {
|
&qupv3_se4_spi {
|
||||||
|
@@ -356,23 +356,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
&usb0 {
|
&usb0 {
|
||||||
qcom,wcd_usbss = <&wcd_usbss>;
|
|
||||||
usb-role-switch;
|
usb-role-switch;
|
||||||
port {
|
|
||||||
usb_port0: endpoint {
|
|
||||||
remote-endpoint = <&usb_port0_connector>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&ucsi {
|
|
||||||
connector {
|
|
||||||
port {
|
|
||||||
usb_port0_connector: endpoint {
|
|
||||||
remote-endpoint = <&usb_port0>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
&qupv3_se6_i2c {
|
&qupv3_se6_i2c {
|
||||||
|
@@ -43,7 +43,6 @@
|
|||||||
qcom,core-clk-rate = <200000000>;
|
qcom,core-clk-rate = <200000000>;
|
||||||
qcom,core-clk-rate-hs = <66666667>;
|
qcom,core-clk-rate-hs = <66666667>;
|
||||||
qcom,core-clk-rate-disconnected = <133333333>;
|
qcom,core-clk-rate-disconnected = <133333333>;
|
||||||
extcon = <&eud>;
|
|
||||||
|
|
||||||
qcom,num-gsi-evt-buffs = <0x3>;
|
qcom,num-gsi-evt-buffs = <0x3>;
|
||||||
qcom,gsi-reg-offset =
|
qcom,gsi-reg-offset =
|
||||||
|
Reference in New Issue
Block a user