blob: 59414db42508293794462049b7be462d5457a10c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
// SPDX-License-Identifier: GPL-2.0-only
/dts-v1/;
#include "msm8939-pm8916.dtsi"
#include "msm8939-wingtech-wt82918.dtsi"
/ {
model = "Lenovo Vibe K5 (HD) (Wingtech WT82918)";
compatible = "wingtech,wt82918hdhw39", "qcom,msm8939";
chassis-type = "handset";
};
&touchscreen {
touchscreen-size-x = <720>;
touchscreen-size-y = <1280>;
};
|