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.
Add support for Xiaomi Redmi 7A (pine)
- Loading branch information
1 parent
4c4de36
commit a90b8d4
Showing
3 changed files
with
22 additions
and
1 deletion.
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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
/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>; | ||
|
||
// 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__ {}; | ||
}; |