drivers: display: display_mcux_elcdif: add backlight-gpios property

Add backlight gpios property to mcux display driver, so that the driver
can correctly initialize the backlight gpio control.

Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
This commit is contained in:
Daniel DeGrasse 2022-03-22 22:57:04 -05:00 committed by David Leach
commit 9824721680
5 changed files with 17 additions and 0 deletions

View file

@ -139,6 +139,7 @@ arduino_i2c: &lpi2c1 {};
data-buswidth = "16-bit";
pinctrl-0 = <&pinmux_lcdif>;
pinctrl-names = "default";
backlight-gpios = <&gpio2 31 GPIO_ACTIVE_HIGH>;
port {
lcd_panel_out: endpoint {
remote-endpoint = <&lcd_panel_in>;