Tom Rini | 53633a8 | 2024-02-29 12:33:36 -0500 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0-only |
| 2 | /* |
| 3 | * Copyright 2019 MediaTek Inc. |
| 4 | */ |
| 5 | |
| 6 | /dts-v1/; |
| 7 | #include "mt8173-elm-hana.dtsi" |
| 8 | |
| 9 | / { |
| 10 | model = "Google Hanawl"; |
| 11 | chassis-type = "laptop"; |
| 12 | compatible = "google,hana-rev7", "mediatek,mt8173"; |
| 13 | }; |
| 14 | |
| 15 | &cpu_thermal { |
| 16 | trips { |
Tom Rini | 6bb92fc | 2024-05-20 09:54:58 -0600 | [diff] [blame] | 17 | cpu_crit: cpu-crit0 { |
Tom Rini | 53633a8 | 2024-02-29 12:33:36 -0500 | [diff] [blame] | 18 | temperature = <100000>; |
| 19 | type = "critical"; |
| 20 | }; |
| 21 | }; |
| 22 | }; |
| 23 | |
| 24 | &gpio_keys { |
| 25 | /delete-node/switch-tablet-mode; |
| 26 | /delete-node/switch-volume-down; |
| 27 | /delete-node/switch-volume-up; |
| 28 | }; |