Skip to content

Commit 522ce49

Browse files
committed
dts: msm8952: Rename and use QCOM_BOARD_ID macro for Readboy G500X
1 parent 0b81b40 commit 522ce49

2 files changed

Lines changed: 11 additions & 8 deletions

File tree

Documentation/devices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
- Motorola Moto G5S (montana)
111111
- Motorola Moto G6 Play (jeter)
112112
- OPPO A57 (A57) (quirky - see comment in `lk2nd/device/dts/msm8952/msm8940-oppo-a57.dts`)
113-
- Readboy G500X Tablet (msm8937_64)(support lk1st with qtestsign)
113+
- Readboy G500X Tablet
114114
- Redmi 3S (land)
115115
- Redmi 4 (prada)
116116
- Redmi 4A (rolex)

lk2nd/device/dts/msm8952/msm8937-readboy-g500x.dts

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,17 @@
77

88
/ {
99
qcom,msm-id = <QCOM_ID_MSM8937 0>;
10-
qcom,board-id = <0x2000b 0>;
10+
qcom,board-id = <QCOM_BOARD_ID(QRD, 2, 0) 0>;
1111
};
1212

1313
&lk2nd {
14-
model = "Readboy G500X Tablet";
15-
compatible = "readboy,g500x";
14+
/*
15+
* Readboy G500X Tablet
16+
* To build lk1st, use: make TOOLCHAIN_PREFIX=arm-none-eabi- lk1st-msm8952
17+
* (with a qtestsign signature after build)
18+
*/
19+
model = "Readboy G500X Tablet";
20+
compatible = "readboy,g500x";
1621

17-
lk2nd,match-device = "g500x";
18-
lk2nd,dtb-files = "msm8937-readboy-g500x";
19-
lk2nd,enable-storage;
20-
};
22+
lk2nd,dtb-files = "msm8937-readboy-g500x";
23+
};

0 commit comments

Comments
 (0)