hc
2024-05-14 bedbef8ad3e75a304af6361af235302bcc61d06b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
// SPDX-License-Identifier: GPL-2.0-only
/*
 * Copyright 2019 MediaTek Inc.
 */
 
/dts-v1/;
#include "mt8173-elm-hana.dtsi"
 
/ {
   model = "Google Hanawl";
   compatible = "google,hana-rev7", "mediatek,mt8173";
};
 
&cpu_thermal {
   trips {
       cpu_crit: cpu_crit0 {
           temperature = <100000>;
           type = "critical";
       };
   };
};
 
&gpio_keys {
   /delete-node/tablet_mode;
   /delete-node/volume_down;
   /delete-node/volume_up;
};