mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
9167c20692
Enable DM_VIDEO for mx53ppd. Enable DM_REGULATOR_FIXED and DM_PWM for the backlight. Remove unused MX53PPD_LCD_POWER. Remove old (incorrect) setup_iomux_lcd. Enable backlight via display enable handler. Use cls command to initiate display in HW agnostic manner. Modify `failbootcmd' to use lcdputs. Signed-off-by: Ian Ray <ian.ray@ge.com> Signed-off-by: Robert Beckett <bob.beckett@collabora.com>
10 lines
278 B
Makefile
10 lines
278 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
# Copyright 2017 General Electric Company
|
|
#
|
|
# Based on board/freescale/mx53loco/Makefile:
|
|
#
|
|
# (C) Copyright 2011 Freescale Semiconductor, Inc.
|
|
# Jason Liu <r64343@freescale.com>
|
|
|
|
obj-y += mx53ppd.o
|
|
obj-$(CONFIG_DM_VIDEO) += mx53ppd_video.o
|