forked from msm8916-mainline/lk2nd
-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #50 from barni2000/main
xiaomi-ysl: Add Xiaomi Redmi S2/Y2 (ysl) support
- Loading branch information
Showing
3 changed files
with
31 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
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,29 @@ | ||
// SPDX-License-Identifier: GPL-2.0-only | ||
|
||
/dts-v1/; | ||
|
||
/include/ "msm8953.dtsi" | ||
|
||
/ { | ||
// This is used by the bootloader to find the correct DTB | ||
qcom,msm-id = <293 0>; | ||
qcom,board-id = <8 0>; | ||
|
||
model = "Xiaomi Redmi S2/Y2 (ysl)"; | ||
compatible = "xiaomi,ysl", "qcom,msm8953", "lk2nd,device"; | ||
lk2nd,pstore = <0x9ff00000 0x00100000>; | ||
|
||
panel { | ||
compatible = "xiaomi,ysl-panel"; | ||
|
||
qcom,mdss_dsi_auo_hd720_video { | ||
compatible = "xiaomi,ysl-ili7807d"; | ||
}; | ||
qcom,mdss_dsi_sc_ili9881c_hd720_video { | ||
compatible = "xiaomi,ysl-ili9881c"; | ||
}; | ||
qcom,mdss_dsi_truly_hd720_video { | ||
compatible = "xiaomi,ysl-hx8394f"; | ||
}; | ||
}; | ||
}; |
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