arm64: dts: qcom: add 'chassis-type' property
authorArnaud Ferraris <arnaud.ferraris@collabora.com>
Sat, 16 Oct 2021 10:20:24 +0000 (12:20 +0200)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Sat, 16 Oct 2021 21:55:21 +0000 (16:55 -0500)
A new 'chassis-type' root node property has recently been approved for
the device-tree specification, in order to provide a simple way for
userspace to detect the device form factor and adjust their behavior
accordingly.

This patch fills in this property for end-user devices (such as laptops,
smartphones and tablets) based on Qualcomm ARM64 processors.

Signed-off-by: Arnaud Ferraris <arnaud.ferraris@collabora.com>
Reviewed-by: Stephan Gerhold <stephan@gerhold.net> # msm8916
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20211016102025.23346-4-arnaud.ferraris@collabora.com
49 files changed:
arch/arm64/boot/dts/qcom/apq8094-sony-xperia-kitakami-karin_windy.dts
arch/arm64/boot/dts/qcom/msm8916-alcatel-idol347.dts
arch/arm64/boot/dts/qcom/msm8916-asus-z00l.dts
arch/arm64/boot/dts/qcom/msm8916-huawei-g7.dts
arch/arm64/boot/dts/qcom/msm8916-longcheer-l8150.dts
arch/arm64/boot/dts/qcom/msm8916-longcheer-l8910.dts
arch/arm64/boot/dts/qcom/msm8916-samsung-a3u-eur.dts
arch/arm64/boot/dts/qcom/msm8916-samsung-a5u-eur.dts
arch/arm64/boot/dts/qcom/msm8916-wingtech-wt88047.dts
arch/arm64/boot/dts/qcom/msm8992-bullhead-rev-101.dts
arch/arm64/boot/dts/qcom/msm8992-msft-lumia-octagon-talkman.dts
arch/arm64/boot/dts/qcom/msm8992-xiaomi-libra.dts
arch/arm64/boot/dts/qcom/msm8994-angler-rev-101.dts
arch/arm64/boot/dts/qcom/msm8994-msft-lumia-octagon-cityman.dts
arch/arm64/boot/dts/qcom/msm8994-sony-xperia-kitakami-ivy.dts
arch/arm64/boot/dts/qcom/msm8994-sony-xperia-kitakami-karin.dts
arch/arm64/boot/dts/qcom/msm8994-sony-xperia-kitakami-satsuki.dts
arch/arm64/boot/dts/qcom/msm8994-sony-xperia-kitakami-sumire.dts
arch/arm64/boot/dts/qcom/msm8994-sony-xperia-kitakami-suzuran.dts
arch/arm64/boot/dts/qcom/msm8996-sony-xperia-tone-dora.dts
arch/arm64/boot/dts/qcom/msm8996-sony-xperia-tone-kagura.dts
arch/arm64/boot/dts/qcom/msm8996-sony-xperia-tone-keyaki.dts
arch/arm64/boot/dts/qcom/msm8996-xiaomi-gemini.dts
arch/arm64/boot/dts/qcom/msm8996-xiaomi-scorpio.dts
arch/arm64/boot/dts/qcom/msm8998-asus-novago-tp370ql.dts
arch/arm64/boot/dts/qcom/msm8998-fxtec-pro1.dts
arch/arm64/boot/dts/qcom/msm8998-hp-envy-x2.dts
arch/arm64/boot/dts/qcom/msm8998-lenovo-miix-630.dts
arch/arm64/boot/dts/qcom/msm8998-oneplus-cheeseburger.dts
arch/arm64/boot/dts/qcom/msm8998-oneplus-dumpling.dts
arch/arm64/boot/dts/qcom/msm8998-sony-xperia-yoshino-lilac.dts
arch/arm64/boot/dts/qcom/msm8998-sony-xperia-yoshino-maple.dts
arch/arm64/boot/dts/qcom/msm8998-sony-xperia-yoshino-poplar.dts
arch/arm64/boot/dts/qcom/sdm630-sony-xperia-ganges-kirin.dts
arch/arm64/boot/dts/qcom/sdm630-sony-xperia-nile-discovery.dts
arch/arm64/boot/dts/qcom/sdm630-sony-xperia-nile-pioneer.dts
arch/arm64/boot/dts/qcom/sdm630-sony-xperia-nile-voyager.dts
arch/arm64/boot/dts/qcom/sdm660-xiaomi-lavender.dts
arch/arm64/boot/dts/qcom/sdm845-oneplus-enchilada.dts
arch/arm64/boot/dts/qcom/sdm845-oneplus-fajita.dts
arch/arm64/boot/dts/qcom/sdm845-xiaomi-beryllium.dts
arch/arm64/boot/dts/qcom/sdm850-lenovo-yoga-c630.dts
arch/arm64/boot/dts/qcom/sm6125-sony-xperia-seine-pdx201.dts
arch/arm64/boot/dts/qcom/sm6350-sony-xperia-lena-pdx213.dts
arch/arm64/boot/dts/qcom/sm8150-microsoft-surface-duo.dts
arch/arm64/boot/dts/qcom/sm8150-sony-xperia-kumano-bahamut.dts
arch/arm64/boot/dts/qcom/sm8150-sony-xperia-kumano-griffin.dts
arch/arm64/boot/dts/qcom/sm8250-sony-xperia-edo-pdx203.dts
arch/arm64/boot/dts/qcom/sm8250-sony-xperia-edo-pdx206.dts

index a8dffc8c64eafe47a219e167895599d3f5920094..314d2dc4726a82f81ec3bf833b7b9644fa2442cd 100644 (file)
@@ -11,6 +11,7 @@
 / {
        model = "Sony Xperia Z4 Tablet (Wi-Fi)";
        compatible = "sony,karin_windy", "qcom,apq8094";
+       chassis-type = "tablet";
 
        /*
         * This model uses the APQ variant of MSM8994 (APQ8094).
index 670bd1bebd732ad66784d89a64669c12b8df4f24..265e539e7e99efcc1ecb6808686a1f163d842de4 100644 (file)
@@ -9,6 +9,7 @@
 / {
        model = "Alcatel OneTouch Idol 3 (4.7)";
        compatible = "alcatel,idol347", "qcom,msm8916";
+       chassis-type = "handset";
 
        aliases {
                serial0 = &blsp1_uart2;
index cee451e593854dd1feb5468ccbbe742e35669916..6bc0a29d4b4f938a6091d47bf889b38c5c9d8593 100644 (file)
@@ -8,6 +8,7 @@
 / {
        model = "Asus Zenfone 2 Laser";
        compatible = "asus,z00l", "qcom,msm8916";
+       chassis-type = "handset";
 
        aliases {
                serial0 = &blsp1_uart2;
index e0075b574190860f644433c01713d1b5fdb1f00b..42d93d3fba36c01bc6e229770d274e02ded12738 100644 (file)
@@ -25,6 +25,7 @@
 / {
        model = "Huawei Ascend G7";
        compatible = "huawei,g7", "qcom,msm8916";
+       chassis-type = "handset";
 
        aliases {
                serial0 = &blsp1_uart2;
index 285102f0e04f37d137e23c16e63c56441df15205..852de624f5af9ceda5fc8a139ea9db116d594f62 100644 (file)
@@ -11,6 +11,7 @@
 / {
        model = "Longcheer L8150";
        compatible = "longcheer,l8150", "qcom,msm8916-v1-qrd/9-v1", "qcom,msm8916";
+       chassis-type = "handset";
 
        aliases {
                serial0 = &blsp1_uart2;
index 27845189ac2bcf9a5beeb0c3c842f88475e0a93d..f9ce123471d4337029bd483ccf2cd432736375fb 100644 (file)
@@ -10,6 +10,7 @@
 / {
        model = "BQ Aquaris X5 (Longcheer L8910)";
        compatible = "longcheer,l8910", "qcom,msm8916";
+       chassis-type = "handset";
 
        aliases {
                serial0 = &blsp1_uart2;
index 6cc2eaeb1d33d564d37ae2659dfe4cff37943e95..4ba11b020f9b9cefe53bc73a4bfe5a2e8f51e042 100644 (file)
@@ -7,6 +7,7 @@
 / {
        model = "Samsung Galaxy A3U (EUR)";
        compatible = "samsung,a3u-eur", "qcom,msm8916";
+       chassis-type = "handset";
 
        reg_panel_vdd3: regulator-panel-vdd3 {
                compatible = "regulator-fixed";
index c2eff5aebf85af40fbd00152da735bb533baf00f..d978c9ac179d4b0d6e9fe536d7e2b496c38aaa1d 100644 (file)
@@ -7,6 +7,7 @@
 / {
        model = "Samsung Galaxy A5U (EUR)";
        compatible = "samsung,a5u-eur", "qcom,msm8916";
+       chassis-type = "handset";
 
        reg_touch_key: regulator-touch-key {
                compatible = "regulator-fixed";
index 4e20cc0008f730e825a0130f747a5091d6b61e35..69a44c6f57fc237b7f00ddb8c816fe7f88675c0d 100644 (file)
@@ -11,6 +11,7 @@
 / {
        model = "Xiaomi Redmi 2 (Wingtech WT88047)";
        compatible = "wingtech,wt88047", "qcom,msm8916";
+       chassis-type = "handset";
 
        aliases {
                serial0 = &blsp1_uart2;
index 1ccca83292ac9ee3a4d1bcd2b5486b893b9d7d61..4da6c44bf5324bd422bf2529a3bf734a42a400cb 100644 (file)
@@ -16,6 +16,8 @@
 / {
        model = "LG Nexus 5X";
        compatible = "lg,bullhead", "qcom,msm8992";
+       chassis-type = "handset";
+
        /* required for bootloader to select correct board */
        qcom,msm-id = <251 0>, <252 0>;
        qcom,board-id = <0xb64 0>;
index 5322b9ce5839b612eddd078918a46355cdb6e884..8933b53694e8e3a64a6da012518716e30aac69a5 100644 (file)
@@ -12,4 +12,5 @@
 / {
        model = "Microsoft Lumia 950";
        compatible = "microsoft,talkman", "qcom,msm8992";
+       chassis-type = "handset";
 };
index 357d55496e750fc945d93f78a41b13bcc7aa7ffd..69fcb6b0398dea40e0795a477412fb599e50e55f 100644 (file)
@@ -14,6 +14,8 @@
 / {
        model = "Xiaomi Mi 4C";
        compatible = "xiaomi,libra", "qcom,msm8992";
+       chassis-type = "handset";
+
        /* required for bootloader to select correct board */
        qcom,msm-id = <251 0 252 0>;
        qcom,pmic-id = <65545 65546 0 0>;
index c096b7758aa0e43bd66e1f0886ead25f54541639..0e3dd48f0dbf5e7c1181fe53a4c201a668221b69 100644 (file)
@@ -14,6 +14,7 @@
 / {
        model = "Huawei Nexus 6P";
        compatible = "huawei,angler", "qcom,msm8994";
+       chassis-type = "handset";
        /* required for bootloader to select correct board */
        qcom,msm-id = <207 0x20000>;
        qcom,pmic-id = <0x10009 0x1000A 0x0 0x0>;
index d0aaf5750c211761090681fb1abac11bea069ffd..c593418202b83aee0932d66b54b0f318660946e8 100644 (file)
@@ -12,4 +12,5 @@
 / {
        model = "Microsoft Lumia 950 XL";
        compatible = "microsoft,cityman", "qcom,msm8994";
+       chassis-type = "handset";
 };
index b5e90c85aaf61fa94b9af836018ddbf658b8525b..99388b019a118b1695775e9cfeeb4f1580306168 100644 (file)
@@ -10,6 +10,7 @@
 / {
        model = "Sony Xperia Z3+/Z4";
        compatible = "sony,ivy-row", "qcom,msm8994";
+       chassis-type = "handset";
 };
 
 &pm8994_l3 {
index a1d1a075941ac5d39930d012de9d5ad49eb557df..71758d2cfd5e4c084484d429f5e6c53b18dcf228 100644 (file)
@@ -10,6 +10,7 @@
 / {
        model = "Sony Xperia Z4 Tablet (LTE)";
        compatible = "sony,karin-row", "qcom,msm8994";
+       chassis-type = "tablet";
 };
 
 &blsp2_i2c5 {
index 1385956a69f3e123d7559457b0f27ecca4daa1fb..69b7df0ed605d716c5e571c4292544873066e185 100644 (file)
@@ -10,6 +10,7 @@
 / {
        model = "Sony Xperia Z5 Premium";
        compatible = "sony,satsuki-row", "qcom,msm8994";
+       chassis-type = "handset";
 };
 
 &pm8994_l14 {
index d3ba9867a369339d0873a29fa5e59c5d27842f20..466508cd82344c7cd0bada4425c7b89568078c52 100644 (file)
@@ -10,6 +10,7 @@
 / {
        model = "Sony Xperia Z5";
        compatible = "sony,sumire-row", "qcom,msm8994";
+       chassis-type = "handset";
 };
 
 /delete-node/ &pm8994_l19;
index f129479bbf951a3e7ea76b3f04ace1fc51b78dd9..76bf50191f9abf94939ada57481b754cdac0f336 100644 (file)
@@ -10,6 +10,7 @@
 / {
        model = "Sony Xperia Z5 Compact";
        compatible = "sony,suzuran-row", "qcom,msm8994";
+       chassis-type = "handset";
 };
 
 &pm8994_l14 {
index b4cca54dcb687cc96376135d090bf90e9e4fb7ed..4a0645db0ae14d82d63dd0ba01a1bf06d534062b 100644 (file)
@@ -12,6 +12,7 @@
 / {
        model = "Sony Xperia X Performance";
        compatible = "sony,dora-row", "qcom,msm8996";
+       chassis-type = "handset";
 };
 
 /delete-node/ &tof_sensor;
index be6ea855fcce40c77b1ab648e4110cbceaf7da44..d3100ddf926f76d656555cb478b066ddcc6cd949 100644 (file)
@@ -12,4 +12,5 @@
 / {
        model = "Sony Xperia XZ";
        compatible = "sony,kagura-row", "qcom,msm8996";
+       chassis-type = "handset";
 };
index 1eee7d0fc178d03190bb59ef2f393f501e594e2b..3e5bdaba8378f4205894fc3a4b79bf0b5146accb 100644 (file)
@@ -12,6 +12,7 @@
 / {
        model = "Sony Xperia XZs";
        compatible = "sony,keyaki-row", "qcom,msm8996";
+       chassis-type = "handset";
 };
 
 &pm8994_l19 {
index 77d508e5164ac2b1783bdc6b8ae06bbc75741709..5513fc238343f0f665a319c8b7bcfff838ef84ef 100644 (file)
@@ -13,6 +13,7 @@
 / {
        model = "Xiaomi Mi 5";
        compatible = "xiaomi,gemini", "qcom,msm8996";
+       chassis-type = "handset";
        qcom,msm-id = <246 0x30001>;
        qcom,pmic-id = <0x20009 0x2000a 0x00 0x00>;
        qcom,board-id = <31 0>;
index ea2ca271fe7d2f5bfdcf8949dbdf8e9fb9879bc8..e5b8402b1ed65f75480675f71cdf140db2654791 100644 (file)
@@ -13,6 +13,7 @@
 / {
        model = "Xiaomi Mi Note 2";
        compatible = "xiaomi,scorpio", "qcom,msm8996";
+       chassis-type = "handset";
        qcom,msm-id = <305 0x10000>;
        qcom,board-id = <34 0>;
 
index db5821be1e2fe75c431e79ecb31e858f154be4cc..e204b7050441a2472dac4826fc3810bbba4421f8 100644 (file)
@@ -8,6 +8,7 @@
 / {
        model = "Asus NovaGo TP370QL";
        compatible = "asus,novago-tp370ql", "qcom,msm8998";
+       chassis-type = "convertible";
 };
 
 &blsp1_i2c6 {
index 49705fe655eeed566fe4388661dbac5f784caac4..3d495ce3f46ac6bc8e385326158f6cfeb92a96ae 100644 (file)
@@ -15,6 +15,7 @@
 / {
        model = "F(x)tec Pro1 (QX1000)";
        compatible = "fxtec,pro1", "qcom,msm8998";
+       chassis-type = "handset";
        qcom,board-id = <0x02000b 0x10>;
 
        /*
index 24073127091f6b7549de8f286330d938b850c9b7..1eb406b43fd741d71efea1923e29f88a07a953b5 100644 (file)
@@ -8,6 +8,7 @@
 / {
        model = "HP Envy x2";
        compatible = "hp,envy-x2", "qcom,msm8998";
+       chassis-type = "convertible";
 };
 
 &blsp1_i2c6 {
index 89492ed5196cf71b0f2d8d0367ade32d97dc26d9..f55f6f3e3e5d441eb84ef3d141deb11444d352da 100644 (file)
@@ -8,6 +8,7 @@
 / {
        model = "Lenovo Miix 630";
        compatible = "lenovo,miix-630", "qcom,msm8998";
+       chassis-type = "convertible";
 };
 
 &blsp1_i2c6 {
index 66b9297588ab53aaf79113318631444496ce4c58..9563eb62db88a47c851e46c45f2310171b8e4d82 100644 (file)
@@ -11,6 +11,7 @@
 / {
        model = "OnePlus 5";
        compatible = "oneplus,cheeseburger", "qcom,msm8998";
+       chassis-type = "handset";
        /* Required for bootloader to select correct board */
        qcom,board-id = <8 0 16859 23>;
 
index 544b9b0ae44bb365f99a8a90428860c33e5bf09c..5d0dabbaee4e2969f26aa6034a7866d7615dfcad 100644 (file)
@@ -10,6 +10,7 @@
 / {
        model = "OnePlus 5T";
        compatible = "oneplus,dumpling", "qcom,msm8998";
+       chassis-type = "handset";
        /* Required for bootloader to select correct board */
        qcom,board-id = <8 0 17801 43>;
 };
index 0de919357de466d49670fc88317cdcfc6328dcab..caacb7c28402c8b45cee35ad7347545b87349da1 100644 (file)
@@ -11,6 +11,7 @@
 / {
        model = "Sony Xperia XZ1 Compact";
        compatible = "sony,xperia-lilac", "qcom,msm8998";
+       chassis-type = "handset";
 };
 
 &ibb {
index 87115d648cef27804c8d749b88c637546c1d977e..978495a8a6b9a2a77083d588bc5207293377a8a1 100644 (file)
@@ -11,6 +11,7 @@
 / {
        model = "Sony Xperia XZ Premium";
        compatible = "sony,xperia-maple", "qcom,msm8998";
+       chassis-type = "handset";
 
        disp_dvdd_vreg: disp-dvdd-vreg {
                compatible = "regulator-fixed";
index 9fa3583c951b4fc26c8a51760db9f5baf7188642..4a1f98a210319d38c1de20939cb1914f0b6583ec 100644 (file)
@@ -11,6 +11,7 @@
 / {
        model = "Sony Xperia XZ1";
        compatible = "sony,xperia-poplar", "qcom,msm8998";
+       chassis-type = "handset";
 };
 
 &ibb {
index a4e1fb8ca52d8d9b88a6d6c217a07b817dc422ed..71b448978e888aa177422fca4b3c3b48e81bc9da 100644 (file)
@@ -11,6 +11,7 @@
 / {
        model = "Sony Xperia 10";
        compatible = "sony,kirin-row", "qcom,sdm630";
+       chassis-type = "handset";
 
        chosen {
                framebuffer@9d400000 {
index c574e430ba67cfcc8da2b6a16ee97d9bd5b824b1..dd484a9bc7cde1c7e256877f3a339bdf9aa9fcb3 100644 (file)
@@ -11,4 +11,5 @@
 / {
        model = "Sony Xperia XA2 Ultra";
        compatible = "sony,discovery-row", "qcom,sdm630";
+       chassis-type = "handset";
 };
index a93ff3ab1b6db8c61862d3b2ee7aa45aa1d38a8e..2da83cd41187448210e3b7ee995f3086a38f3ec9 100644 (file)
@@ -11,4 +11,5 @@
 / {
        model = "Sony Xperia XA2";
        compatible = "sony,pioneer-row", "qcom,sdm630";
+       chassis-type = "handset";
 };
index 59a679c205e08410968cabaf792c9132ba7ea161..a679d4acee29659279a98f24f5a15e4bd4f87bc1 100644 (file)
@@ -11,6 +11,7 @@
 / {
        model = "Sony Xperia XA2 Plus";
        compatible = "sony,voyager-row", "qcom,sdm630";
+       chassis-type = "handset";
 
        chosen {
                framebuffer@9d400000 {
index 3e677fb7cfea68182cca34ea2531f6de8f0e6217..1edc53fd69418040c47a1b6d6dc95fb47396af6e 100644 (file)
@@ -10,6 +10,7 @@
 / {
        model = "Xiaomi Redmi Note 7";
        compatible = "xiaomi,lavender", "qcom,sdm660";
+       chassis-type = "handset";
 
        aliases {
                serial0 = &blsp1_uart2;
index 72842c8876176fe2c6186ec57399d1a94bec5d21..73493079d13eaf56f258b646fb5115771e78c6ef 100644 (file)
@@ -10,6 +10,7 @@
 / {
        model = "OnePlus 6";
        compatible = "oneplus,enchilada", "qcom,sdm845";
+       chassis-type = "handset";
 };
 
 &display_panel {
index 969b36dc9e2c605469a3b0bc5d55d706dd2cc593..b63ebc48f62f95b0f89914f2ac7405e4c33e4fb7 100644 (file)
@@ -10,6 +10,7 @@
 / {
        model = "OnePlus 6T";
        compatible = "oneplus,fajita", "qcom,sdm845";
+       chassis-type = "handset";
 };
 
 &display_panel {
index c60c8c640e17fcf1e03be6af13635a48178535eb..054fd97f4b280632d85a05db692b6e852070e395 100644 (file)
@@ -29,6 +29,7 @@
 / {
        model = "Xiaomi Pocophone F1";
        compatible = "xiaomi,beryllium", "qcom,sdm845";
+       chassis-type = "handset";
 
        /* required for bootloader to select correct board */
        qcom,board-id = <69 0>;
index cb11b963d68aba0c6904ca1366b3e7abc2c860de..5607c5e7322e3f834f22bac99f312456f1b201f1 100644 (file)
@@ -19,6 +19,7 @@
 / {
        model = "Lenovo Yoga C630";
        compatible = "lenovo,yoga-c630", "qcom,sdm845";
+       chassis-type = "convertible";
 
        aliases {
                hsuart0 = &uart6;
index 58b6b2742d3f9a0e762c124759b2b2bfda087c62..45eab0235d668cc682ab1ae16d0e8414fbcb9a9c 100644 (file)
@@ -17,6 +17,7 @@
 
        model = "Sony Xperia 10 II";
        compatible = "sony,pdx201", "qcom,sm6125";
+       chassis-type = "handset";
 
        chosen {
                #address-cells = <2>;
index a26c23754f5df54437b4b0ba1b6ddd9ee14f8beb..36911b9a5c045f065dc69aba46f1d49c0d781f73 100644 (file)
@@ -9,6 +9,7 @@
 / {
        model = "Sony Xperia 10 III";
        compatible = "sony,pdx213", "qcom,sm6350";
+       chassis-type = "handset";
        qcom,msm-id = <434 0x10000>, <459 0x10000>;
        qcom,board-id = <0x1000B 0>;
 
index 736da9af44e082cf2472cfc6bb68cd8c9319f088..c99979d048612352b020341020cee6567c916325 100644 (file)
@@ -15,6 +15,7 @@
 / {
        model = "Microsoft Surface Duo";
        compatible = "microsoft,surface-duo", "qcom,sm8150";
+       chassis-type = "handset";
 
        aliases {
                serial0 = &uart2;
index 3b55fdda767a1ed6ee398d9d650ea2a3e424ba30..b2780403255e68b24850da4947e6dea20b3096ce 100644 (file)
@@ -10,6 +10,7 @@
 / {
        model = "Sony Xperia 5";
        compatible = "sony,bahamut-generic", "qcom,sm8150";
+       chassis-type = "handset";
 };
 
 &framebuffer {
index 6f490ec284bd4523ee80c5c497420fd072ea35fd..0d6deceedf46a12b8cf790d9ef0ddcf4d3f595d0 100644 (file)
@@ -10,4 +10,5 @@
 / {
        model = "Sony Xperia 1";
        compatible = "sony,griffin-generic", "qcom,sm8150";
+       chassis-type = "handset";
 };
index 79afeb07f4a247abee7f6a2dd2d84d5fd9cf65ff..356a81698731aafb1d0716f5407b0e3af0d3020e 100644 (file)
@@ -10,6 +10,7 @@
 / {
        model = "Sony Xperia 1 II";
        compatible = "sony,pdx203-generic", "qcom,sm8250";
+       chassis-type = "handset";
 };
 
 /delete-node/ &vreg_l7f_1p8;
index 16c96e8385348f97330ac59a52449dfa5b718dc6..5ecf7dafb2ec45da345275f8d3787e2342fabbb2 100644 (file)
@@ -10,6 +10,7 @@
 / {
        model = "Sony Xperia 5 II";
        compatible = "sony,pdx206-generic", "qcom,sm8250";
+       chassis-type = "handset";
 };
 
 &framebuffer {