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";
	};
