Skip to content
Snippets Groups Projects
Commit 0bf98f1d authored by Laurence Withers's avatar Laurence Withers Committed by U-Boot
Browse files

DaVinci: rename gpio_defs.h to gpio.h


In preparation for a generic GPIO driver for the DA8xx processors,
rename <asm/arch/gpio_defs.h> to <asm/arch/gpio.h> and fix up all files
which include it.

Signed-off-by: default avatarLaurence Withers <lwithers@guralp.com>
Signed-off-by: default avatarSandeep Paulraj <s-paulraj@ti.com>
parent 5626f336
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#include <nand.h> #include <nand.h>
#include <asm/io.h> #include <asm/io.h>
#include <asm/arch/hardware.h> #include <asm/arch/hardware.h>
#include <asm/arch/gpio_defs.h> #include <asm/arch/gpio.h>
#include <asm/arch/nand_defs.h> #include <asm/arch/nand_defs.h>
#include <asm/arch/davinci_misc.h> #include <asm/arch/davinci_misc.h>
#include <net.h> #include <net.h>
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
#include <asm/arch/hardware.h> #include <asm/arch/hardware.h>
#include <asm/arch/emif_defs.h> #include <asm/arch/emif_defs.h>
#include <asm/arch/nand_defs.h> #include <asm/arch/nand_defs.h>
#include <asm/arch/gpio_defs.h> #include <asm/arch/gpio.h>
#include <netdev.h> #include <netdev.h>
#include <asm/arch/davinci_misc.h> #include <asm/arch/davinci_misc.h>
#ifdef CONFIG_DAVINCI_MMC #ifdef CONFIG_DAVINCI_MMC
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
#define __DA8XX_MUSB_H__ #define __DA8XX_MUSB_H__
#include <asm/arch/hardware.h> #include <asm/arch/hardware.h>
#include <asm/arch/gpio_defs.h> #include <asm/arch/gpio.h>
#include "musb_core.h" #include "musb_core.h"
/* Base address of da8xx usb0 wrapper */ /* Base address of da8xx usb0 wrapper */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment