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

Add the chassis-type property to arm32 Qualcomm watches, phones and
tablets.

Signed-off-by: Luca Weiss <luca@z3ntu.xyz>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20220924154422.9896-1-luca@z3ntu.xyz
This commit is contained in:
Luca Weiss 2022-09-24 17:44:22 +02:00 committed by Bjorn Andersson
parent 7475f7248e
commit 6d28bc945d
10 changed files with 10 additions and 0 deletions

View File

@ -13,6 +13,7 @@
/ {
model = "LG G Watch R";
compatible = "lg,lenok", "qcom,apq8026";
chassis-type = "watch";
qcom,board-id = <132 0x0a>;
qcom,msm-id = <199 0x20000>;

View File

@ -6,6 +6,7 @@
/ {
model = "Asus Nexus7(flo)";
compatible = "asus,nexus7-flo", "qcom,apq8064";
chassis-type = "tablet";
aliases {
serial0 = &gsbi7_serial;

View File

@ -8,6 +8,7 @@
/ {
model = "Sony Xperia Z";
compatible = "sony,xperia-yuga", "qcom,apq8064";
chassis-type = "handset";
aliases {
serial0 = &gsbi5_serial;

View File

@ -8,6 +8,7 @@
/ {
model = "Samsung Galaxy S III Neo";
compatible = "samsung,s3ve3g", "qcom,msm8226";
chassis-type = "handset";
aliases {
serial0 = &blsp1_uart3;

View File

@ -9,6 +9,7 @@
/ {
model = "LGE MSM 8974 HAMMERHEAD";
compatible = "lge,hammerhead", "qcom,msm8974";
chassis-type = "handset";
aliases {
serial0 = &blsp1_uart1;

View File

@ -4,6 +4,7 @@
/ {
model = "Sony Xperia Z1 Compact";
compatible = "sony,xperia-amami", "qcom,msm8974";
chassis-type = "handset";
};
&smbb {

View File

@ -4,4 +4,5 @@
/ {
model = "Sony Xperia Z1";
compatible = "sony,xperia-honami", "qcom,msm8974";
chassis-type = "handset";
};

View File

@ -9,6 +9,7 @@
/ {
model = "Fairphone 2";
compatible = "fairphone,fp2", "qcom,msm8974";
chassis-type = "handset";
aliases {
mmc0 = &sdhc_1;

View File

@ -8,6 +8,7 @@
/ {
model = "Samsung Galaxy S5";
compatible = "samsung,klte", "qcom,msm8974";
chassis-type = "handset";
aliases {
serial0 = &blsp1_uart1;

View File

@ -9,6 +9,7 @@
/ {
model = "Sony Xperia Z2 Tablet";
compatible = "sony,xperia-castor", "qcom,msm8974";
chassis-type = "tablet";
aliases {
serial0 = &blsp1_uart2;