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

Commit 4d8ae1df authored by Rajesh Bharathwaj's avatar Rajesh Bharathwaj Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: qcom: enable fan controller for XR platform

Enabling Fan Controller driver for XR 5G Reference platform.

Change-Id: I1deb8415e6512ff4bbf397e9bd42fdb3fab57b95
parent b37d5078
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -214,11 +214,22 @@
				<&bolero>;
};

&pm8150_l10 {
	regulator-max-microvolt = <3304000>;
	qcom,init-voltage = <3304000>;
};

&qupv3_se1_i2c {
	status = "ok";
	qcom,clk-freq-out = <1000000>;
	#address-cells = <1>;
	#size-cells = <0>;
	xrfancontroller: xrfancontroller@50 {
		compatible = "maxim,xrfancontroller";
		reg = <0x50>;
		qcom,fan-pwr-en = <&tlmm 38 0x00>;
		qcom,fan-pwr-bp = <&tlmm 39 0x00>;
	};
};

&qupv3_se13_i2c {