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

Commit 9aa24a92 authored by Peng Wang's avatar Peng Wang
Browse files

ARM: dts: msm: Add driver to enable RB5 gpio 140/145,116/117

Add driver to enable gpio: 140/145,116/117 on QRB5165 by setting
GPIO 60 to low.

Change-Id: Ie15b911b4a7488f5b312d4ace190946dc325fc21
parent e40a8c45
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -199,6 +199,12 @@
		pinctrl-0 = <&rb5_fan_controller_pin_init>;
		status = "ok";
	};

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

&usb0 {