Skip to content

Commit

Permalink
squash! dts: msm8909: Add support for catfish
Browse files Browse the repository at this point in the history
dts: msm8909: apq8009w-wtp: add mobvoi-catfish

[Add lk2nd,match-panel; rename the dts to apq8009w-wtp]
  • Loading branch information
wonderfulShrineMaidenOfParadise committed Jun 5, 2024
1 parent 09e558c commit 28a6517
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 18 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ https://source.codeaurora.org/quic/la/kernel/lk/) (tag `LA.BR.1.2.9.1-02310-8x16
which is a heavily modified version of the [Little Kernel Embedded Operating System].

## Supported SoCs
- `lk2nd-msm8909`: APQ8009, MSM8909
- `lk2nd-msm8909`: APQ8009W, MSM8909
- `lk2nd-msm8916`: APQ8016, MSM8216, MSM8916, MSM8929, MSM8939
- `lk2nd-msm8974`: MSM8974
- `lk2nd-msm8226`: APQ8026, MSM8226, MSM8926
Expand All @@ -50,7 +50,7 @@ page on the EFIDroid wiki for an exact mapping of LK targets to SoCs.
## Supported devices
### lk2nd-msm8909
- Acer Liquid Z330 - T01
- Mobvoi TicWatch Pro - catfish
- Mobvoi TicWatch Pro - catfish (use `lk2nd-msm8909-appended-dtb.img`)

### lk2nd-msm8916
- Acer Iconia Talk S A1-724 (quirky - see comment in `dts/msm8916/msm8916-mtp-smb1360.dts`)
Expand Down
27 changes: 27 additions & 0 deletions dts/msm8909/apq8009w-wtp.dts
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
// SPDX-License-Identifier: GPL-2.0-only

/dts-v1/;

#include <skeleton.dtsi>

/ {
compatible = "qcom,apq8009-mtp", "qcom,apq8009", "qcom,mtp";

// This is used by the bootloader to find the correct DTB
qcom,msm-id = <265 0>, <301 0>;
qcom,board-id= <8 0x105>;

mobvoi-catfish {
model = "Mobvoi TicWatch Pro";
compatible = "mobvoi,catfish", "qcom,apq8009w", "lk2nd,device";
lk2nd,match-panel;

panel {
compatible = "mobvoi,catfish-panel";

qcom,mdss_dsi_rm67162_wqvga_cmd {
compatible = "mobvoi,rm67162";
};
};
};
};
14 changes: 0 additions & 14 deletions dts/msm8909/msm8909-catfish.dts

This file was deleted.

4 changes: 2 additions & 2 deletions dts/msm8909/rules.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
LOCAL_DIR := $(GET_LOCAL_DIR)

DTBS += \
$(LOCAL_DIR)/msm8909-1gb-qrd-skuc.dtb \
$(LOCAL_DIR)/msm8909-catfish.dtb
$(LOCAL_DIR)/apq8009w-wtp.dtb \
$(LOCAL_DIR)/msm8909-1gb-qrd-skuc.dtb

0 comments on commit 28a6517

Please sign in to comment.