Commit 1ad0e330 authored by Vinod Koul's avatar Vinod Koul Committed by Mark Brown

ASoC: Intel: add sst shim register start-end variables

the shim registers start and end can be useful while parsing the shim addresses,
so add these
Signed-off-by: default avatarVinod Koul <vinod.koul@intel.com>
Signed-off-by: default avatarMark Brown <broonie@linaro.org>
parent 85e63007
......@@ -53,6 +53,10 @@
#define SST_CSR2 0x80
#define SST_LTRC 0xE0
#define SST_HDMC 0xE8
#define SST_SHIM_BEGIN SST_CSR
#define SST_SHIM_END SST_HDMC
#define SST_DBGO 0xF0
#define SST_SHIM_SIZE 0x100
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment