mirror of
https://github.com/torvalds/linux.git
synced 2026-06-05 13:06:59 +02:00
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:
parent
7475f7248e
commit
6d28bc945d
|
|
@ -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>;
|
||||
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@
|
|||
/ {
|
||||
model = "Asus Nexus7(flo)";
|
||||
compatible = "asus,nexus7-flo", "qcom,apq8064";
|
||||
chassis-type = "tablet";
|
||||
|
||||
aliases {
|
||||
serial0 = &gsbi7_serial;
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@
|
|||
/ {
|
||||
model = "Sony Xperia Z";
|
||||
compatible = "sony,xperia-yuga", "qcom,apq8064";
|
||||
chassis-type = "handset";
|
||||
|
||||
aliases {
|
||||
serial0 = &gsbi5_serial;
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@
|
|||
/ {
|
||||
model = "Samsung Galaxy S III Neo";
|
||||
compatible = "samsung,s3ve3g", "qcom,msm8226";
|
||||
chassis-type = "handset";
|
||||
|
||||
aliases {
|
||||
serial0 = &blsp1_uart3;
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
/ {
|
||||
model = "LGE MSM 8974 HAMMERHEAD";
|
||||
compatible = "lge,hammerhead", "qcom,msm8974";
|
||||
chassis-type = "handset";
|
||||
|
||||
aliases {
|
||||
serial0 = &blsp1_uart1;
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
/ {
|
||||
model = "Sony Xperia Z1 Compact";
|
||||
compatible = "sony,xperia-amami", "qcom,msm8974";
|
||||
chassis-type = "handset";
|
||||
};
|
||||
|
||||
&smbb {
|
||||
|
|
|
|||
|
|
@ -4,4 +4,5 @@
|
|||
/ {
|
||||
model = "Sony Xperia Z1";
|
||||
compatible = "sony,xperia-honami", "qcom,msm8974";
|
||||
chassis-type = "handset";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
/ {
|
||||
model = "Fairphone 2";
|
||||
compatible = "fairphone,fp2", "qcom,msm8974";
|
||||
chassis-type = "handset";
|
||||
|
||||
aliases {
|
||||
mmc0 = &sdhc_1;
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@
|
|||
/ {
|
||||
model = "Samsung Galaxy S5";
|
||||
compatible = "samsung,klte", "qcom,msm8974";
|
||||
chassis-type = "handset";
|
||||
|
||||
aliases {
|
||||
serial0 = &blsp1_uart1;
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
/ {
|
||||
model = "Sony Xperia Z2 Tablet";
|
||||
compatible = "sony,xperia-castor", "qcom,msm8974";
|
||||
chassis-type = "tablet";
|
||||
|
||||
aliases {
|
||||
serial0 = &blsp1_uart2;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user