689b937bed
Elm is Acer Chromebook R13. Hana is Lenovo Chromebook. Both uses mt8173 SoC. Signed-off-by: Hsin-Yi Wang <hsinyi@chromium.org> Tested-by: Enric Balletbo i Serra <enric.balletbo@collabora.com> Reviewed-by: Enric Balletbo i Serra <enric.balletbo@collabora.com> Link: https://lore.kernel.org/r/20200210063523.133333-5-hsinyi@chromium.org Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
28 lines
416 B
Plaintext
28 lines
416 B
Plaintext
// 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;
|
|
};
|