-
Notifications
You must be signed in to change notification settings - Fork 344
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dts: msm8909: add ZTE N818S sapphire
- Loading branch information
Showing
3 changed files
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -69,6 +69,7 @@ | |
- Nokia 6300 4G | ||
- Nokia 8000 4G | ||
- Nokia 8110 4G | ||
- ZTE N818S (sapphire) | ||
|
||
### lk2nd-msm8952 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
// SPDX-License-Identifier: BSD-3-Clause | ||
|
||
#include <skeleton64.dtsi> | ||
#include <lk2nd.dtsi> | ||
|
||
/ { | ||
qcom,msm-id = <QCOM_ID_MSM8909 0>; | ||
qcom,board-id = <0x1000b 0x6e>, <0x1040b 0x6e>; | ||
|
||
compatible = "qcom,msm8909-qrd", "qcom,msm8909", "qcom,qrd"; | ||
}; | ||
|
||
&lk2nd { | ||
zte-sapphire { | ||
model = "ZTE N818S (sapphire)"; | ||
compatible = "zte,sapphire"; | ||
lk2nd,match-panel; | ||
lk2nd,dtb-files = "msm8909-zte-sapphire"; | ||
|
||
panel { | ||
// FIXME: this panel does not exist in mainline | ||
// mdss_dsi_hlt_jd9161_hsd_4p_fwvga_video | ||
compatible = "zte,sapphire-panel", "lk2nd,panel"; | ||
|
||
qcom,mdss_dsi_hlt_jd9161_hsd_4p_fwvga_video { | ||
compatible = "helitai,jd9161-hsd"; | ||
}; | ||
|
||
// possible other variant | ||
qcom,zte-lianchuang-ili9806e-hsd-4p0-fwvga-video { | ||
compatible = "zte,lianchuang-ili9806e-hsd"; | ||
}; | ||
}; | ||
}; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters