[PATCH 2/2] arm64: dts: mediatek: mt8173: add hana revision 2
Icenowy Zheng
uwu at icenowy.me
Thu Jun 12 06:55:59 PDT 2025
The current mt8173-elm-hana.dts file only contains compatible strings
for revision 3~6, makes boards with revision 0~2 to fail to match a
revision-specific DTS and may fall back to the rev7 one (which lacks
some gpio-keys).
As I've got a Lenovo Flex 11 Chromebook with board revision 2, add it to
the base hana DTB file.
Signed-off-by: Icenowy Zheng <uwu at icenowy.me>
---
arch/arm64/boot/dts/mediatek/mt8173-elm-hana.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/mediatek/mt8173-elm-hana.dts b/arch/arm64/boot/dts/mediatek/mt8173-elm-hana.dts
index fcf0cb76a87c3..84638a07587f3 100644
--- a/arch/arm64/boot/dts/mediatek/mt8173-elm-hana.dts
+++ b/arch/arm64/boot/dts/mediatek/mt8173-elm-hana.dts
@@ -11,5 +11,5 @@ / {
chassis-type = "laptop";
compatible = "google,hana-rev6", "google,hana-rev5",
"google,hana-rev4", "google,hana-rev3",
- "google,hana", "mediatek,mt8173";
+ "google,hana-rev2", "google,hana", "mediatek,mt8173";
};
--
2.49.0
More information about the linux-arm-kernel
mailing list