ARM: dts: qcom: add 'chassis-type' property
authorLuca Weiss <luca@z3ntu.xyz>
Sat, 24 Sep 2022 15:44:22 +0000 (17:44 +0200)
committerBjorn Andersson <andersson@kernel.org>
Mon, 17 Oct 2022 22:22:10 +0000 (17:22 -0500)
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
arch/arm/boot/dts/qcom-apq8026-lg-lenok.dts
arch/arm/boot/dts/qcom-apq8064-asus-nexus7-flo.dts
arch/arm/boot/dts/qcom-apq8064-sony-xperia-lagan-yuga.dts
arch/arm/boot/dts/qcom-msm8226-samsung-s3ve3g.dts
arch/arm/boot/dts/qcom-msm8974-lge-nexus5-hammerhead.dts
arch/arm/boot/dts/qcom-msm8974-sony-xperia-rhine-amami.dts
arch/arm/boot/dts/qcom-msm8974-sony-xperia-rhine-honami.dts
arch/arm/boot/dts/qcom-msm8974pro-fairphone-fp2.dts
arch/arm/boot/dts/qcom-msm8974pro-samsung-klte.dts
arch/arm/boot/dts/qcom-msm8974pro-sony-xperia-shinano-castor.dts

index 682fbbcb71f2b0291239c2f80f18cd0e87f6d01a..de2fb1c01b6e348ea188f1d34b51baf045cd8774 100644 (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>;
 
index 9c02dad9efc9febdf76b42d43427b1995367b597..bf2fb0f70fe4f34350f1ba13c9c0f470e8433dcf 100644 (file)
@@ -6,6 +6,7 @@
 / {
        model = "Asus Nexus7(flo)";
        compatible = "asus,nexus7-flo", "qcom,apq8064";
+       chassis-type = "tablet";
 
        aliases {
                serial0 = &gsbi7_serial;
index 796f47e5b6101e8fc52a9b34f4819733d0ba66e6..9244512b74d1e1da1a5f50ed776ec564d43afc25 100644 (file)
@@ -8,6 +8,7 @@
 / {
        model = "Sony Xperia Z";
        compatible = "sony,xperia-yuga", "qcom,apq8064";
+       chassis-type = "handset";
 
        aliases {
                serial0 = &gsbi5_serial;
index 290e1df631f02d405ef534bccd86c83bc5b02917..6a082ad4418a918338830767ffe00a6a855977d2 100644 (file)
@@ -8,6 +8,7 @@
 / {
        model = "Samsung Galaxy S III Neo";
        compatible = "samsung,s3ve3g", "qcom,msm8226";
+       chassis-type = "handset";
 
        aliases {
                serial0 = &blsp1_uart3;
index 7c8ca5ffcbb311b57fb70c9674d7c6caedb6cb76..9cc453987d0e8258ea3a359ed066f7c1bd4bd601 100644 (file)
@@ -9,6 +9,7 @@
 / {
        model = "LGE MSM 8974 HAMMERHEAD";
        compatible = "lge,hammerhead", "qcom,msm8974";
+       chassis-type = "handset";
 
        aliases {
                serial0 = &blsp1_uart1;
index 68d5626bf49187472ebe20b079220f7950d6bef3..9f2ab5c122d0b89e0ce343bec4d47ce238ade4f4 100644 (file)
@@ -4,6 +4,7 @@
 / {
        model = "Sony Xperia Z1 Compact";
        compatible = "sony,xperia-amami", "qcom,msm8974";
+       chassis-type = "handset";
 };
 
 &smbb {
index ea6a941d8f8cd25882ab0a333ee8bc303c20bd50..9028f17e5c4a76e3d381eec0356591ab245b4569 100644 (file)
@@ -4,4 +4,5 @@
 / {
        model = "Sony Xperia Z1";
        compatible = "sony,xperia-honami", "qcom,msm8974";
+       chassis-type = "handset";
 };
index 9107bc6f24dbdad9e90307c555a3dc1b9e5412a5..7e63a3cef81a12439c02451e7a599d0e4701a5ed 100644 (file)
@@ -9,6 +9,7 @@
 / {
        model = "Fairphone 2";
        compatible = "fairphone,fp2", "qcom,msm8974";
+       chassis-type = "handset";
 
        aliases {
                mmc0 = &sdhc_1;
index 156023204c1e5248102e8af14f4443f301d4c461..c87e3471b5279c7a9a49239f5b4ae34eb0c3c384 100644 (file)
@@ -8,6 +8,7 @@
 / {
        model = "Samsung Galaxy S5";
        compatible = "samsung,klte", "qcom,msm8974";
+       chassis-type = "handset";
 
        aliases {
                serial0 = &blsp1_uart1;
index e4580ed996e6773ea83a8cdcb50fdab0cc7875ae..b65feac74692db35ebaae7928da67cc90c01e530 100644 (file)
@@ -9,6 +9,7 @@
 / {
        model = "Sony Xperia Z2 Tablet";
        compatible = "sony,xperia-castor", "qcom,msm8974";
+       chassis-type = "tablet";
 
        aliases {
                serial0 = &blsp1_uart2;