]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
arm64: dts: mediatek: Add missing chassis-type to MT8192 Chromebooks
authorAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Wed, 13 Mar 2024 14:15:38 +0000 (15:15 +0100)
committerAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Thu, 27 Jun 2024 08:10:18 +0000 (10:10 +0200)
None of the MT8192 Chromebooks had their chassis-type specified: add
the right definition for each.

Reviewed-by: David Heidelberg <david@ixit.cz>
Link: https://lore.kernel.org/r/20240313141538.1438167-3-angelogioacchino.delregno@collabora.com
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
arch/arm64/boot/dts/mediatek/mt8192-asurada-hayato-r1.dts
arch/arm64/boot/dts/mediatek/mt8192-asurada-hayato-r5-sku2.dts
arch/arm64/boot/dts/mediatek/mt8192-asurada-spherion-r0.dts
arch/arm64/boot/dts/mediatek/mt8192-asurada-spherion-r4.dts

index fd2cb8765a15caada23e78f32111d94b3cd31270..ac2673e56fb86cd3a002350e302d9fee005a5bac 100644 (file)
@@ -7,6 +7,7 @@
 
 / {
        model = "Google Hayato rev1";
+       chassis-type = "convertible";
        compatible = "google,hayato-rev1", "google,hayato", "mediatek,mt8192";
 };
 
index 3127ee5f6172eb2657b49c2d401e4f462441c198..cd86ad9ba28ab6e0255b40df2c6e902323d0d795 100644 (file)
@@ -7,6 +7,7 @@
 
 / {
        model = "Google Hayato rev5";
+       chassis-type = "convertible";
        compatible = "google,hayato-rev5-sku2", "google,hayato-sku2",
                     "google,hayato", "mediatek,mt8192";
 };
index bc88866ab2f5a4b24e8c093d1a6e09ef1ae09b10..29aa87e938882f94cb5358fe735e5b839687b366 100644 (file)
@@ -8,6 +8,7 @@
 
 / {
        model = "Google Spherion (rev0 - 3)";
+       chassis-type = "laptop";
        compatible = "google,spherion-rev3", "google,spherion-rev2",
                     "google,spherion-rev1", "google,spherion-rev0",
                     "google,spherion", "mediatek,mt8192";
index 0039158c9e6052ef91df0e04f7e897d22ff9365f..5e9e598bab9058efb562aa139128632e2472b2e0 100644 (file)
@@ -8,6 +8,7 @@
 
 / {
        model = "Google Spherion (rev4)";
+       chassis-type = "laptop";
        compatible = "google,spherion-rev4", "google,spherion",
                     "mediatek,mt8192";