Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Unified Diff: include/configs/chromeos/tegra2/parts/lcd.h

Issue 6731090: Remove ChromeOS specific configs from the U-Boot repository. (Closed) Base URL: ssh://gitrw.chromium.org:9222/u-boot-next.git@chromeos-v2010.09
Patch Set: Rebase to TOT. Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « include/configs/chromeos/tegra2/parts/i2c.h ('k') | include/configs/chromeos/tegra2/parts/mmc.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/configs/chromeos/tegra2/parts/lcd.h
diff --git a/include/configs/chromeos/tegra2/parts/lcd.h b/include/configs/chromeos/tegra2/parts/lcd.h
deleted file mode 100644
index 26699db4238b6c03a452bcb8a4a000dc242b4e87..0000000000000000000000000000000000000000
--- a/include/configs/chromeos/tegra2/parts/lcd.h
+++ /dev/null
@@ -1,46 +0,0 @@
-/*
- * Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file.
- */
-
-#define CONFIG_LCD
-#define CONFIG_TEGRA2_LCD
-#define LCD_BPP LCD_COLOR16
-#define LCD_FB_ADDR 0x1C022000 /* FB could be passed from bl */
-#define CONFIG_SYS_WHITE_ON_BLACK /*Console colors*/
-
-#define TEGRA_GPIO_BACKLIGHT_CHROMEOS_1 TEGRA_GPIO_PD4
-#define TEGRA_GPIO_LVDS_SHUTDOWN_CHROMEOS_1 TEGRA_GPIO_PB2
-#define TEGRA_GPIO_BACKLIGHT_VDD_CHROMEOS_1 TEGRA_GPIO_PW0
-#define TEGRA_GPIO_EN_VDD_PNL_CHROMEOS_1 TEGRA_GPIO_PC6
-
-#define TEGRA_GPIO_INIT_LCD_CHROMEOS_1 \
- TEGRA_GPIO_INIT(TEGRA_GPIO_BACKLIGHT_CHROMEOS_1, true) \
- TEGRA_GPIO_INIT(TEGRA_GPIO_LVDS_SHUTDOWN_CHROMEOS_1, true) \
- TEGRA_GPIO_INIT(TEGRA_GPIO_BACKLIGHT_VDD_CHROMEOS_1, false) \
- TEGRA_GPIO_INIT(TEGRA_GPIO_EN_VDD_PNL_CHROMEOS_1, true)
-
-#define TEGRA_CLOCK_INIT_LCD_CHROMEOS_1 \
- TEGRA_CLOCK("3d", "pll_m", 300000000, true) \
- TEGRA_CLOCK("2d", "pll_m", 300000000, true) \
- TEGRA_CLOCK("host1x", "pll_p", 144000000, true) \
- TEGRA_CLOCK("disp1", "pll_p", 216000000, true) \
- TEGRA_CLOCK("pwm", "clk_32k", 32768, true)
-
-#define TEGRA_RESOURCE_LCD_CHROMEOS_1 \
- TEGRA_RESOURCE("irq", 0x69, 1) \
- TEGRA_RESOURCE("regs", TEGRA_DISPLAY_BASE, TEGRA_DISPLAY_SIZE) \
- TEGRA_RESOURCE("fbmem", LCD_FB_ADDR, 0x4000000) \
- TEGRA_RESOURCE("pwm", TEGRA_PWFM2_BASE, TEGRA_PWFM2_SIZE)
-
-#define TEGRA_PANEL_MODE_CHROMEOS_1 \
- TEGRA_PANEL(pclk, 62200000) \
- TEGRA_PANEL(h_ref_to_sync, 11) \
- TEGRA_PANEL(v_ref_to_sync, 1) \
- TEGRA_PANEL(h_sync_width, 58) \
- TEGRA_PANEL(v_sync_width, 4) \
- TEGRA_PANEL(h_back_porch, 58) \
- TEGRA_PANEL(v_back_porch, 4) \
- TEGRA_PANEL(h_front_porch, 58) \
- TEGRA_PANEL(v_front_porch, 4)
« no previous file with comments | « include/configs/chromeos/tegra2/parts/i2c.h ('k') | include/configs/chromeos/tegra2/parts/mmc.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698