mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 08:51:30 +00:00
Merge "ARM: dts: msm: Add eUSB2 repeater reset GPIO configuration on Neo"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
c6f89aeb6d
@@ -1267,5 +1267,21 @@
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
eusb2_reset_ctrl: eusb2_reset_ctrl {
|
||||
eusb2_reset_ctrl_default: eusb2_reset_ctrl_default {
|
||||
mux {
|
||||
pins = "gpio99";
|
||||
function = "gpio";
|
||||
};
|
||||
|
||||
config {
|
||||
pins = "gpio99";
|
||||
output-low;
|
||||
bias-pull-down;
|
||||
drive-strength = <2>;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
@@ -2187,5 +2187,12 @@
|
||||
vdd18-supply = <&L15A>;
|
||||
vdd3-supply = <&L2A>;
|
||||
reset-gpio = <&tlmm 99 GPIO_ACTIVE_LOW>;
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&eusb2_reset_ctrl_default>;
|
||||
};
|
||||
};
|
||||
|
||||
&eusb2_phy0 {
|
||||
dummy-supply = <&nxp_eusb2_repeater>;
|
||||
usb-repeater = <&nxp_eusb2_repeater>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user