]> git.baikalelectronics.ru Git - uboot.git/commit
armv8: ls1028a: use the official compatible string for the GPU
authorMichael Walle <michael@walle.cc>
Wed, 13 Oct 2021 16:14:00 +0000 (18:14 +0200)
committerPriyanka Jain <priyanka.jain@nxp.com>
Tue, 9 Nov 2021 11:48:23 +0000 (17:18 +0530)
commitf9d438f8926ac819c42ec692bd573a313b9be154
tree60fbb6b50b426e1f89e810103cd692d9d8a38ff4
parentf4acfffe6aa8d100344293deb58d074df9cd749d
armv8: ls1028a: use the official compatible string for the GPU

There is no "fsl,ls1028a-gpu" compatible string. It is solely for the
proprietary driver which will never be open source. Lately, linux gained
support for the open source etnaviv driver for the GPU (although there
is still support for the DisplayPort PHY missing to get actual graphics
output). Thus, instead of supporting some proprietary driver, switch
over to the open source one, which also have an official device tree
binding.

Cc: Andy Tang <andy.tang@nxp.com>
Signed-off-by: Michael Walle <michael@walle.cc>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
arch/arm/cpu/armv8/fsl-layerscape/fdt.c
arch/arm/cpu/armv8/fsl-layerscape/ls1028_ids.c