diff --git a/bindings/usb/qcom,pmic-eusb2-repeater.txt b/bindings/usb/qcom,pmic-eusb2-repeater.txt index cc215ef6..e5503a55 100644 --- a/bindings/usb/qcom,pmic-eusb2-repeater.txt +++ b/bindings/usb/qcom,pmic-eusb2-repeater.txt @@ -7,8 +7,6 @@ Required properties: Required "supply-name" examples are: "vdd3" : 3.v supply for eUSB2 repeater "vdd18" : 1.8v supply for eUSB2 repeater - - reset-gpio: A phandle and gpio specifier denoting the GPIO connected - to the RESET pin of the eUSB2 repeater. Optional properties: - qcom,param-override-seq: parameter override sequence with value, reg offset @@ -21,5 +19,4 @@ Example: vdd18-supply = <&pm8841_s2_corner>; vdd3-supply = <&pm8941_l6>; qcom,param-override-seq = <0x4 0x57>; - reset-gpio = <&pm8350_gpios 6 GPIO_ACTIVE_LOW>; };