Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Documentation/devices.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@
- Motorola Moto G5S (montana)
- Motorola Moto G6 Play (jeter)
- OPPO A57 (A57) (quirky - see comment in `lk2nd/device/dts/msm8952/msm8940-oppo-a57.dts`)
- Readboy G500X Tablet
- Redmi 3S (land)
- Redmi 4 (prada)
- Redmi 4A (rolex)
Expand Down
18 changes: 18 additions & 0 deletions lk2nd/device/dts/msm8952/msm8937-pmi8950-qrd-sku1.dts
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
// SPDX-License-Identifier: BSD-3-Clause

/dts-v1/;

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

/ {
qcom,msm-id = <QCOM_ID_MSM8937 0>;
qcom,board-id = <QCOM_BOARD_ID(QRD, 2, 0) 0>;
};

&lk2nd {
model = "Readboy G500X Tablet";
compatible = "readboy,g500x";

lk2nd,dtb-files = "msm8937-readboy-g500x";
};
1 change: 1 addition & 0 deletions lk2nd/device/dts/msm8952/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ ADTBS += \
$(LOCAL_DIR)/msm8937-mtp.dtb \
$(LOCAL_DIR)/msm8937-nokia-nd1.dtb \
$(LOCAL_DIR)/msm8937-nokia-ple.dtb \
$(LOCAL_DIR)/msm8937-pmi8950-qrd-sku1.dtb \
$(LOCAL_DIR)/msm8937-xiaomi-land.dtb \
$(LOCAL_DIR)/msm8940-mtp.dtb \
$(LOCAL_DIR)/msm8940-oppo-a57.dtb \
Expand Down
Loading