Merge "ARM: dts: msm: Add eUSB2 repeater reset GPIO configuration on Cape"

This commit is contained in:
qctecmdr
2022-01-27 18:11:08 -08:00
committed by Gerrit - the friendly Code Review server
6 changed files with 37 additions and 5 deletions

View File

@@ -109,7 +109,12 @@
reg = <0x3e>;
vdd18-supply = <&S10B>;
vdd3-supply = <&L2B>;
reset-gpio = <&pm8350c_gpios 7 GPIO_ACTIVE_LOW>;
reset-gpio = <&pm8350c_gpios 7 GPIO_ACTIVE_HIGH>;
pinctrl-names = "default";
pinctrl-0 = <&eusb2_reset_ctrl_default>;
interrupt-parent = <&spmi_bus>;
interrupts = <0x2 0x8e 0x0 IRQ_TYPE_EDGE_RISING>;
interrupt-names = "eusb2_rptr_reset_gpio_irq";
};
};

View File

@@ -149,7 +149,12 @@
reg = <0x3e>;
vdd18-supply = <&S10B>;
vdd3-supply = <&L2B>;
reset-gpio = <&pm8350c_gpios 7 GPIO_ACTIVE_LOW>;
reset-gpio = <&pm8350c_gpios 7 GPIO_ACTIVE_HIGH>;
pinctrl-names = "default";
pinctrl-0 = <&eusb2_reset_ctrl_default>;
interrupt-parent = <&spmi_bus>;
interrupts = <0x2 0x8e 0x0 IRQ_TYPE_EDGE_RISING>;
interrupt-names = "eusb2_rptr_reset_gpio_irq";
};
};

View File

@@ -153,7 +153,12 @@
reg = <0x4f>;
vdd18-supply = <&S10B>;
vdd3-supply = <&L2B>;
reset-gpio = <&pm8350c_gpios 7 GPIO_ACTIVE_LOW>;
reset-gpio = <&pm8350c_gpios 7 GPIO_ACTIVE_HIGH>;
pinctrl-names = "default";
pinctrl-0 = <&eusb2_reset_ctrl_default>;
interrupt-parent = <&spmi_bus>;
interrupts = <0x2 0x8e 0x0 IRQ_TYPE_EDGE_RISING>;
interrupt-names = "eusb2_rptr_reset_gpio_irq";
};
};

View File

@@ -64,6 +64,18 @@
qcom,drive-strength = <2>;
};
};
eusb2_reset_ctrl {
eusb2_reset_ctrl_default: eusb2_reset_ctrl_default {
pins = "gpio7";
function = "normal";
input-enable;
output-enable;
bias-disable;
power-source = <1>; /* 1.8V */
qcom,drive-strength = <2>;
};
};
};
&pmk8350_sdam_2 {

View File

@@ -207,7 +207,12 @@
reg = <0x4f>;
vdd18-supply = <&S10B>;
vdd3-supply = <&L2B>;
reset-gpio = <&pm8350c_gpios 7 GPIO_ACTIVE_LOW>;
reset-gpio = <&pm8350c_gpios 7 GPIO_ACTIVE_HIGH>;
pinctrl-names = "default";
pinctrl-0 = <&eusb2_reset_ctrl_default>;
interrupt-parent = <&spmi_bus>;
interrupts = <0x2 0x8e 0x0 IRQ_TYPE_EDGE_RISING>;
interrupt-names = "eusb2_rptr_reset_gpio_irq";
};
};

View File

@@ -81,7 +81,7 @@
reg = <0x88e3000 0x154>,
<0x088e2000 0x4>,
<0x0C276000 0x4>;
reg-names = "hsusb_phy_base",
reg-names = "eusb2_phy_base",
"eud_enable_reg",
"eud_detect_reg";