Skip to content

Commit cac9752

Browse files
hakehuangjhedberg
authored andcommitted
shield: mimxrt1170_evk: fix the shield usage
original rk055hdmipi4m does not support mimxrt1170_evk change to rk055hdmipi4ma0 Signed-off-by: Hake Huang <[email protected]>
1 parent 2f21baa commit cac9752

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

samples/drivers/display/sample.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ tests:
9898
- platform:mimxrt1010_evk/mimxrt1011:SHIELD=st7789v_waveshare_240x240
9999
- platform:frdm_k22f/mk22f51212:SHIELD=ls013b7dh03
100100
- platform:nrf52833dk/nrf52833:SHIELD=st7735r_ada_160x128
101-
- platform:mimxrt1170_evk/mimxrt1176/cm7:SHIELD=rk055hdmipi4m
101+
- platform:mimxrt1170_evk/mimxrt1176/cm7:SHIELD=rk055hdmipi4ma0
102102
- platform:da1469x_dk_pro/da14699:DTC_OVERLAY_FILE=da1469x_dk_pro_mipi_dbi.overlay
103103
- platform:nrf52840dk/nrf52840:SHIELD=max7219_8x8
104104
- platform:stm32h747i_disco/stm32h747xx/m7:SHIELD=st_b_lcd40_dsi1_mb1166

samples/subsys/display/lvgl/sample.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ tests:
3030
# but the RT595 uses external PSRAM for the display buffer
3131
min_ram: 32
3232
harness: none
33-
extra_args: SHIELD="rk055hdmipi4m"
33+
extra_args: SHIELD="rk055hdmipi4ma0"
3434
platform_allow:
3535
- mimxrt1170_evk/mimxrt1176/cm7
3636
- mimxrt595_evk/mimxrt595s/cm33

tests/drivers/display/display_check/testcase.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ tests:
6565
- platform:mimxrt1010_evk/mimxrt1011:SHIELD=st7789v_waveshare_240x240
6666
- platform:frdm_k22f/mk22f51212:SHIELD=ls013b7dh03
6767
- platform:nrf52833dk/nrf52833:SHIELD=st7735r_ada_160x128
68-
- platform:mimxrt1170_evk/mimxrt1176/cm7:SHIELD=rk055hdmipi4m
68+
- platform:mimxrt1170_evk/mimxrt1176/cm7:SHIELD=rk055hdmipi4ma0
6969
- platform:da1469x_dk_pro/da14699:DTC_OVERLAY_FILE=da1469x_dk_pro_mipi_dbi.overlay
7070
- platform:nrf52840dk/nrf52840:SHIELD=max7219_8x8
7171
- platform:stm32h747i_disco/stm32h747xx/m7:SHIELD=st_b_lcd40_dsi1_mb1166

0 commit comments

Comments
 (0)