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

Commit 7c5bd0cf authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "dt-bindings: msm: Add document for GPIOs enable on RB5"

parents fab81f80 e582c1c4
Loading
Loading
Loading
Loading
+22 −0
Original line number Diff line number Diff line
Qualcomm Technologies, Inc. QRB5165 GPIOs Enable Driver

This binding describes the QRB5165 GPIOs Enable Driver. It enables
GPIO 140/145,116/117 by setting GPIO 60 to low.

- compatible:
	Usage: required
	Value type: <stringlist>
	Definition: must be "qcom,rb5_gpios_enable"

- qcom,enable-gpio:
	Usage: required
	Value type: <prop-encoded-array>
	Definition: the gpio to enable other gpios

Example:

	rb5_gpios_enable {
		compatible = "qcom,rb5_gpios_enable";
		qcom,enable-gpio = <&tlmm 60 0x0>;
		status = "ok";
	};