mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-01-27 14:44:08 +00:00
Add extcon for EUD in order to enable the EUD support on Diwali. Change-Id: I84f37bea77f195d34a2f44abd07fef73cbcbd197
32 lines
429 B
Plaintext
32 lines
429 B
Plaintext
#include "diwali-pm7250b.dtsi"
|
|
|
|
&battery_charger {
|
|
qcom,thermal-mitigation = <3000000 1500000 1000000 500000>;
|
|
};
|
|
|
|
&usb0 {
|
|
usb-role-switch;
|
|
extcon = <&eud>;
|
|
|
|
dwc3@a600000 {
|
|
usb-role-switch;
|
|
dr_mode = "otg";
|
|
};
|
|
|
|
port {
|
|
usb_port0: endpoint {
|
|
remote-endpoint = <&usb_port0_connector>;
|
|
};
|
|
};
|
|
};
|
|
|
|
&ucsi {
|
|
connector {
|
|
port {
|
|
usb_port0_connector: endpoint {
|
|
remote-endpoint = <&usb_port0>;
|
|
};
|
|
};
|
|
};
|
|
};
|