mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
b1be79b417
Migrate to DM_VIDEO, update the device tree and remove code that is no longer necessary. Reviewed-by: Peng Fan <peng.fan@nxp.com> Signed-off-by: Sébastien Szymanski <sebastien.szymanski@armadeus.com>
34 lines
430 B
Text
34 lines
430 B
Text
// SPDX-License-Identifier: GPL-2.0
|
|
/*
|
|
* Device Tree Source extras for U-Boot for the OPOS6ULDev board
|
|
*
|
|
* Copyright (C) 2018 Armadeus Systems <support@armadeus.com>
|
|
*/
|
|
|
|
#include "imx6ul-opos6ul-u-boot.dtsi"
|
|
|
|
/ {
|
|
aliases {
|
|
display0 = &lcdif;
|
|
};
|
|
};
|
|
|
|
&aips1 {
|
|
u-boot,dm-spl;
|
|
|
|
spba-bus@02000000 {
|
|
u-boot,dm-spl;
|
|
};
|
|
};
|
|
|
|
&lcdif {
|
|
u-boot,dm-pre-proper;
|
|
};
|
|
|
|
&pinctrl_uart1 {
|
|
u-boot,dm-spl;
|
|
};
|
|
|
|
&uart1 {
|
|
u-boot,dm-spl;
|
|
};
|