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

Commit 5a36c399 authored by Eric Bénard's avatar Eric Bénard Committed by Sascha Hauer
Browse files

MX25: put define for OTG base address in right include



the standard place for this define is include/mach/mx25.h

Signed-off-by: default avatarEric Bénard <eric@eukrea.com>
Signed-off-by: default avatarSascha Hauer <s.hauer@pengutronix.de>
parent f42ae0e9
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -117,8 +117,6 @@ struct platform_device mxc_uart_device4 = {
	.num_resources = ARRAY_SIZE(uart4),
};

#define MX25_OTG_BASE_ADDR 0x53FF4000

static u64 otg_dmamask = DMA_BIT_MASK(32);

static struct resource mxc_otg_resources[] = {
+1 −0
Original line number Diff line number Diff line
@@ -35,6 +35,7 @@
#define MX25_DRYICE_BASE_ADDR		0x53ffc000
#define MX25_LCDC_BASE_ADDR		0x53fbc000
#define MX25_KPP_BASE_ADDR		0x43fa8000
#define MX25_OTG_BASE_ADDR		0x53ff4000

#define MX25_INT_DRYICE	25
#define MX25_INT_FEC	57