mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-25 18:49:40 +07:00
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>
15 lines
324 B
Plaintext
15 lines
324 B
Plaintext
// SPDX-License-Identifier: GPL-2.0-only
|
|
/*
|
|
* Copyright 2016 MediaTek Inc.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
#include "mt8173-elm.dtsi"
|
|
|
|
/ {
|
|
model = "Google Elm";
|
|
compatible = "google,elm-rev8", "google,elm-rev7", "google,elm-rev6",
|
|
"google,elm-rev5", "google,elm-rev4", "google,elm-rev3",
|
|
"google,elm", "mediatek,mt8173";
|
|
};
|