mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-04 20:26:13 +02:00
video: tegra: drop prefix from file names
Dir name is enough. Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
This commit is contained in:
parent
6255eb30a1
commit
59701a4891
@ -1,9 +1,9 @@
|
||||
# SPDX-License-Identifier: GPL-2.0+
|
||||
|
||||
obj-$(CONFIG_HOST1X_TEGRA) += tegra-host1x.o
|
||||
obj-$(CONFIG_VIDEO_TEGRA20) += tegra-dc.o
|
||||
obj-$(CONFIG_VIDEO_DSI_TEGRA30) += tegra-dsi.o tegra-mipi.o mipi-phy.o
|
||||
obj-$(CONFIG_VIDEO_HDMI_TEGRA) += tegra-hdmi.o
|
||||
obj-$(CONFIG_TEGRA_BACKLIGHT_PWM) += tegra-pwm-backlight.o
|
||||
obj-$(CONFIG_HOST1X_TEGRA) += host1x.o
|
||||
obj-$(CONFIG_VIDEO_TEGRA20) += dc.o
|
||||
obj-$(CONFIG_VIDEO_DSI_TEGRA30) += dsi.o mipi.o mipi-phy.o
|
||||
obj-$(CONFIG_VIDEO_HDMI_TEGRA) += hdmi.o
|
||||
obj-$(CONFIG_TEGRA_BACKLIGHT_PWM) += dc-pwm-backlight.o
|
||||
|
||||
obj-${CONFIG_VIDEO_TEGRA124} += tegra124/
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
#include <asm/io.h>
|
||||
#include <asm/gpio.h>
|
||||
|
||||
#include "tegra-dc.h"
|
||||
#include "dc.h"
|
||||
|
||||
#define TEGRA_PWM_BL_MIN_BRIGHTNESS 0x10
|
||||
#define TEGRA_PWM_BL_MAX_BRIGHTNESS 0xFF
|
||||
@ -19,7 +19,7 @@
|
||||
#include <asm/arch/clock.h>
|
||||
#include <asm/arch/powergate.h>
|
||||
|
||||
#include "tegra-dc.h"
|
||||
#include "dc.h"
|
||||
|
||||
/* Holder of Tegra per-SOC DC differences */
|
||||
struct tegra_dc_soc_info {
|
||||
@ -24,8 +24,8 @@
|
||||
#include <asm/arch/clock.h>
|
||||
#include <asm/arch-tegra/clk_rst.h>
|
||||
|
||||
#include "tegra-dc.h"
|
||||
#include "tegra-dsi.h"
|
||||
#include "dc.h"
|
||||
#include "dsi.h"
|
||||
#include "mipi-phy.h"
|
||||
|
||||
/* List of supported DSI bridges */
|
||||
@ -22,8 +22,8 @@
|
||||
#include <asm/io.h>
|
||||
#include <asm/arch/clock.h>
|
||||
|
||||
#include "tegra-dc.h"
|
||||
#include "tegra-hdmi.h"
|
||||
#include "dc.h"
|
||||
#include "hdmi.h"
|
||||
|
||||
#define DDCCI_ENTRY_ADDR 0x37
|
||||
#define DDCCI_SOURSE_ADDR 0x51
|
||||
Loading…
x
Reference in New Issue
Block a user