forked from zephyrproject-rtos/zephyr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drivers: display: Add support for Raydium RM68200
Add support for the Raydium RM68200 MIPI DSI panel. Signed-off-by: Mahesh Mahadevan <[email protected]>
- Loading branch information
1 parent
27800c2
commit 450a1c0
Showing
6 changed files
with
1,128 additions
and
0 deletions.
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
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
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
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,11 @@ | ||
# Copyright 2022, NXP | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
DT_COMPAT_RM68200 := raydium,rm68200 | ||
|
||
config RM68200 | ||
bool "RM68200 display driver" | ||
depends on MIPI_DSI | ||
default $(dt_compat_enabled,$(DT_COMPAT_RM68200)) | ||
help | ||
Enable driver for RM68200 display driver. |
Oops, something went wrong.