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

Commit 8954b090 authored by Stepan Moskovchenko's avatar Stepan Moskovchenko
Browse files

msm: iomap: Remove outdated iomaps



Remove the I/O map files for unsupported targets.

Change-Id: Ib3443ad804ffe3510e8aade55e5736235acc2386
Signed-off-by: default avatarStepan Moskovchenko <stepanm@codeaurora.org>
parent a415afb4
Loading
Loading
Loading
Loading
+0 −86
Original line number Diff line number Diff line
/*
 * Copyright (C) 2007 Google, Inc.
 * Copyright (c) 2008-2012 The Linux Foundation. All rights reserved.
 * Author: Brian Swetland <swetland@google.com>
 *
 * This software is licensed under the terms of the GNU General Public
 * License version 2, as published by the Free Software Foundation, and
 * may be copied, distributed, and modified under those terms.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 *
 * The MSM peripherals are spread all over across 768MB of physical
 * space, which makes just having a simple IO_ADDRESS macro to slide
 * them into the right virtual location rough.  Instead, we will
 * provide a master phys->virt mapping for peripherals here.
 *
 */

#ifndef __ASM_ARCH_MSM_IOMAP_7X30_H
#define __ASM_ARCH_MSM_IOMAP_7X30_H

/* Physical base address and size of peripherals.
 * Ordered by the virtual base addresses they will be mapped at.
 *
 * MSM_VIC_BASE must be an value that can be loaded via a "mov"
 * instruction, otherwise entry-macro.S will not compile.
 *
 * If you add or remove entries here, you'll want to edit the
 * msm_io_desc array in arch/arm/mach-msm/io.c to reflect your
 * changes.
 *
 */

#define MSM7X30_VIC_PHYS		0xC0080000
#define MSM7X30_VIC_SIZE		SZ_4K

#define MSM7X30_CSR_PHYS		0xC0100000
#define MSM7X30_CSR_SIZE		SZ_4K

#define MSM7X30_TMR_PHYS		MSM7X30_CSR_PHYS
#define MSM7X30_TMR_SIZE		SZ_4K

#define MSM7X30_GPIO1_PHYS		0xAC001000
#define MSM7X30_GPIO1_SIZE		SZ_4K

#define MSM7X30_GPIO2_PHYS		0xAC101000
#define MSM7X30_GPIO2_SIZE		SZ_4K

#define MSM7X30_CLK_CTL_PHYS		0xAB800000
#define MSM7X30_CLK_CTL_SIZE		SZ_4K

#define MSM7X30_CLK_CTL_SH2_PHYS	0xABA01000
#define MSM7X30_CLK_CTL_SH2_SIZE	SZ_4K

#define MSM7X30_ACC0_PHYS		0xC0101000
#define MSM7X30_ACC0_SIZE		SZ_4K

#define MSM7X30_SAW0_PHYS		0xC0102000
#define MSM7X30_SAW0_SIZE		SZ_4K

#define MSM7X30_APCS_GCC_PHYS		0xC0182000
#define MSM7X30_APCS_GCC_SIZE		SZ_4K

#define MSM7X30_TCSR_PHYS		0xAB600000
#define MSM7X30_TCSR_SIZE		SZ_4K

#define MSM7X30_UART1_PHYS		0xACA00000
#define MSM7X30_UART1_SIZE		SZ_4K

#define MSM7X30_UART2_PHYS		0xACB00000
#define MSM7X30_UART2_SIZE		SZ_4K

#define MSM7X30_UART3_PHYS		0xACC00000
#define MSM7X30_UART3_SIZE		SZ_4K

#define MSM7X30_MDC_PHYS		0xAA500000
#define MSM7X30_MDC_SIZE		SZ_1M

#define MSM7X30_AD5_PHYS		0xA7000000
#define MSM7X30_AD5_SIZE		(SZ_1M*13)

#endif
+0 −74
Original line number Diff line number Diff line
/*
 * Copyright (C) 2007 Google, Inc.
 * Copyright (c) 2008-2012, The Linux Foundation. All rights reserved.
 * Author: Brian Swetland <swetland@google.com>
 *
 * This software is licensed under the terms of the GNU General Public
 * License version 2, as published by the Free Software Foundation, and
 * may be copied, distributed, and modified under those terms.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 *
 * The MSM peripherals are spread all over across 768MB of physical
 * space, which makes just having a simple IO_ADDRESS macro to slide
 * them into the right virtual location rough.  Instead, we will
 * provide a master phys->virt mapping for peripherals here.
 *
 */

