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

Commit b3664f4d authored by Gopala Krishna Nuthaki's avatar Gopala Krishna Nuthaki
Browse files

ARM: dts: msm: Add cooling-cells property in mdss_mdp device for yupik

Add cooling-cells property to enable the mdss_mdp mitigation to be
referenced in thermal zone devicetree configurations.

Change-Id: I96d7a8b484a5288fc57c34f9d538dde0560c4be9
parent d28b0dde
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
#include <dt-bindings/thermal/thermal_qti.h>

&mdss_mdp {
	#cooling-cells = <2>;
};

&battery_charger {
	#cooling-cells = <2>;
};
+4 −0
Original line number Diff line number Diff line
#include <dt-bindings/thermal/thermal_qti.h>

&mdss_mdp {
	#cooling-cells = <2>;
};

&battery_charger {
	#cooling-cells = <2>;
};