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:
parent
61b83c88b8
commit
9824721680
5 changed files with 17 additions and 0 deletions
|
@ -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>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue