Skip to content

Commit

Permalink
dts: msm8909: Add support for catfish
Browse files Browse the repository at this point in the history
Signed-off-by: Ricky Cheung <[email protected]>
  • Loading branch information
Ricky Cheung authored and wonderfulShrineMaidenOfParadise committed Jun 5, 2024
1 parent 07b7429 commit 3d9999d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
14 changes: 14 additions & 0 deletions dts/msm8909/msm8909-catfish.dts
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
// SPDX-License-Identifier: GPL-2.0-only

/dts-v1/;

#include <skeleton.dtsi>

/ {
qcom,msm-id = <265 0>, <301 0>;
qcom,board-id= <8 0x105>;
lk2nd,match-cmdline = "* mdss_mdp3.panel=1:dsi:0:qcom,mdss_dsi_rm67162_wqvga_cmd:1:none:cfg:single_dsi";

model = "Mobvoi TicWatch Pro";
compatible = "mobvoi,catfish", "qcom,msm8909", "lk2nd,device";
};
3 changes: 2 additions & 1 deletion dts/msm8909/rules.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
LOCAL_DIR := $(GET_LOCAL_DIR)

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

0 comments on commit 3d9999d

Please sign in to comment.