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 Cape"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
ddefc02fca
@@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user