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

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

Merge "ARM: dts: msm: Add driver to control fan on QRB5165"

parents 4112ddce 6d512795
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -25,6 +25,15 @@
		power-source = <0>;
		};
	};

	rb5_fan_controller_pin_init: rb5_fan_controller_pin_init {
		pins = "gpio10";
		function = "normal";
		output-enable;
		input-disable;
		bias-pull-down;
		power-source = <0>;
	};
};

&mdss_mdp {
@@ -182,6 +191,14 @@
		#clock-cells = <0>;
		clock-frequency = <40000000>;
	};

	rb5_fan_controller {
		compatible = "qcom,rb5_fan_controller";
		qcom,pwr-enable-gpio = <&pm8150l_gpios 10 0x0>;
		pinctrl-name = "default";
		pinctrl-0 = <&rb5_fan_controller_pin_init>;
		status = "ok";
	};
};

&usb0 {