Skip to content

Commit e9c8b21

Browse files
committed
lk2nd: dts: msm8916: Allow booting bq-paella with BQ bootloader
This is similar to bq-piccolo (msm8939-qrd-skuk), it accepts appended DTBs only. As a nice side effect, lk2nd will refuse auto-selecting the msm8939-qrd-skuk when none of the QCDTBs matches. So far we have been booting bq-paella by flashing the Cyanogen bootloader, which supports QCDTBs similar to wileyfox-crackling.
1 parent 7a83916 commit e9c8b21

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

lk2nd/device/dts/msm8916/msm8916-qrd-9.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
bq-paella {
1313
model = "BQ Aquaris X5 (Longcheer L8910)";
1414
compatible = "bq,paella", "longcheer,l8910";
15-
lk2nd,match-bootloader = "paella-*";
15+
lk2nd,match-panel;
1616

1717
panel {
1818
compatible = "longcheer,l8910-panel", "lk2nd,panel";

lk2nd/device/dts/msm8916/rules.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
LOCAL_DIR := $(GET_LOCAL_DIR)
33

44
ADTBS += \
5+
$(LOCAL_DIR)/msm8916-qrd-9.dtb \
56
$(LOCAL_DIR)/msm8939-qrd-skuk.dtb \
67

78
QCDTBS += \

0 commit comments

Comments
 (0)