forked from msm8916-mainline/lk2nd
-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for Xiaomi Redmi 5 (rosy)
Signed-off-by: Ivan Vorvanin <[email protected]>
- Loading branch information
Showing
4 changed files
with
42 additions
and
11 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
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 |
---|---|---|
@@ -1,19 +1,21 @@ | ||
// SPDX-License-Identifier: GPL-2.0-only | ||
|
||
/dts-v1/; | ||
|
||
/include/ "msm8952.dtsi" | ||
|
||
/ { | ||
compatible = "qcom,sdm439", "xiaomi,pine", "lk2nd,device"; | ||
model = "Xiaomi Redmi 7A"; | ||
qcom,msm-id = <353 0x00>; | ||
qcom,board-id = <0xb 2>; | ||
compatible = "qcom,sdm439", "xiaomi,pine", "lk2nd,device"; | ||
model = "Xiaomi Redmi 7A"; | ||
qcom,msm-id = <353 0x00>; | ||
qcom,board-id = <0xb 2>; | ||
|
||
// Bootloader won't continue if it can't delete some nodes from below | ||
soc { | ||
#address-cells = <1>; | ||
#size-cells = <1>; | ||
ranges = <0x0 0x0 0x0 0xffffffff>; | ||
}; | ||
// Bootloader won't continue if it can't delete some nodes from below | ||
soc { | ||
#address-cells = <1>; | ||
#size-cells = <1>; | ||
ranges = <0x0 0x0 0x0 0xffffffff>; | ||
}; | ||
|
||
__symbols__ {}; | ||
__symbols__ {}; | ||
}; |
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,27 @@ | ||
// SPDX-License-Identifier: GPL-2.0-only | ||
|
||
/dts-v1/; | ||
|
||
/include/ "msm8953.dtsi" | ||
|
||
/ { | ||
qcom,board-id = <0x1000b 1>; | ||
qcom,msm-id = <338 0x0>; | ||
|
||
model = "Xiaomi Redmi 5 (rosy)"; | ||
compatible = "xiaomi,rosy", "qcom,msm8953", "lk2nd,device"; | ||
|
||
panel { | ||
compatible = "xiaomi,rosy-panel"; | ||
|
||
qcom,mdss_dsi_ft8613_ebbg_5p7_720p_video { | ||
compatible = "xiaomi,rosy-ft8613-ebbg"; | ||
}; | ||
qcom,mdss_dsi_ft8613_csot_5p7_720p_video { | ||
compatible = "xiaomi,rosy-ft8613-csot"; | ||
}; | ||
qcom,mdss_dsi_ft8606m_boe_5p7_720p_video { | ||
compatible = "xiaomi,rosy-ft8006m-boe"; | ||
}; | ||
}; | ||
}; |