mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-10-10 15:11:28 +02:00
tegra: config: nyan-big: Enable LCD
Add the PMIC, LCD settings, PWM and also show the board info at the top of the LCD when starting up. Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Warren <twarren@nvidia.com>
This commit is contained in:
parent
e7e8823c7c
commit
531eaedc7a
@ -3,3 +3,5 @@ CONFIG_TEGRA=y
|
|||||||
CONFIG_TEGRA124=y
|
CONFIG_TEGRA124=y
|
||||||
CONFIG_TARGET_NYAN_BIG=y
|
CONFIG_TARGET_NYAN_BIG=y
|
||||||
CONFIG_DEFAULT_DEVICE_TREE="tegra124-nyan-big"
|
CONFIG_DEFAULT_DEVICE_TREE="tegra124-nyan-big"
|
||||||
|
CONFIG_DISPLAY_PORT=y
|
||||||
|
CONFIG_VIDEO_TEGRA124=y
|
||||||
|
@ -21,6 +21,8 @@
|
|||||||
#define CONFIG_TEGRA_ENABLE_UARTA
|
#define CONFIG_TEGRA_ENABLE_UARTA
|
||||||
#define CONFIG_SYS_NS16550_COM1 NV_PA_APB_UARTA_BASE
|
#define CONFIG_SYS_NS16550_COM1 NV_PA_APB_UARTA_BASE
|
||||||
|
|
||||||
|
#define CONFIG_DISPLAY_BOARDINFO_LATE
|
||||||
|
|
||||||
/* I2C */
|
/* I2C */
|
||||||
#define CONFIG_SYS_I2C_TEGRA
|
#define CONFIG_SYS_I2C_TEGRA
|
||||||
#define CONFIG_CMD_I2C
|
#define CONFIG_CMD_I2C
|
||||||
@ -37,6 +39,18 @@
|
|||||||
#define CONFIG_SYS_MMC_ENV_PART 2
|
#define CONFIG_SYS_MMC_ENV_PART 2
|
||||||
#define CONFIG_ENV_OFFSET (-CONFIG_ENV_SIZE)
|
#define CONFIG_ENV_OFFSET (-CONFIG_ENV_SIZE)
|
||||||
|
|
||||||
|
#define CONFIG_I2C_EDID
|
||||||
|
|
||||||
|
/* LCD support */
|
||||||
|
#define CONFIG_LCD
|
||||||
|
#define CONFIG_PWM_TEGRA
|
||||||
|
#define CONFIG_AS3722_POWER
|
||||||
|
#define LCD_BPP LCD_COLOR16
|
||||||
|
#define CONFIG_SYS_WHITE_ON_BLACK
|
||||||
|
|
||||||
|
/* Align LCD to 1MB boundary */
|
||||||
|
#define CONFIG_LCD_ALIGNMENT MMU_SECTION_SIZE
|
||||||
|
|
||||||
/* SPI */
|
/* SPI */
|
||||||
#define CONFIG_TEGRA114_SPI /* Compatible w/ Tegra114 SPI */
|
#define CONFIG_TEGRA114_SPI /* Compatible w/ Tegra114 SPI */
|
||||||
#define CONFIG_TEGRA114_SPI_CTRLS 6
|
#define CONFIG_TEGRA114_SPI_CTRLS 6
|
||||||
|
Loading…
x
Reference in New Issue
Block a user