ARM: dts: qcom: enable fan controller for Kalama HHG

Enable Fan Controller driver for Kalama HHG.

Change-Id: Ic1bee1cb0a638c8707c982d8c818b853a43e1908
This commit is contained in:
Minghao Zhang
2022-09-21 16:25:15 +08:00
parent 6dd7c170d0
commit 8f7fac657d

View File

@@ -89,6 +89,40 @@
status = "disabled";
};
&pm8550_gpios {
pwr_en_gpio {
pwr_en_gpio_default: pwr_en_gpio_default {
pins = "gpio9";
function = "normal";
power-source = <0>;
output-low;
input-disable;
};
};
};
&DBO3 {
/delete-property/ gpio;
};
&qupv3_hub_i2c2 {
status = "ok";
fancontroller: max31760@50 {
compatible = "maxim,max31760";
reg = <0x50>;
#cooling-cells = <2>;
maxim,vdd-supply = <&L4N>;
maxim,vcca-supply = <&L15B>;
regulator-name = "maxim,vdd", "maxim,vcca";
pinctrl-names = "default";
pinctrl-0 = <&pwr_en_gpio_default>;
maxim,pwr-en-gpio = <&pm8550_gpios 9 GPIO_ACTIVE_LOW>;
status = "ok";
};
};
&thermal_zones {
cam-flash-therm {
status = "disabled";