Skip to content

Commit

Permalink
Revert "lk2nd: device: dts: Fix boot on motorola-harpia"
Browse files Browse the repository at this point in the history
Looks like this is not needed after all with the "model" property added to
the appended DTB. This avoids having to build a custom image for
bq-piccolo.

This reverts commit 17dd46e.
  • Loading branch information
stephan-gh committed Sep 19, 2024
1 parent 8226cb8 commit a0063b1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Documentation/devices.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
- Asus Zenfone 2 Laser (1080p) - Z00T
- Asus Zenfone 2 Laser ZE500KL - Z00E
- Asus Zenfone Max ZC550KL (2016) - Z010D
- BQ Aquaris M5 - piccolo (quirky - see comment in `lk2nd/device/dts/msm8916/msm8939-qrd-skuk.dts`)
- BQ Aquaris M5 - piccolo
- BQ Aquaris X5 - paella, picmt
- DragonBoard 410c - apq8016-sbc
- GPLUS FL8005A
Expand Down
7 changes: 0 additions & 7 deletions lk2nd/device/dts/msm8916/msm8939-qrd-skuk.dts
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,6 @@
};

&lk2nd {
/*
* To build for bq-piccolo with the stock bootloader,
* add LK2ND_ADTBS="msm8939-qrd-skuk.dtb" to your make cmdline.
* bq-piccolo is the only device that needs appended DTB (ADTBS)
* at the moment. Adding it by default breaks other devices like
* motorola-harpia.
*/
bq-piccolo {
model = "BQ Aquaris M5 (Longcheer L9100)";
compatible = "longcheer,l9100";
Expand Down
3 changes: 3 additions & 0 deletions lk2nd/device/dts/msm8916/rules.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# SPDX-License-Identifier: BSD-3-Clause
LOCAL_DIR := $(GET_LOCAL_DIR)

ADTBS += \
$(LOCAL_DIR)/msm8939-qrd-skuk.dtb \

QCDTBS += \
$(LOCAL_DIR)/apq8016-samsung.dtb \
$(LOCAL_DIR)/apq8016-sbc.dtb \
Expand Down

0 comments on commit a0063b1

Please sign in to comment.