#ifndef __ASM_ARCH_MSM_IOMAP_7XXX_H
#define __ASM_ARCH_MSM_IOMAP_7XXX_H

/* Physical base address and size of peripherals.
 * Ordered by the virtual base addresses they will be mapped at.
 *
 * MSM_VIC_BASE must be an value that can be loaded via a "mov"
 * instruction, otherwise entry-macro.S will not compile.
 *
 * If you add or remove entries here, you'll want to edit the
 * msm_io_desc array in arch/arm/mach-msm/io.c to reflect your
 * changes.
 *
 */

#define MSM7XXX_VIC_PHYS          0xC0000000
#define MSM7XXX_VIC_SIZE          SZ_4K

#define MSM7XXX_CSR_PHYS          0xC0100000
#define MSM7XXX_CSR_SIZE          SZ_4K

#define MSM7XXX_TMR_PHYS          MSM7XXX_CSR_PHYS
#define MSM7XXX_TMR_SIZE          SZ_4K

#define MSM7XXX_GPIO1_PHYS        0xA9200000
#define MSM7XXX_GPIO1_SIZE        SZ_4K

#define MSM7XXX_GPIO2_PHYS        0xA9300000
#define MSM7XXX_GPIO2_SIZE        SZ_4K

#define MSM7XXX_CLK_CTL_PHYS      0xA8600000
#define MSM7XXX_CLK_CTL_SIZE      SZ_4K

#define MSM7XXX_L2CC_PHYS         0xC0400000
#define MSM7XXX_L2CC_SIZE         SZ_4K

#define MSM7XXX_UART1_PHYS        0xA9A00000
#define MSM7XXX_UART1_SIZE        SZ_4K

#define MSM7XXX_UART2_PHYS        0xA9B00000
#define MSM7XXX_UART2_SIZE        SZ_4K

#define MSM7XXX_UART3_PHYS        0xA9C00000
#define MSM7XXX_UART3_SIZE        SZ_4K

#define MSM7XXX_MDC_PHYS	  0xAA500000
#define MSM7XXX_MDC_SIZE          SZ_1M

#define MSM7XXX_AD5_PHYS          0xAC000000
#define MSM7XXX_AD5_SIZE          (SZ_1M*13)

#endif
+0 −108
Original line number Diff line number Diff line
/*
 * Copyright (C) 2007 Google, Inc.
 * Copyright (c) 2008-2012, The Linux Foundation. All rights reserved.
 * Author: Brian Swetland <swetland@google.com>
 *
 * This software is licensed under the terms of the GNU General Public
 * License version 2, as published by the Free Software Foundation, and
 * may be copied, distributed, and modified under those terms.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 *
 * The MSM peripherals are spread all over across 768MB of physical
 * space, which makes just having a simple IO_ADDRESS macro to slide
 * them into the right virtual location rough.  Instead, we will
 * provide a master phys->virt mapping for peripherals here.
 *
 */

#ifndef __ASM_ARCH_MSM_IOMAP_8064_H
#define __ASM_ARCH_MSM_IOMAP_8064_H

/* Physical base address and size of peripherals.
 * Ordered by the virtual base addresses they will be mapped at.
 *
 * If you add or remove entries here, you'll want to edit the
 * msm_io_desc array in arch/arm/mach-msm/io.c to reflect your
 * changes.
 *
 */

#define APQ8064_TMR_PHYS		0x0200A000
#define APQ8064_TMR_SIZE		SZ_4K

#define APQ8064_TMR0_PHYS		0x0208A000
#define APQ8064_TMR0_SIZE		SZ_4K

#define APQ8064_TLMM_PHYS		0x00800000
#define APQ8064_TLMM_SIZE		SZ_16K

#define APQ8064_ACC0_PHYS		0x02088000
#define APQ8064_ACC0_SIZE		SZ_4K

#define APQ8064_ACC1_PHYS		0x02098000
#define APQ8064_ACC1_SIZE		SZ_4K

#define APQ8064_ACC2_PHYS		0x020A8000
#define APQ8064_ACC2_SIZE		SZ_4K

#define APQ8064_ACC3_PHYS		0x020B8000
#define APQ8064_ACC3_SIZE		SZ_4K

#define APQ8064_APCS_GCC_PHYS		0x02011000
#define APQ8064_APCS_GCC_SIZE		SZ_4K

#define APQ8064_CLK_CTL_PHYS		0x00900000
#define APQ8064_CLK_CTL_SIZE		SZ_16K

#define APQ8064_MMSS_CLK_CTL_PHYS	0x04000000
#define APQ8064_MMSS_CLK_CTL_SIZE	SZ_4K

#define APQ8064_LPASS_CLK_CTL_PHYS	0x28000000
#define APQ8064_LPASS_CLK_CTL_SIZE	SZ_4K

#define APQ8064_HFPLL_PHYS		0x00903000
#define APQ8064_HFPLL_SIZE		SZ_4K

#define APQ8064_IMEM_PHYS		0x2A03F000
#define APQ8064_IMEM_SIZE		SZ_4K

#define APQ8064_RPM_PHYS		0x00108000
#define APQ8064_RPM_SIZE		SZ_4K

#define APQ8064_RPM_MPM_PHYS		0x00200000
#define APQ8064_RPM_MPM_SIZE		SZ_4K

#define APQ8064_SAW0_PHYS		0x02089000
#define APQ8064_SAW0_SIZE		SZ_4K

#define APQ8064_SAW1_PHYS		0x02099000
#define APQ8064_SAW1_SIZE		SZ_4K

#define APQ8064_SAW2_PHYS		0x020A9000
#define APQ8064_SAW2_SIZE		SZ_4K

#define APQ8064_SAW3_PHYS		0x020B9000
#define APQ8064_SAW3_SIZE		SZ_4K

#define APQ8064_SAW_L2_PHYS		0x02012000
#define APQ8064_SAW_L2_SIZE		SZ_4K
#define APQ8064_QFPROM_PHYS		0x00700000
#define APQ8064_QFPROM_SIZE		SZ_4K

#define APQ8064_SIC_NON_SECURE_PHYS	0x12100000
#define APQ8064_SIC_NON_SECURE_SIZE	SZ_64K

#define APQ8064_HDMI_PHYS		0x04A00000
#define APQ8064_HDMI_SIZE		SZ_4K

#ifdef CONFIG_DEBUG_APQ8064_UART
#define MSM_DEBUG_UART_BASE		IOMEM(0xFA740000)
#define MSM_DEBUG_UART_PHYS		0x16640000
#endif

#endif
+0 −63
Original line number Diff line number Diff line
/*
 * Copyright (c) 2012, The Linux Foundation. All rights reserved.
 *
 * This software is licensed under the terms of the GNU General Public
 * License version 2, as published by the Free Software Foundation, and
 * may be copied, distributed, and modified under those terms.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 *
 * The MSM peripherals are spread all over across 768MB of physical
 * space, which makes just having a simple IO_ADDRESS macro to slide
 * them into the right virtual location rough.  Instead, we will
 * provide a master phys->virt mapping for peripherals here.
 *
 */

#ifndef __ASM_ARCH_MSM_IOMAP_8625_H
#define __ASM_ARCH_MSM_IOMAP_8625_H

/* Physical base address and size of peripherals.
 * Ordered by the virtual base addresses they will be mapped at.
 *
 * If you add or remove entries here, you'll want to edit the
 * msm_io_desc array in arch/arm/mach-msm/io.c to reflect your
 * changes.
 *
 */

#define MSM8625_TMR_PHYS		0xC0800000
#define MSM8625_TMR_SIZE		SZ_4K

#define MSM8625_TMR0_PHYS		0xC0100000
#define MSM8625_TMR0_SIZE		SZ_4K

#define MSM8625_CLK_CTL_PHYS		0xA8600000
#define MSM8625_CLK_CTL_SIZE		SZ_4K

#define MSM8625_SCU_PHYS		0xC0600000
#define MSM8625_SCU_SIZE		SZ_256

#define MSM8625_SAW0_PHYS		0xC0200000
#define MSM8625_SAW0_SIZE		SZ_4K

#define MSM8625_SAW1_PHYS		0xC0700000
#define MSM8625_SAW1_SIZE		SZ_4K

#define MSM8625_SAW2_PHYS		0xC0A00000
#define MSM8625_SAW2_SIZE		SZ_4K

#define MSM8625_SAW3_PHYS		0xC0B00000
#define MSM8625_SAW3_SIZE		SZ_4K

#define MSM8625_CFG_CTL_PHYS		0xA9800000
#define MSM8625_CFG_CTL_SIZE		SZ_4K

