Skip to content

Commit d5329d1

Browse files
danieldegrassecarlescufi
authored andcommitted
boards: arm: mixmrt1170_evkb: enable display support
Enable display support for RT1170 EVKB, using display sample with RK055HDMIPI4M display. Signed-off-by: Daniel DeGrasse <[email protected]>
1 parent 2ef5eb9 commit d5329d1

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

boards/arm/mimxrt1170_evk/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ RT1170 EVKB (`mimxrt1170_evkb_cm7/cm4`)
130130
+-----------+------------+-------------------------------------+-----------------+-----------------+
131131
| HWINFO | on-chip | Unique device serial number | Supported (M7) | Supported (M7) |
132132
+-----------+------------+-------------------------------------+-----------------+-----------------+
133-
| DISPLAY | on-chip | display | Supported (M7) | No support |
133+
| DISPLAY | on-chip | display | Supported (M7) | Supported (M7) |
134134
+-----------+------------+-------------------------------------+-----------------+-----------------+
135135
| ACMP | on-chip | analog comparator | Supported | No support |
136136
+-----------+------------+-------------------------------------+-----------------+-----------------+

boards/arm/mimxrt1170_evk/mimxrt1170_evkb_cm7.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ supported:
2222
- gpio
2323
- hwinfo
2424
- i2c
25+
- kscan:touch
26+
- mipi_dsi
2527
- spi
2628
- usb_device
2729
- watchdog
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#
2+
# Copyright 2023, NXP
3+
#
4+
# SPDX-License-Identifier: Apache-2.0
5+
#
6+
7+
CONFIG_HEAP_MEM_POOL_SIZE=4194304

0 commit comments

Comments
 (0)