mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-01-27 14:44:08 +00:00
diwali-pinctrl: Use gpio 143 instead of 122 for usb 3 phy portselect
Change-Id: I89202fbe0ad260f98baa683e51f35e09dd79986d Signed-off-by: Jens Reidel <adrian@travitia.xyz>
This commit is contained in:
@@ -1957,12 +1957,12 @@
|
||||
usb_phy_ps: usb_phy_ps {
|
||||
usb3phy_portselect_default: usb3phy_portselect_default {
|
||||
mux {
|
||||
pins = "gpio122";
|
||||
pins = "gpio143";
|
||||
function = "usb0_phy";
|
||||
};
|
||||
|
||||
config {
|
||||
pins = "gpio122";
|
||||
pins = "gpio143";
|
||||
bias-disable;
|
||||
drive-strength = <2>;
|
||||
};
|
||||
@@ -1970,12 +1970,12 @@
|
||||
|
||||
usb3phy_portselect_gpio: usb3phy_portselect_gpio {
|
||||
mux {
|
||||
pins = "gpio122";
|
||||
pins = "gpio143";
|
||||
function = "gpio";
|
||||
};
|
||||
|
||||
config {
|
||||
pins = "gpio122";
|
||||
pins = "gpio143";
|
||||
drive-strength = <2>;
|
||||
bias-disable;
|
||||
input-enable;
|
||||
|
||||
Reference in New Issue
Block a user