boards: shields: g1120b0mipi: enable for mimxrt1160_evk
add overlay to use with mimxrt1160_evk. Signed-off-by: Derek Snell <derek.snell@nxp.com>
This commit is contained in:
parent
040a942a63
commit
1ae8533bf9
|
@ -0,0 +1,12 @@
|
|||
/*
|
||||
* Copyright 2024 NXP
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
&rm67162_g1120b0mipi {
|
||||
/* R414 is not populated on this board, so LPTE signal is not
|
||||
* connected. remove the property from the display.
|
||||
*/
|
||||
/delete-property/ te-gpios;
|
||||
};
|
Loading…
Reference in New Issue