Commit 380d18fb authored by AngeloGioacchino Del Regno's avatar AngeloGioacchino Del Regno Committed by Matthias Brugger
Browse files

arm64: mediatek: Propagate chassis-type where possible



The chassis-type string identifies the form-factor of the system:
add this property to all device trees of devices for which the form
factor is known.

Signed-off-by: default avatarAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Link: https://lore.kernel.org/r/20230517101108.205654-1-angelogioacchino.delregno@collabora.com


Signed-off-by: default avatarMatthias Brugger <matthias.bgg@gmail.com>
parent 492061bf
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -11,6 +11,7 @@

/ {
	model = "MediaTek MT2712 evaluation board";
	chassis-type = "embedded";
	compatible = "mediatek,mt2712-evb", "mediatek,mt2712";

	aliases {
+1 −0
Original line number Diff line number Diff line
@@ -9,6 +9,7 @@

/ {
	model = "MediaTek MT6755 EVB";
	chassis-type = "embedded";
	compatible = "mediatek,mt6755-evb", "mediatek,mt6755";

	aliases {
+1 −0
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@

/ {
	model = "MediaTek MT6779 EVB";
	chassis-type = "embedded";
	compatible = "mediatek,mt6779-evb", "mediatek,mt6779";

	aliases {
+1 −0
Original line number Diff line number Diff line
@@ -9,6 +9,7 @@

/ {
	model = "MediaTek MT6795 Evaluation Board";
	chassis-type = "embedded";
	compatible = "mediatek,mt6795-evb", "mediatek,mt6795";

	aliases {
+1 −0
Original line number Diff line number Diff line
@@ -9,6 +9,7 @@

/ {
	model = "MediaTek MT6797 Evaluation Board";
	chassis-type = "embedded";
	compatible = "mediatek,mt6797-evb", "mediatek,mt6797";

	aliases {
Loading