From fb76ddfda31051acf0279b96409a450937b67e6a Mon Sep 17 00:00:00 2001 From: Tomasz Bursztyka Date: Wed, 18 Dec 2019 09:11:20 +0100 Subject: [PATCH] soc/xtensa: Removing useless USB definitions for Intel s1000 These information are now provided through DTS. Signed-off-by: Tomasz Bursztyka --- soc/xtensa/intel_s1000/soc.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/soc/xtensa/intel_s1000/soc.h b/soc/xtensa/intel_s1000/soc.h index d044f742db3..3ab337fd18b 100644 --- a/soc/xtensa/intel_s1000/soc.h +++ b/soc/xtensa/intel_s1000/soc.h @@ -163,9 +163,6 @@ struct soc_dsp_shim_regs { u32_t reserved3[22]; }; -#define USB_DW_BASE 0x000A0000 -#define USB_DW_IRQ 0x00000806 - /* Global Control registers */ #define SOC_S1000_GLB_CTRL_BASE (0x00081C00)