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 <daniel.degrasse@nxp.com>
This commit is contained in:
parent
c82799bd4c
commit
3604aba75b
|
@ -209,7 +209,7 @@ nxp_8080_touch_panel_i2c: &flexcomm2_lpi2c2 {
|
|||
pinctrl-names = "default";
|
||||
};
|
||||
|
||||
nxp_flexio_lcd: &flexio0_lcd {
|
||||
zephyr_mipi_dbi_parallel: &flexio0_lcd {
|
||||
/* DMA channels 0, muxed to FlexIO TX */
|
||||
dmas = <&edma0 0 61>;
|
||||
dma-names = "tx";
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
&nxp_flexio_lcd {
|
||||
&zephyr_mipi_dbi_parallel {
|
||||
status = "okay";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
|
Loading…
Reference in New Issue