Files
kernel_xiaomi_sm8450-device…/qcom/diwali-idp-pm7250b.dtsi
Udipto Goswami aca4480dd2 ARM: dts: msm: Add extcon EUD on Diwali
Add extcon for EUD in order to enable the EUD support
on Diwali.

Change-Id: I84f37bea77f195d34a2f44abd07fef73cbcbd197
2021-12-09 14:55:23 +05:30

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>;
};
};
};
};