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

Commit 1b151714 authored by Gustavo Solaira's avatar Gustavo Solaira Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add FAN cooling device to msm8996 CV2X boards



Add a node for a GPIO-based FAN cooling device for msm8996
CV2X boards. This GPIO has a single speed and can be controlled
from user space.

Change-Id: Iee427407f3c4032e1394c61dd1f225e24a091a99
Signed-off-by: default avatarGustavo Solaira <gustavos@codeaurora.org>
parent c283bfe1
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -44,6 +44,14 @@
		gpios = <&tlmm 22 0>;
		status = "okay";
	};

	gpio_fan {
		/* Based on 5v 75mA MC30100V2 */
		compatible = "gpio-fan";
		gpios =  <&tlmm 43 GPIO_ACTIVE_LOW>;
		gpio-fan,speed-map = <0     1>,
				     <8000  0>;
	};
};

&soc {