-
Notifications
You must be signed in to change notification settings - Fork 375
dts: msm8974: Add support for Nokia Lumia 930 #508
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
@@ -145,6 +145,7 @@ | |||
- Samsung Galaxy S5 - SM-G900F | |||
- Samsung Galaxy S5 China LTE (Duos) - SM-G9006V/W, SM-G9008V/W, SM-G9009W | |||
- Sony Xperia Z3 - leo | |||
- Nokia Lumia 930 - martini (quirky - see comment in `lk2nd/device/dts/msm8974/msm8974-nokia-martini.dts`) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
...MNOPQRS...
//this is the cmd used to compile lk1st for Lumia930 | ||
// make TOOLCHAIN_PREFIX=arm-none-eabi- DEBUG=1 DEBUG_FBCON=0 LK2ND_BUNDLE_DTB=msm8974-nokia-martini.dtb lk1st-msm8974 | ||
//CAUTION: this device is quirky cause its a Windows phone, it needs cat build-lk1st-msm8974/lk_s.elf build-lk1st-msm8974/lk2nd/device/dts/msm8974-nokia-martini.dtb > emmc_appsboot.mbn | ||
//The panel does not work if lk2nds const-splash is disabled which is the case on lk1st so dont expect display support |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd prefer this to be C style comment (/* */
) and folded to 80-100 where it makes sense.
//The panel does not work if lk2nds const-splash is disabled which is the case on lk1st so dont expect display support | ||
|
||
/ { | ||
qcom,msm-id = <QCOM_ID_MSM8974 0x96 0x20002 0xb>; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Duplicated with msm8974-lge-hammerhead.dts
No description provided.