Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

arm64: dts: mediatek: Add missing chassis-type to MT8192 Chromebooks

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>

+4
+1
arch/arm64/boot/dts/mediatek/mt8192-asurada-hayato-r1.dts
··· 7 7 8 8 / { 9 9 model = "Google Hayato rev1"; 10 + chassis-type = "convertible"; 10 11 compatible = "google,hayato-rev1", "google,hayato", "mediatek,mt8192"; 11 12 }; 12 13
+1
arch/arm64/boot/dts/mediatek/mt8192-asurada-hayato-r5-sku2.dts
··· 7 7 8 8 / { 9 9 model = "Google Hayato rev5"; 10 + chassis-type = "convertible"; 10 11 compatible = "google,hayato-rev5-sku2", "google,hayato-sku2", 11 12 "google,hayato", "mediatek,mt8192"; 12 13 };
+1
arch/arm64/boot/dts/mediatek/mt8192-asurada-spherion-r0.dts
··· 8 8 9 9 / { 10 10 model = "Google Spherion (rev0 - 3)"; 11 + chassis-type = "laptop"; 11 12 compatible = "google,spherion-rev3", "google,spherion-rev2", 12 13 "google,spherion-rev1", "google,spherion-rev0", 13 14 "google,spherion", "mediatek,mt8192";
+1
arch/arm64/boot/dts/mediatek/mt8192-asurada-spherion-r4.dts
··· 8 8 9 9 / { 10 10 model = "Google Spherion (rev4)"; 11 + chassis-type = "laptop"; 11 12 compatible = "google,spherion-rev4", "google,spherion", 12 13 "mediatek,mt8192"; 13 14