|
@@ -868,6 +868,14 @@
|
|
|
};
|
|
|
};
|
|
|
};
|
|
|
+
|
|
|
+ ports {
|
|
|
+ port {
|
|
|
+ muic_to_usb: endpoint {
|
|
|
+ remote-endpoint = <&usb_to_muic>;
|
|
|
+ };
|
|
|
+ };
|
|
|
+ };
|
|
|
};
|
|
|
|
|
|
regulators {
|
|
@@ -939,8 +947,7 @@
|
|
|
status = "okay";
|
|
|
cap-sd-highspeed;
|
|
|
disable-wp;
|
|
|
- cd-gpios = <&gpa2 4 GPIO_ACTIVE_HIGH>;
|
|
|
- cd-inverted;
|
|
|
+ cd-gpios = <&gpa2 4 GPIO_ACTIVE_LOW>;
|
|
|
card-detect-delay = <200>;
|
|
|
samsung,dw-mshc-ciu-div = <3>;
|
|
|
samsung,dw-mshc-sdr-timing = <0 4>;
|
|
@@ -1283,12 +1290,17 @@
|
|
|
|
|
|
&usbdrd_dwc3 {
|
|
|
dr_mode = "otg";
|
|
|
- extcon = <&muic>;
|
|
|
};
|
|
|
|
|
|
&usbdrd30_phy {
|
|
|
vbus-supply = <&safeout1_reg>;
|
|
|
status = "okay";
|
|
|
+
|
|
|
+ port {
|
|
|
+ usb_to_muic: endpoint {
|
|
|
+ remote-endpoint = <&muic_to_usb>;
|
|
|
+ };
|
|
|
+ };
|
|
|
};
|
|
|
|
|
|
&xxti {
|