Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d93603bd authored by Subbaraman Narayanamurthy's avatar Subbaraman Narayanamurthy
Browse files

leds: qpnp-flash-v2: Fix property names in DT bindings documentation



There is a mismatch for the following property names between
driver and DT bindings documentation.

- qcom,vph-droop-threshold-mv
- qcom,vph-droop-hysteresis-mv

Fix them.

Change-Id: I08da6127be24df666c9c9ced871c34476d68fb32
Signed-off-by: default avatarSubbaraman Narayanamurthy <subbaram@codeaurora.org>
parent 42e05c9a
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -25,10 +25,10 @@ Optional properties:
- qcom,short-circuit-det	: Boolean property which enables short circuit fault detection.
- qcom,open-circuit-det		: Boolean property which enables open circuit fault detection.
- qcom,vph-droop-det		: Boolean property which enables VPH droop detection.
- qcom,vph-droop-hys-mv	: Integer property to specify VPH droop hysteresis. It is only used if
- qcom,vph-droop-hysteresis-mv	: Integer property to specify VPH droop hysteresis. It is only used if
				  qcom,vph-droop-det is specified. Valid values are 0, 25, 50 and 75.
				  Unit is mV.
- qcom,vph-droop-thresh-mv	: Integer property to specify VPH droop threshold. It is only used if
- qcom,vph-droop-threshold-mv	: Integer property to specify VPH droop threshold. It is only used if
				  qcom,vph-droop-det is specified. Valid values are
				  2500 to 3200 with step size of 100. Unit is mV.
- qcom,vph-droop-debounce-us	: Integer property to specify VPH droop debounce time. It is only used