Skip to content

Commit

Permalink
dts: msm8916: Add 512mb-qrd-skuh with uf896 4G usb stick
Browse files Browse the repository at this point in the history
  • Loading branch information
TravMurav committed Jan 1, 2023
1 parent 143d3bc commit 3a5f65b
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ page on the EFIDroid wiki for an exact mapping of LK targets to SoCs.
- Xiaomi Mi 4i - ferrari
- Xiaomi Redmi 2 - wt86047, wt88047
- Yamada EveryPad III (rebrand of Lenovo PHAB Plus)
- Zhihe-series 4G Modem Stick - ufi-001c(b)
- Zhihe-series 4G Modem Stick - ufi-001c(b), uf896

### lk2nd-msm8974
- Fairphone 2 - FP2
Expand Down
19 changes: 19 additions & 0 deletions dts/msm8916/msm8916-512mb-qrd-skuh.dts
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
// SPDX-License-Identifier: GPL-2.0-only

/dts-v1/;

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

/ {
compatible = "qcom,msm8916-qrd-skuh", "qcom,msm8916";
qcom,msm-id = <206 0>;
qcom,board-id = <0x1000b 0x100>;

zhihe-uf896 {
model = "uf896 4G Modem Stick";
compatible = "zhihe,uf896", "qcom,msm8916", "lk2nd,device";

lk2nd,keys = <KEY_HOME 35 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
};
};
1 change: 1 addition & 0 deletions dts/msm8916/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ DTBS += \
$(LOCAL_DIR)/msm8916-motorola-surnia.dtb \
$(LOCAL_DIR)/msm8916-mtp.dtb \
$(LOCAL_DIR)/msm8916-mtp-smb1360.dtb \
$(LOCAL_DIR)/msm8916-512mb-qrd-skuh.dtb \
$(LOCAL_DIR)/msm8916-qrd-skut1.dtb \
$(LOCAL_DIR)/msm8916-qrd4-v1.dtb \
$(LOCAL_DIR)/msm8916-qrd5-v1.dtb \
Expand Down

0 comments on commit 3a5f65b

Please sign in to comment.