forked from msm8916-mainline/lk2nd
-
Notifications
You must be signed in to change notification settings - Fork 72
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 Lenovo P2 (lenovo-kuntao)
Signed-off-by: Raihan Ahamed <[email protected]>
- Loading branch information
1 parent
68e6796
commit d42b558
Showing
3 changed files
with
16 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,14 @@ | ||
/dts-v1/; | ||
|
||
/include/ "msm8953.dtsi" | ||
|
||
/ { | ||
#address-cells = <2>; | ||
#size-cells = <2>; | ||
qcom,msm-id = <0x125 0x00>; | ||
qcom,board-id = <0x41 0x82b1 0x41 0x83b0>; | ||
|
||
model = "Lenovo P2 (kuntao)"; | ||
compatible = "lenovo,kuntao", "qcom,msm8953", "lk2nd,device"; | ||
lk2nd,pstore = <0x8ee00000 0x80000>; | ||
}; |
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