diff options
author | AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> | 2023-05-17 13:11:08 +0300 |
---|---|---|
committer | Matthias Brugger <matthias.bgg@gmail.com> | 2023-05-29 18:49:13 +0300 |
commit | 380d18fb2758058bf4bf037aebfafcf7b7ecbca5 (patch) | |
tree | 5537b44b593c7bd4c38209d90cbc0cec432f72e7 /arch/arm64/boot/dts/mediatek/mt8183-kukui-kodama-sku272.dts | |
parent | 492061bfc045d815aa5414c1a5eaf373c2fb89fe (diff) | |
download | linux-380d18fb2758058bf4bf037aebfafcf7b7ecbca5.tar.xz |
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: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Link: https://lore.kernel.org/r/20230517101108.205654-1-angelogioacchino.delregno@collabora.com
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
Diffstat (limited to 'arch/arm64/boot/dts/mediatek/mt8183-kukui-kodama-sku272.dts')
-rw-r--r-- | arch/arm64/boot/dts/mediatek/mt8183-kukui-kodama-sku272.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/mediatek/mt8183-kukui-kodama-sku272.dts b/arch/arm64/boot/dts/mediatek/mt8183-kukui-kodama-sku272.dts index d81935ae07bc..bbf0cd1aa66d 100644 --- a/arch/arm64/boot/dts/mediatek/mt8183-kukui-kodama-sku272.dts +++ b/arch/arm64/boot/dts/mediatek/mt8183-kukui-kodama-sku272.dts @@ -12,6 +12,7 @@ / { model = "MediaTek kodama sku272 board"; + chassis-type = "tablet"; compatible = "google,kodama-sku272", "google,kodama", "mediatek,mt8183"; }; |