| OLD | NEW |
| 1 /* | 1 /* |
| 2 * arch/arm/mach-tegra/board-seaboard.h | 2 * arch/arm/mach-tegra/board-seaboard.h |
| 3 * | 3 * |
| 4 * Copyright (C) 2010 Google, Inc. | 4 * Copyright (C) 2010 Google, Inc. |
| 5 * | 5 * |
| 6 * This software is licensed under the terms of the GNU General Public | 6 * This software is licensed under the terms of the GNU General Public |
| 7 * License version 2, as published by the Free Software Foundation, and | 7 * License version 2, as published by the Free Software Foundation, and |
| 8 * may be copied, distributed, and modified under those terms. | 8 * may be copied, distributed, and modified under those terms. |
| 9 * | 9 * |
| 10 * This program is distributed in the hope that it will be useful, | 10 * This program is distributed in the hope that it will be useful, |
| (...skipping 10 matching lines...) Expand all Loading... |
| 21 #define TEGRA_GPIO_POWERKEY TEGRA_GPIO_PV2 | 21 #define TEGRA_GPIO_POWERKEY TEGRA_GPIO_PV2 |
| 22 #define TEGRA_GPIO_BACKLIGHT TEGRA_GPIO_PD4 | 22 #define TEGRA_GPIO_BACKLIGHT TEGRA_GPIO_PD4 |
| 23 #define TEGRA_GPIO_LVDS_SHUTDOWN TEGRA_GPIO_PB2 | 23 #define TEGRA_GPIO_LVDS_SHUTDOWN TEGRA_GPIO_PB2 |
| 24 #define TEGRA_GPIO_BACKLIGHT_PWM TEGRA_GPIO_PU5 | 24 #define TEGRA_GPIO_BACKLIGHT_PWM TEGRA_GPIO_PU5 |
| 25 #define TEGRA_GPIO_BACKLIGHT_VDD TEGRA_GPIO_PW0 | 25 #define TEGRA_GPIO_BACKLIGHT_VDD TEGRA_GPIO_PW0 |
| 26 #define TEGRA_GPIO_EN_VDD_PNL TEGRA_GPIO_PC6 | 26 #define TEGRA_GPIO_EN_VDD_PNL TEGRA_GPIO_PC6 |
| 27 #define TEGRA_GPIO_MAGNETOMETER TEGRA_GPIO_PN5 | 27 #define TEGRA_GPIO_MAGNETOMETER TEGRA_GPIO_PN5 |
| 28 #define TEGRA_GPIO_ISL29018_IRQ TEGRA_GPIO_PZ2 | 28 #define TEGRA_GPIO_ISL29018_IRQ TEGRA_GPIO_PZ2 |
| 29 #define TEGRA_GPIO_AC_ONLINE TEGRA_GPIO_PV3 | 29 #define TEGRA_GPIO_AC_ONLINE TEGRA_GPIO_PV3 |
| 30 | 30 |
| 31 /* for Cypress Trackpad gpio interrupt. */ |
| 32 #define TEGRA_GPIO_CYTP_INT TEGRA_GPIO_PW2 |
| 33 |
| 31 void seaboard_pinmux_init(void); | 34 void seaboard_pinmux_init(void); |
| 32 int seaboard_panel_init(void); | 35 int seaboard_panel_init(void); |
| 33 int seaboard_sdhci_init(void); | 36 int seaboard_sdhci_init(void); |
| 34 int seaboard_power_init(void); | 37 int seaboard_power_init(void); |
| 35 | 38 |
| 36 #endif | 39 #endif |
| OLD | NEW |