mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
ppc4xx: Move gpio.h to ppc4xx-gpio.h since its ppc4xx specific
Signed-off-by: Stefan Roese <sr@denx.de>
This commit is contained in:
parent
b36df56115
commit
0988776288
23 changed files with 22 additions and 22 deletions
|
@ -25,7 +25,7 @@
|
|||
#include <watchdog.h>
|
||||
#include <asm/ppc4xx-emac.h>
|
||||
#include <asm/processor.h>
|
||||
#include <asm/gpio.h>
|
||||
#include <asm/ppc4xx-gpio.h>
|
||||
#include <asm/ppc4xx.h>
|
||||
|
||||
#if defined(CONFIG_405GP) || defined(CONFIG_405EP)
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#include <common.h>
|
||||
#include <asm/processor.h>
|
||||
#include <asm/io.h>
|
||||
#include <asm/gpio.h>
|
||||
#include <asm/ppc4xx-gpio.h>
|
||||
|
||||
#if defined(CONFIG_SYS_4xx_GPIO_TABLE)
|
||||
gpio_param_s const gpio_tab[GPIO_GROUP_MAX][GPIO_MAX] = CONFIG_SYS_4xx_GPIO_TABLE;
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
#include <common.h>
|
||||
#include <asm/processor.h>
|
||||
#include <asm/io.h>
|
||||
#include <asm/gpio.h>
|
||||
#include <asm/ppc4xx-gpio.h>
|
||||
|
||||
extern void board_pll_init_f(void);
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
#include <common.h>
|
||||
#include <asm/processor.h>
|
||||
#include <asm/gpio.h>
|
||||
#include <asm/ppc4xx-gpio.h>
|
||||
#include <spd_sdram.h>
|
||||
#include <asm/ppc440.h>
|
||||
#include "bamboo.h"
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
#include <asm/io.h>
|
||||
#include <asm/mmu.h>
|
||||
#include <asm/4xx_pcie.h>
|
||||
#include <asm/gpio.h>
|
||||
#include <asm/ppc4xx-gpio.h>
|
||||
#include <asm/errno.h>
|
||||
|
||||
extern flash_info_t flash_info[CONFIG_SYS_MAX_FLASH_BANKS]; /* info for FLASH chips */
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
#include <netdev.h>
|
||||
#include <asm/processor.h>
|
||||
#include <asm/io.h>
|
||||
#include <asm/gpio.h>
|
||||
#include <asm/ppc4xx-gpio.h>
|
||||
#include <asm/4xx_pcie.h>
|
||||
#include <asm/errno.h>
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
#include <asm/ppc405.h>
|
||||
#include <libfdt.h>
|
||||
#include <asm/processor.h>
|
||||
#include <asm/gpio.h>
|
||||
#include <asm/ppc4xx-gpio.h>
|
||||
#include <asm/io.h>
|
||||
#include <fdt_support.h>
|
||||
#include <asm/errno.h>
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
#include <libfdt.h>
|
||||
#include <fdt_support.h>
|
||||
#include <asm/ppc4xx.h>
|
||||
#include <asm/gpio.h>
|
||||
#include <asm/ppc4xx-gpio.h>
|
||||
#include <asm/processor.h>
|
||||
#include <asm/io.h>
|
||||
#include <asm/bitops.h>
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
#include <common.h>
|
||||
#include <command.h>
|
||||
#include <asm/io.h>
|
||||
#include <asm/gpio.h>
|
||||
#include <asm/ppc4xx-gpio.h>
|
||||
|
||||
#define LCD_CMD_ADDR 0x50100002
|
||||
#define LCD_DATA_ADDR 0x50100003
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
#include <asm/io.h>
|
||||
#include <spi.h>
|
||||
#include <netdev.h>
|
||||
#include <asm/gpio.h>
|
||||
#include <asm/ppc4xx-gpio.h>
|
||||
|
||||
extern int lcd_init(void);
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
#include <fdt_support.h>
|
||||
#include <asm/processor.h>
|
||||
#include <asm/io.h>
|
||||
#include <asm/gpio.h>
|
||||
#include <asm/ppc4xx-gpio.h>
|
||||
#include <asm/4xx_pci.h>
|
||||
#include <command.h>
|
||||
#include <malloc.h>
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
#include <command.h>
|
||||
#include <asm/processor.h>
|
||||
#include <asm/io.h>
|
||||
#include <asm/gpio.h>
|
||||
#include <asm/ppc4xx-gpio.h>
|
||||
|
||||
enum {
|
||||
HWTYPE_DLVISION_CPU = 0,
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
#include <asm/io.h>
|
||||
#include <asm/mmu.h>
|
||||
#include <asm/4xx_pcie.h>
|
||||
#include <asm/gpio.h>
|
||||
#include <asm/ppc4xx-gpio.h>
|
||||
|
||||
extern flash_info_t flash_info[CONFIG_SYS_MAX_FLASH_BANKS];
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
#include <libfdt.h>
|
||||
#include <asm/ppc440.h>
|
||||
#include <asm/bitops.h>
|
||||
#include <asm/gpio.h>
|
||||
#include <asm/ppc4xx-gpio.h>
|
||||
#include <asm/io.h>
|
||||
#include <asm/ppc4xx-uic.h>
|
||||
#include <asm/processor.h>
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
#include <command.h>
|
||||
#include <asm/ppc440.h>
|
||||
#include <asm/processor.h>
|
||||
#include <asm/gpio.h>
|
||||
#include <asm/ppc4xx-gpio.h>
|
||||
#include <asm/io.h>
|
||||
|
||||
DECLARE_GLOBAL_DATA_PTR;
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
#include <netdev.h>
|
||||
#include <asm/processor.h>
|
||||
#include <asm/io.h>
|
||||
#include <asm/gpio.h>
|
||||
#include <asm/ppc4xx-gpio.h>
|
||||
#include <asm/4xx_pcie.h>
|
||||
#include <asm/errno.h>
|
||||
#include <asm/mmu.h>
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#include <common.h>
|
||||
#include <config.h>
|
||||
#if defined(CONFIG_CMD_NAND)
|
||||
#include <asm/gpio.h>
|
||||
#include <asm/ppc4xx-gpio.h>
|
||||
#include <asm/io.h>
|
||||
#include <nand.h>
|
||||
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
|
||||
#include <asm/processor.h>
|
||||
#include <asm/io.h>
|
||||
#include <asm/gpio.h>
|
||||
#include <asm/ppc4xx-gpio.h>
|
||||
|
||||
DECLARE_GLOBAL_DATA_PTR;
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
#include <asm/io.h>
|
||||
#include <asm/mmu.h>
|
||||
#include <asm/4xx_pcie.h>
|
||||
#include <asm/gpio.h>
|
||||
#include <asm/ppc4xx-gpio.h>
|
||||
|
||||
int board_early_init_f(void)
|
||||
{
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
#include <command.h>
|
||||
#include <asm/processor.h>
|
||||
#include <asm/io.h>
|
||||
#include <asm/gpio.h>
|
||||
#include <asm/ppc4xx-gpio.h>
|
||||
#include <i2c.h>
|
||||
|
||||
#if defined(CONFIG_ZEUS)
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
|
||||
#include <asm/processor.h>
|
||||
#include <asm/io.h>
|
||||
#include <asm/gpio.h>
|
||||
#include <asm/ppc4xx-gpio.h>
|
||||
|
||||
DECLARE_GLOBAL_DATA_PTR;
|
||||
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
#if CONFIG_POST & CONFIG_SYS_POST_WATCHDOG
|
||||
|
||||
#include <watchdog.h>
|
||||
#include <asm/gpio.h>
|
||||
#include <asm/ppc4xx-gpio.h>
|
||||
#include <asm/io.h>
|
||||
|
||||
static uint watchdog_magic_read(void)
|
||||
|
|
Loading…
Add table
Reference in a new issue