summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/armv7
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2022-01-23 07:04:11 -0700
committerAnatolij Gustschin <agust@denx.de>2022-03-28 20:18:07 +0200
commit77f46f06075a192da8f43cc8826117e0e28fcb59 (patch)
tree18e090fcb09f1d056242050d19cc932a96c55dc3 /arch/arm/cpu/armv7
parent636b8b999cb30d44265d8adfdb14f6ebc78b0cd3 (diff)
downloadu-boot-77f46f06075a192da8f43cc8826117e0e28fcb59.tar.gz
video: fsl: colibri_vf: Drop FSL DCU driver
This does not use driver model and is more than two years past the migration date. Drop it. It can be added back later if needed. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm/cpu/armv7')
-rw-r--r--arch/arm/cpu/armv7/ls102xa/soc.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/cpu/armv7/ls102xa/soc.c b/arch/arm/cpu/armv7/ls102xa/soc.c
index c131d92b99..728efc46f9 100644
--- a/arch/arm/cpu/armv7/ls102xa/soc.c
+++ b/arch/arm/cpu/armv7/ls102xa/soc.c
@@ -174,10 +174,6 @@ int arch_soc_init(void)
out_be32(&scfg->qspi_cfg, SCFG_QSPI_CLKSEL);
#endif
-#ifdef CONFIG_VIDEO_FSL_DCU_FB
- out_be32(&scfg->pixclkcr, SCFG_PIXCLKCR_PXCKEN);
-#endif
-
/* Configure Little endian for SAI, ASRC and SPDIF */
out_be32(&scfg->endiancr, SCFG_ENDIANCR_LE);