From 1fcc25fa90acb3726985ccf4cbc8cc1caf49fbb1 Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Thu, 15 Jan 2015 10:28:59 +0100 Subject: [PATCH] zynqmp: Remove csu reg structure It is completely unused now. Signed-off-by: Michal Simek --- arch/arm/include/asm/arch-zynqmp/hardware.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/arch/arm/include/asm/arch-zynqmp/hardware.h b/arch/arm/include/asm/arch-zynqmp/hardware.h index e5de23c3904..f868004150c 100644 --- a/arch/arm/include/asm/arch-zynqmp/hardware.h +++ b/arch/arm/include/asm/arch-zynqmp/hardware.h @@ -52,15 +52,6 @@ struct iou_scntr { #define SD_MODE 0x00000005 #define JTAG_MODE 0x00000000 -#define ZYNQMP_CSU_BASEADDR 0xFFCA0000 - -struct csu_regs { - u32 reserved0[16]; - u32 version; /* 0x44 */ -}; - -#define csu_base ((struct csu_regs *)ZYNQMP_CSU_BASEADDR) - #define ZYNQMP_IOU_SLCR_BASEADDR 0xFF180000 struct iou_slcr_regs { -- 2.47.3