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

Commit 39f2d981 authored by Kumar Gala's avatar Kumar Gala
Browse files

msm: iomap: remove unused mapping of QGIC_DIST (and QGIC references)



No code is using QGIC_DIST mapping so drop it from being mapped by the
iotable setup code.  Also remove all #define <SOC>_QGIC_* that aren't
used.

Change-Id: I7cce9bedfffb7c30dccb237188193c3ea307ee2e
Signed-off-by: default avatarKumar Gala <galak@codeaurora.org>
parent 36981829
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -38,12 +38,6 @@
#define APQ8064_TMR0_PHYS		0x0208A000
#define APQ8064_TMR0_SIZE		SZ_4K

#define APQ8064_QGIC_DIST_PHYS		0x02000000
#define APQ8064_QGIC_DIST_SIZE		SZ_4K

#define APQ8064_QGIC_CPU_PHYS		0x02002000
#define APQ8064_QGIC_CPU_SIZE		SZ_4K

#define APQ8064_TLMM_PHYS		0x00800000
#define APQ8064_TLMM_SIZE		SZ_16K

+0 −3
Original line number Diff line number Diff line
@@ -25,9 +25,6 @@

#define APQ8084_SHARED_RAM_PHYS     0x0FA00000

#define APQ8084_QGIC_DIST_PHYS	0xF9000000
#define APQ8084_QGIC_DIST_SIZE	SZ_4K

#define APQ8084_TLMM_PHYS	0xFD510000
#define APQ8084_TLMM_SIZE	SZ_16K

+0 −3
Original line number Diff line number Diff line
@@ -25,9 +25,6 @@

#define MPQ8092_MSM_SHARED_RAM_PHYS	0x0FA00000

#define MPQ8092_QGIC_DIST_PHYS	0xF9000000
#define MPQ8092_QGIC_DIST_SIZE	SZ_4K

#define MPQ8092_TLMM_PHYS	0xFD510000
#define MPQ8092_TLMM_SIZE	SZ_16K

+0 −3
Original line number Diff line number Diff line
@@ -25,9 +25,6 @@

#define MSM8226_MSM_SHARED_RAM_PHYS	0x0FA00000

#define MSM8226_QGIC_DIST_PHYS	0xF9000000
#define MSM8226_QGIC_DIST_SIZE	SZ_4K

#define MSM8226_APCS_GCC_PHYS	0xF9011000
#define MSM8226_APCS_GCC_SIZE	SZ_4K

+0 −3
Original line number Diff line number Diff line
@@ -24,9 +24,6 @@

#define MSM8610_MSM_SHARED_RAM_PHYS	0x0D900000

#define MSM8610_QGIC_DIST_PHYS	0xF9000000
#define MSM8610_QGIC_DIST_SIZE	SZ_4K

#define MSM8610_APCS_GCC_PHYS	0xF9011000
#define MSM8610_APCS_GCC_SIZE	SZ_4K

Loading