Skip to content

Commit 3604aba

Browse files
danieldegrassefabiobaltieri
authored andcommitted
shields: lcd_par_s035: rename nxp_flexio_lcd to zephyr_mipi_dbi_parallel
Although the parallel mipi dbi mode pinout used for the LCD PAR S035 display is specific to NXP boards, the definition of the display is generic, and does not require NXP-specific parallel mipi dbi IP. Therefore, rename the MIPI DBI node for this display from `nxp_flexio_lcd` to `zephyr_mipi_dbi_parallel`. The gpio-nexus node name is unchanged, as the pinout it describes is specific to NXP. Signed-off-by: Daniel DeGrasse <[email protected]>
1 parent c82799b commit 3604aba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

boards/nxp/frdm_mcxn947/frdm_mcxn947.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ nxp_8080_touch_panel_i2c: &flexcomm2_lpi2c2 {
209209
pinctrl-names = "default";
210210
};
211211

212-
nxp_flexio_lcd: &flexio0_lcd {
212+
zephyr_mipi_dbi_parallel: &flexio0_lcd {
213213
/* DMA channels 0, muxed to FlexIO TX */
214214
dmas = <&edma0 0 61>;
215215
dma-names = "tx";

boards/shields/lcd_par_s035/lcd_par_s035_8080.overlay

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
};
3030
};
3131

32-
&nxp_flexio_lcd {
32+
&zephyr_mipi_dbi_parallel {
3333
status = "okay";
3434
#address-cells = <1>;
3535
#size-cells = <0>;

0 commit comments

Comments
 (0)