forked from msm8916-mainline/lk2nd
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dts: msm8909: Add support for catfish
Signed-off-by: Ricky Cheung <[email protected]>
- Loading branch information
1 parent
07b7429
commit 3d9999d
Showing
2 changed files
with
16 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |