File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed
arch/arm64/boot/dts/amlogic Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 183
183
hdmi-phandle = <&hdmi_tx>;
184
184
};
185
185
186
+ &cpu_thermal {
187
+ trips {
188
+ cpu_active: cpu-active {
189
+ temperature = <80000>; /* millicelsius */
190
+ hysteresis = <2000>; /* millicelsius */
191
+ type = "active";
192
+ };
193
+ };
194
+
195
+ cooling-maps {
196
+ map {
197
+ trip = <&cpu_active>;
198
+ cooling-device = <&khadas_mcu THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
199
+ };
200
+ };
201
+ };
202
+
186
203
&ext_mdio {
187
204
external_phy: ethernet-phy@0 {
188
205
/* Realtek RTL8211F (0x001cc916) */
222
239
pinctrl-0 = <&i2c_ao_sck_pins>, <&i2c_ao_sda_pins>;
223
240
pinctrl-names = "default";
224
241
242
+ khadas_mcu: system-controller@18 {
243
+ compatible = "khadas,mcu";
244
+ reg = <0x18>;
245
+ #cooling-cells = <2>;
246
+ };
247
+
225
248
gpio_expander: gpio-controller@20 {
226
249
compatible = "ti,tca6408";
227
250
reg = <0x20>;
You can’t perform that action at this time.
0 commit comments