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 @@ -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`)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

...MNOPQRS...


### lk2nd-msm8226
- ASUS ZenWatch 2 - sparrow
Expand Down
19 changes: 19 additions & 0 deletions lk2nd/device/dts/msm8974/msm8974-nokia-martini.dts
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
// SPDX-License-Identifier: BSD-3-Clause

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

//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
Comment on lines +6 to +9
Copy link
Member

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.


/ {
qcom,msm-id = <QCOM_ID_MSM8974 0x96 0x20002 0xb>;

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

};

&lk2nd {
model = "Nokia Lumia 930";
compatible = "nokia,martini";
lk2nd,match-cmdline = "*Nokia-martini*";
};