Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f8dec04d authored by Eric Miao's avatar Eric Miao
Browse files

[ARM] pxa: move common MFP handling code into plat-pxa



Signed-off-by: default avatarEric Miao <eric.miao@marvell.com>
parent 38f539a6
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
#ifndef __ASM_ARCH_MFP_PXA25X_H
#define __ASM_ARCH_MFP_PXA25X_H

#include <mach/mfp.h>
#include <mach/mfp-pxa2xx.h>

/* GPIO */
+0 −1
Original line number Diff line number Diff line
@@ -8,7 +8,6 @@
 * specific controller, and this should work in most cases.
 */

#include <mach/mfp.h>
#include <mach/mfp-pxa2xx.h>

/* Note: GPIO3/GPIO4 will be driven by Power I2C when PCFR/PI2C_EN
+1 −1
Original line number Diff line number Diff line
#ifndef __ASM_ARCH_MFP_PXA2XX_H
#define __ASM_ARCH_MFP_PXA2XX_H

#include <mach/mfp.h>
#include <plat/mfp.h>

/*
 * the following MFP_xxx bit definitions in mfp.h are re-used for pxa2xx:
+0 −1
Original line number Diff line number Diff line
@@ -15,7 +15,6 @@
#ifndef __ASM_ARCH_MFP_PXA300_H
#define __ASM_ARCH_MFP_PXA300_H

#include <mach/mfp.h>
#include <mach/mfp-pxa3xx.h>

/* GPIO */
+0 −1
Original line number Diff line number Diff line
@@ -15,7 +15,6 @@
#ifndef __ASM_ARCH_MFP_PXA320_H
#define __ASM_ARCH_MFP_PXA320_H

#include <mach/mfp.h>
#include <mach/mfp-pxa3xx.h>

/* GPIO */
Loading