mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-21 06:50:25 +00:00
18 lines
335 B
Text
18 lines
335 B
Text
![]() |
// SPDX-License-Identifier: GPL-2.0-only
|
||
|
|
||
|
/dts-v1/;
|
||
|
|
||
|
#include "msm8939-pm8916.dtsi"
|
||
|
#include "msm8939-wingtech-wt82918.dtsi"
|
||
|
|
||
|
/ {
|
||
|
model = "Lenovo Vibe K5 (Wingtech WT82918)";
|
||
|
compatible = "wingtech,wt82918", "qcom,msm8939";
|
||
|
chassis-type = "handset";
|
||
|
};
|
||
|
|
||
|
&touchscreen {
|
||
|
touchscreen-size-x = <1080>;
|
||
|
touchscreen-size-y = <1920>;
|
||
|
};
|