Skip to content

Commit

Permalink
Add more device DTs
Browse files Browse the repository at this point in the history
  • Loading branch information
TravMurav committed Aug 29, 2023
1 parent aab7625 commit 9fbb494
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 0 deletions.
22 changes: 22 additions & 0 deletions lk2nd/device/dts/msm8226/lenok.dts
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
// SPDX-License-Identifier: GPL-2.0-only

#include <skeleton32.dtsi>
#include <lk2nd.dtsi>

/ {
/*
* Bootloader actually wants the compatible to have the soc in it...
* It also doesn't care about the qcom,msm-id but let it be here for
* the completeness...
*/
compatible = "qcom,apq8026";
qcom,msm-id = <199 0x20000>;
qcom,board-id = <132 0x0a>;
};

&lk2nd {
lg-lenok {
model = "LG G Watch R";
compatible = "lg,lenok";
};
};
3 changes: 3 additions & 0 deletions lk2nd/device/dts/msm8226/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ LOCAL_DIR := $(GET_LOCAL_DIR)

DTBS += \
$(LOCAL_DIR)/lumia.dtb \

ADTBS += \
$(LOCAL_DIR)/lenok.dtb \
18 changes: 18 additions & 0 deletions lk2nd/device/dts/msm8952/msm8937-mtp.dts
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
// SPDX-License-Identifier: BSD-3-Clause

#include <skeleton64.dtsi>
#include <lk2nd.dtsi>

/ {
model = "Wileyfox Swift2 X50 Series";
compatible = "qcom,msm8937-mtp", "qcom,msm8937", "qcom,mtp";
qcom,msm-id = <0x126 0x00>;
qcom,board-id = <0x08 0x00>;
qcom,pmic-id = <0x10019 0x10011 0x00 0x00>;

};

&lk2nd {
model = "Wileyfox Swift 2";
compatible = "wileyfox,marmite";
};
5 changes: 5 additions & 0 deletions lk2nd/device/dts/msm8952/rules.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# SPDX-License-Identifier: BSD-3-Clause
LOCAL_DIR := $(GET_LOCAL_DIR)

ADTBS += \
$(LOCAL_DIR)/msm8937-mtp.dtb \

0 comments on commit 9fbb494

Please sign in to comment.