| /* |
| * 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_vl_col 1366 |
| #define CONFIG_LCD_vl_row 768 |
| |
| #define TEGRA_GPIO_INIT_LCD TEGRA_GPIO_INIT_LCD_CHROMEOS_1 |
| #define TEGRA_CLOCK_INIT_LCD TEGRA_CLOCK_INIT_LCD_CHROMEOS_1 |
| #define TEGRA_RESOURCE_LCD TEGRA_RESOURCE_LCD_CHROMEOS_1 |
| #define TEGRA_PANEL_MODE TEGRA_PANEL_MODE_CHROMEOS_1 |
| |
| #define TEGRA_PANEL_POWERON_SEQUENCE 1 |
| #define TEGRA_PANEL_GPIO_BACKLIGHT TEGRA_GPIO_PD4 |
| #define TEGRA_PANEL_GPIO_LVDS_ENABLE TEGRA_GPIO_PB2 |
| #define TEGRA_PANEL_GPIO_BACKLIGHT_VDD TEGRA_GPIO_PW0 |
| #define TEGRA_PANEL_GPIO_EN_VDD_PNL TEGRA_GPIO_PC6 |
| #define TEGRA_PANEL_DATA_TO_BACKLIGHTPWR_MS 200 |
| #define TEGRA_PANEL_BACKLIGHTPWR_TO_VPWM_MS 10 |
| #define TEGRA_PANEL_VPWM_TO_VEN_MS 15 |