-
Notifications
You must be signed in to change notification settings - Fork 335
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dts: msm8226: Add Motorola Moto G 2014 (titan)
- Loading branch information
Showing
3 changed files
with
40 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,38 @@ | ||
// SPDX-License-Identifier: GPL-2.0-only | ||
|
||
/dts-v1/; | ||
|
||
#include <skeleton.dtsi> | ||
#include <lk2nd.h> | ||
|
||
/ { | ||
// This is used by the bootloader to find the correct DTB | ||
qcom,msm-id = <145 0x4b 0x8100>, | ||
<145 0x4b 0x8200>, | ||
<145 0x4b 0x8300>, | ||
<145 0x4b 0x8400>, | ||
<145 0x4b 0x8500>, | ||
<145 0x4c 0x8100>, | ||
<145 0x4c 0x8200>, | ||
<145 0x4c 0x8300>, | ||
<145 0x4c 0x8400>, | ||
<145 0x4c 0x8500>, | ||
<145 0x4d 0x8100>, | ||
<145 0x4d 0x8200>, | ||
<145 0x4d 0x8300>, | ||
<145 0x4d 0x8400>, | ||
<145 0x4d 0x8500>, | ||
<145 0x4e 0x8100>, | ||
<145 0x4e 0x8200>, | ||
<145 0x4e 0x8300>, | ||
<145 0x4e 0x8400>, | ||
<145 0x4e 0x8500>, | ||
<145 0x4f 0x8100>, | ||
<145 0x4f 0x8200>, | ||
<145 0x4f 0x8300>, | ||
<145 0x4f 0x8400>, | ||
<145 0x4f 0x8500>; | ||
|
||
model = "Motorola Moto G 2014"; | ||
compatible = "motorola,titan", "qcom,msm8226", "lk2nd,device"; | ||
}; |
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