Skip to content

Commit

Permalink
dts: msm8926: Add Motorola Moto G 4G
Browse files Browse the repository at this point in the history
  • Loading branch information
André Apitzsch authored and TravMurav committed Nov 21, 2023
1 parent 53dd1b0 commit 521e011
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ page on the EFIDroid wiki for an exact mapping of LK targets to SoCs.
- Huawei Watch - sturgeon
- LG G Watch R - lenok (use `lk2nd-appended-dtb.img`)
- Motorola Moto G 2013 - falcon
- Motorola Moto G 4G 2013 - peregrine
- Samsung Galaxy Grand 2 - SM-G7102
- Samsung Galaxy Tab 4 10.1 (2014) - SM-T530, SM-T535
- Samsung Galaxy Tab 4 8.0 (2014) - SM-T330, SM-T330NU
Expand Down
13 changes: 13 additions & 0 deletions dts/msm8226/msm8926-motorola-peregrine.dts
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
// SPDX-License-Identifier: GPL-2.0-only

/dts-v1/;

#include <skeleton.dtsi>
#include <lk2nd.h>

/ {
qcom,msm-id = <0x91 0x44 0x82D0>;

model = "Motorola Moto G 4G 2013";
compatible = "motorola,peregrine", "qcom,msm8926", "lk2nd,device";
};
1 change: 1 addition & 0 deletions dts/msm8226/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ DTBS += \
$(LOCAL_DIR)/msm8226-samsung-ms013g.dtb \
$(LOCAL_DIR)/msm8926-htc-memul.dtb \
$(LOCAL_DIR)/msm8926-huawei-g6-l11-vb.dtb \
$(LOCAL_DIR)/msm8926-motorola-peregrine.dtb \
$(LOCAL_DIR)/msm8926-samsung-r02.dtb \
$(LOCAL_DIR)/msm8926-v2-720p-mtp.dtb

0 comments on commit 521e011

Please sign in to comment.