Skip to content

Commit ce7fc78

Browse files
erikas9987TravMurav
authored andcommitted
dts: msm8226: mss8926-v2-720p-mtp: clarify how to pick the panel
Sony Xperia M2 (Aqua) now has two panels to choose from. Clarify in the comment how to pick the right one for your device. Signed-off-by: Erikas Bitovtas <xerikasxx@gmail.com>
1 parent 8234221 commit ce7fc78

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

lk2nd/device/dts/msm8226/msm8926-v2-720p-mtp.dts

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,15 @@
2929

3030
sony-eagle {
3131
/*
32-
* To build for sony-eagle, add the following flag in your make cmdline:
32+
* To build for sony-eagle, boot the downstream kernel and run the following
33+
* command in adb shell:
3334
*
34-
* make ... LK2ND_DISPLAY="innolux_qhd_video"
35+
* dmesg | grep LCD_ID
36+
*
37+
* Then pass appropriate LK2ND display based on LCD_ID value:
38+
* make ... LK2ND_DISPLAY="innolux_qhd_video" (LCD_ID=0)
39+
* or
40+
* "truly_qhd_video" (LCD_ID=1)
3541
*
3642
* `LK2ND_DISPLAY` selects the appropriate display driver. This is required
3743
* because the screen initialization needs specific configuration.

0 commit comments

Comments
 (0)