mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 08:51:30 +00:00
ARM: dts: msm: Cleanup use of irq for eUSB2 repeater on Cape
This change cleans up the use of irq in driver as it is no longer needed. This was originally done due to the VIOCTL implementation in AOSS subsystem. Now, since EUD_DET is controlled by SW it no longer needed. Change-Id: Ibb02a1b364f0fa705934742e8fd982dd3fef1c77
This commit is contained in:
@@ -112,9 +112,6 @@
|
||||
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";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -152,9 +152,6 @@
|
||||
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";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -156,9 +156,6 @@
|
||||
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";
|
||||
qcom,param-override-seq =
|
||||
/* Rx squelch detection threshold to 110mV; default is 125mV */
|
||||
<0x40 0x06
|
||||
|
||||
@@ -257,9 +257,6 @@
|
||||
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";
|
||||
qcom,param-override-seq =
|
||||
/* Rx squelch detection threshold to 110mV; default is 125mV */
|
||||
<0x40 0x06
|
||||
|
||||
Reference in New Issue
Block a user