diff mbox series

[1/3] arm64: dts: exynos: add 'chassis-type' property

Message ID 20211017101228.19478-1-krzysztof.kozlowski@canonical.com (mailing list archive)
State New, archived
Headers show
Series [1/3] arm64: dts: exynos: add 'chassis-type' property | expand

Commit Message

Krzysztof Kozlowski Oct. 17, 2021, 10:12 a.m. UTC
A new 'chassis-type' root node property has recently been approved for
the device-tree specification.

Add this property for end-user devices (such as laptops,
smartphones and tablets) based on Samsung Exynos ARM64 SoCs.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
---
 arch/arm64/boot/dts/exynos/exynos5433-tm2.dts  | 1 +
 arch/arm64/boot/dts/exynos/exynos5433-tm2e.dts | 1 +
 2 files changed, 2 insertions(+)

Comments

Krzysztof Kozlowski Oct. 19, 2021, 8:58 a.m. UTC | #1
On Sun, 17 Oct 2021 12:12:26 +0200, Krzysztof Kozlowski wrote:
> A new 'chassis-type' root node property has recently been approved for
> the device-tree specification.
> 
> Add this property for end-user devices (such as laptops,
> smartphones and tablets) based on Samsung Exynos ARM64 SoCs.
> 
> 
> [...]

Applied, thanks!

[1/3] arm64: dts: exynos: add 'chassis-type' property
      commit: 4b1a78330df4742aa862468911b38c36d3edba30
[2/3] ARM: dts: exynos: add 'chassis-type' property
      commit: 2b91bd8d2bce958f75c97a9bb808a1844d2f5a53
[3/3] ARM: dts: s5pv210: add 'chassis-type' property
      commit: 7b06c1ad884ee80e43604ba2a0bbc5f8ef3524e1

Best regards,
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/exynos/exynos5433-tm2.dts b/arch/arm64/boot/dts/exynos/exynos5433-tm2.dts
index fdd0796b29d4..aca01709fd29 100644
--- a/arch/arm64/boot/dts/exynos/exynos5433-tm2.dts
+++ b/arch/arm64/boot/dts/exynos/exynos5433-tm2.dts
@@ -13,6 +13,7 @@ 
 / {
 	model = "Samsung TM2 board";
 	compatible = "samsung,tm2", "samsung,exynos5433";
+	chassis-type = "handset";
 };
 
 &cmu_disp {
diff --git a/arch/arm64/boot/dts/exynos/exynos5433-tm2e.dts b/arch/arm64/boot/dts/exynos/exynos5433-tm2e.dts
index 089fc7a1af67..22d26460f3dd 100644
--- a/arch/arm64/boot/dts/exynos/exynos5433-tm2e.dts
+++ b/arch/arm64/boot/dts/exynos/exynos5433-tm2e.dts
@@ -13,6 +13,7 @@ 
 / {
 	model = "Samsung TM2E board";
 	compatible = "samsung,tm2e", "samsung,exynos5433";
+	chassis-type = "handset";
 };
 
 &cmu_disp {