diff --git a/README.md b/README.md index 634560579..cda3a957e 100644 --- a/README.md +++ b/README.md @@ -125,6 +125,7 @@ page on the EFIDroid wiki for an exact mapping of LK targets to SoCs. - LG G Watch R - lenok (use `lk2nd-appended-dtb.img`) - Motorola Moto G 2013 - falcon - Motorola Moto G 4G 2013 - peregrine +- Motorola Moto G 2014 - titan - 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 diff --git a/dts/msm8226/msm8226-motorola-titan.dts b/dts/msm8226/msm8226-motorola-titan.dts new file mode 100644 index 000000000..e752fb172 --- /dev/null +++ b/dts/msm8226/msm8226-motorola-titan.dts @@ -0,0 +1,38 @@ +// SPDX-License-Identifier: GPL-2.0-only + +/dts-v1/; + +#include +#include + +/ { + // 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"; +}; diff --git a/dts/msm8226/rules.mk b/dts/msm8226/rules.mk index 68304f256..16f494623 100644 --- a/dts/msm8226/rules.mk +++ b/dts/msm8226/rules.mk @@ -8,6 +8,7 @@ DTBS += \ $(LOCAL_DIR)/apq8026-samsung-r03.dtb \ $(LOCAL_DIR)/apq8026-samsung-r09.dtb \ $(LOCAL_DIR)/msm8226-motorola-falcon.dtb \ + $(LOCAL_DIR)/msm8226-motorola-titan.dtb \ $(LOCAL_DIR)/msm8226-samsung-ms013g.dtb \ $(LOCAL_DIR)/msm8926-htc-memul.dtb \ $(LOCAL_DIR)/msm8926-huawei-g6-l11-vb.dtb \