#define MSM8625_CPR_PHYS		0xC0900000
#define MSM8625_CPR_SIZE		SZ_4K

#endif
+0 −106
Original line number Diff line number Diff line
/*
 * Copyright (C) 2007 Google, Inc.
 * Copyright (c) 2008-2011, The Linux Foundation. All rights reserved.
 * Author: Brian Swetland <swetland@google.com>
 *
 * This software is licensed under the terms of the GNU General Public
 * License version 2, as published by the Free Software Foundation, and
 * may be copied, distributed, and modified under those terms.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 *
 * The MSM peripherals are spread all over across 768MB of physical
 * space, which makes just having a simple IO_ADDRESS macro to slide
 * them into the right virtual location rough.  Instead, we will
 * provide a master phys->virt mapping for peripherals here.
 *
 */

#ifndef __ASM_ARCH_MSM_IOMAP_8930_H
#define __ASM_ARCH_MSM_IOMAP_8930_H

/* Physical base address and size of peripherals.
 * Ordered by the virtual base addresses they will be mapped at.
 *
 * If you add or remove entries here, you'll want to edit the
 * msm_io_desc array in arch/arm/mach-msm/io.c to reflect your
 * changes.
 *
 */

#define MSM8930_TMR_PHYS		0x0200A000
#define MSM8930_TMR_SIZE		SZ_4K

#define MSM8930_TMR0_PHYS		0x0208A000
#define MSM8930_TMR0_SIZE		SZ_4K

#define MSM8930_RPM_PHYS		0x00108000
#define MSM8930_RPM_SIZE		SZ_4K

#define MSM8930_RPM_MPM_PHYS		0x00200000
#define MSM8930_RPM_MPM_SIZE		SZ_4K

#define MSM8930_TCSR_PHYS		0x1A400000
#define MSM8930_TCSR_SIZE		SZ_4K

#define MSM8930_APCS_GCC_PHYS		0x02011000
#define MSM8930_APCS_GCC_SIZE		SZ_4K

#define MSM8930_SAW_L2_PHYS		0x02012000
#define MSM8930_SAW_L2_SIZE		SZ_4K

#define MSM8930_SAW0_PHYS		0x02089000
#define MSM8930_SAW0_SIZE		SZ_4K

#define MSM8930_SAW1_PHYS		0x02099000
#define MSM8930_SAW1_SIZE		SZ_4K

#define MSM8930_IMEM_PHYS		0x2A03F000
#define MSM8930_IMEM_SIZE		SZ_4K

#define MSM8930_ACC0_PHYS		0x02088000
#define MSM8930_ACC0_SIZE		SZ_4K

#define MSM8930_ACC1_PHYS		0x02098000
#define MSM8930_ACC1_SIZE		SZ_4K

#define MSM8930_CLK_CTL_PHYS		0x00900000
#define MSM8930_CLK_CTL_SIZE		SZ_16K

#define MSM8930_MMSS_CLK_CTL_PHYS	0x04000000
#define MSM8930_MMSS_CLK_CTL_SIZE	SZ_4K

#define MSM8930_LPASS_CLK_CTL_PHYS	0x28000000
#define MSM8930_LPASS_CLK_CTL_SIZE	SZ_4K

#define MSM8930_HFPLL_PHYS		0x00903000
#define MSM8930_HFPLL_SIZE		SZ_4K

#define MSM8930_TLMM_PHYS		0x00800000
#define MSM8930_TLMM_SIZE		SZ_16K

#define MSM8930_DMOV_PHYS		0x18320000
#define MSM8930_DMOV_SIZE		SZ_1M

#define MSM8930_SIC_NON_SECURE_PHYS	0x12100000
#define MSM8930_SIC_NON_SECURE_SIZE	SZ_64K

#define MSM_GPT_BASE			(MSM_TMR_BASE + 0x4)
#define MSM_DGT_BASE			(MSM_TMR_BASE + 0x24)

#define MSM8930_HDMI_PHYS		0x04A00000
#define MSM8930_HDMI_SIZE		SZ_4K

#ifdef CONFIG_DEBUG_MSM8930_UART
#define MSM_DEBUG_UART_BASE		IOMEM(0xFA740000)
#define MSM_DEBUG_UART_PHYS		0x16440000
#endif

#define MSM8930_QFPROM_PHYS		0x00700000
#define MSM8930_QFPROM_SIZE		SZ_4K

#endif
Loading