Merge "ARM: dts: qcom: Add thermal overlay support for kera and tuna"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
797c3c00d1
@@ -3218,3 +3218,4 @@
|
|||||||
vdd-usb-cp-supply = <&L7B>;
|
vdd-usb-cp-supply = <&L7B>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
#include "tuna-thermal-overlay.dtsi"
|
||||||
|
@@ -4,7 +4,6 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <dt-bindings/gpio/gpio.h>
|
#include <dt-bindings/gpio/gpio.h>
|
||||||
#include "tuna-thermal-overlay.dtsi"
|
|
||||||
|
|
||||||
&qupv3_se4_i2c {
|
&qupv3_se4_i2c {
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
|
@@ -5,7 +5,6 @@
|
|||||||
|
|
||||||
#include <dt-bindings/gpio/gpio.h>
|
#include <dt-bindings/gpio/gpio.h>
|
||||||
#include <dt-bindings/clock/qcom,gcc-sun.h>
|
#include <dt-bindings/clock/qcom,gcc-sun.h>
|
||||||
#include "tuna-thermal-overlay.dtsi"
|
|
||||||
|
|
||||||
&qupv3_se4_i2c {
|
&qupv3_se4_i2c {
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
|
@@ -315,6 +315,25 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
socd {
|
||||||
|
cooling-maps {
|
||||||
|
socd_apc1 {
|
||||||
|
trip = <&socd_trip>;
|
||||||
|
cooling-device = <&APC1_MX_CX_PAUSE 1 1>;
|
||||||
|
};
|
||||||
|
|
||||||
|
socd_cdsp1 {
|
||||||
|
trip = <&socd_trip>;
|
||||||
|
cooling-device = <&cdsp_sw 4 4>;
|
||||||
|
};
|
||||||
|
|
||||||
|
socd_gpu0 {
|
||||||
|
trip = <&socd_trip>;
|
||||||
|
cooling-device = <&msm_gpu 4 4>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&pm7550ba_eusb2_repeater {
|
&pm7550ba_eusb2_repeater {
|
||||||
|
@@ -298,6 +298,25 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
socd {
|
||||||
|
cooling-maps {
|
||||||
|
socd_apc1 {
|
||||||
|
trip = <&socd_trip>;
|
||||||
|
cooling-device = <&APC1_MX_CX_PAUSE 1 1>;
|
||||||
|
};
|
||||||
|
|
||||||
|
socd_cdsp1 {
|
||||||
|
trip = <&socd_trip>;
|
||||||
|
cooling-device = <&cdsp_sw 4 4>;
|
||||||
|
};
|
||||||
|
|
||||||
|
socd_gpu0 {
|
||||||
|
trip = <&socd_trip>;
|
||||||
|
cooling-device = <&msm_gpu 4 4>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&pmih010x_eusb2_repeater {
|
&pmih010x_eusb2_repeater {
|
||||||
|
@@ -240,6 +240,25 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
socd {
|
||||||
|
cooling-maps {
|
||||||
|
socd_apc1 {
|
||||||
|
trip = <&socd_trip>;
|
||||||
|
cooling-device = <&APC1_MX_CX_PAUSE 1 1>;
|
||||||
|
};
|
||||||
|
|
||||||
|
socd_cdsp1 {
|
||||||
|
trip = <&socd_trip>;
|
||||||
|
cooling-device = <&cdsp_sw 4 4>;
|
||||||
|
};
|
||||||
|
|
||||||
|
socd_gpu0 {
|
||||||
|
trip = <&socd_trip>;
|
||||||
|
cooling-device = <&msm_gpu 4 4>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&pmiv010x_eusb2_repeater {
|
&pmiv010x_eusb2_repeater {
|
||||||
|
@@ -4,7 +4,6 @@
|
|||||||
*/
|
*/
|
||||||
#include <dt-bindings/gpio/gpio.h>
|
#include <dt-bindings/gpio/gpio.h>
|
||||||
#include <dt-bindings/interrupt-controller/irq.h>
|
#include <dt-bindings/interrupt-controller/irq.h>
|
||||||
#include "tuna-thermal-overlay.dtsi"
|
|
||||||
|
|
||||||
&qupv3_se4_spi {
|
&qupv3_se4_spi {
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
|
@@ -6,25 +6,6 @@
|
|||||||
#include <dt-bindings/thermal/thermal_qti.h>
|
#include <dt-bindings/thermal/thermal_qti.h>
|
||||||
|
|
||||||
&thermal_zones {
|
&thermal_zones {
|
||||||
socd {
|
|
||||||
cooling-maps {
|
|
||||||
socd_apc1 {
|
|
||||||
trip = <&socd_trip>;
|
|
||||||
cooling-device = <&APC1_MX_CX_PAUSE 1 1>;
|
|
||||||
};
|
|
||||||
|
|
||||||
socd_cdsp1 {
|
|
||||||
trip = <&socd_trip>;
|
|
||||||
cooling-device = <&cdsp_sw 4 4>;
|
|
||||||
};
|
|
||||||
|
|
||||||
socd_gpu0 {
|
|
||||||
trip = <&socd_trip>;
|
|
||||||
cooling-device = <&msm_gpu 4 4>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
pmxr2230-bcl-lvl0 {
|
pmxr2230-bcl-lvl0 {
|
||||||
cooling-maps {
|
cooling-maps {
|
||||||
lbat_0_nr_scg {
|
lbat_0_nr_scg {
|
||||||
|
@@ -3676,3 +3676,5 @@
|
|||||||
vdd-usb-cp-supply = <&L7B>;
|
vdd-usb-cp-supply = <&L7B>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#include "tuna-thermal-overlay.dtsi"
|
||||||
|
Reference in New Issue
Block a user