Commit 2b91bd8d authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski
Browse files

ARM: dts: exynos: add 'chassis-type' property



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 ARM SoCs.

Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Link: https://lore.kernel.org/r/20211017101228.19478-2-krzysztof.kozlowski@canonical.com
parent 7ec804d6
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -19,6 +19,7 @@
/ {
/ {
	model = "Samsung Rinato board";
	model = "Samsung Rinato board";
	compatible = "samsung,rinato", "samsung,exynos3250", "samsung,exynos3";
	compatible = "samsung,rinato", "samsung,exynos3250", "samsung,exynos3";
	chassis-type = "watch";


	aliases {
	aliases {
		i2c7 = &i2c_max77836;
		i2c7 = &i2c_max77836;
+1 −0
Original line number Original line Diff line number Diff line
@@ -18,6 +18,7 @@
/ {
/ {
	model = "Samsung Galaxy S2 (GT-I9100)";
	model = "Samsung Galaxy S2 (GT-I9100)";
	compatible = "samsung,i9100", "samsung,exynos4210", "samsung,exynos4";
	compatible = "samsung,i9100", "samsung,exynos4210", "samsung,exynos4";
	chassis-type = "handset";


	memory@40000000 {
	memory@40000000 {
		device_type = "memory";
		device_type = "memory";
+1 −0
Original line number Original line Diff line number Diff line
@@ -16,6 +16,7 @@
/ {
/ {
	model = "Samsung Trats based on Exynos4210";
	model = "Samsung Trats based on Exynos4210";
	compatible = "samsung,trats", "samsung,exynos4210", "samsung,exynos4";
	compatible = "samsung,trats", "samsung,exynos4210", "samsung,exynos4";
	chassis-type = "handset";


	memory@40000000 {
	memory@40000000 {
		device_type = "memory";
		device_type = "memory";
+1 −0
Original line number Original line Diff line number Diff line
@@ -16,6 +16,7 @@
/ {
/ {
	model = "Samsung Universal C210 based on Exynos4210 rev0";
	model = "Samsung Universal C210 based on Exynos4210 rev0";
	compatible = "samsung,universal_c210", "samsung,exynos4210", "samsung,exynos4";
	compatible = "samsung,universal_c210", "samsung,exynos4210", "samsung,exynos4";
	chassis-type = "handset";


	memory@40000000 {
	memory@40000000 {
		device_type = "memory";
		device_type = "memory";
+1 −0
Original line number Original line Diff line number Diff line
@@ -12,6 +12,7 @@
/ {
/ {
	model = "Samsung Galaxy S3 (GT-I9300) based on Exynos4412";
	model = "Samsung Galaxy S3 (GT-I9300) based on Exynos4412";
	compatible = "samsung,i9300", "samsung,midas", "samsung,exynos4412", "samsung,exynos4";
	compatible = "samsung,i9300", "samsung,midas", "samsung,exynos4412", "samsung,exynos4";
	chassis-type = "handset";


	/* bootargs are passed in by bootloader */
	/* bootargs are passed in by bootloader */


Loading