diff options
author | Shaik Sajida Bhanu <sbhanu@codeaurora.org> | 2021-08-30 12:09:46 +0530 |
---|---|---|
committer | Julius Werner <jwerner@chromium.org> | 2021-09-16 17:16:14 +0000 |
commit | 7bf3d0cbd8c36504795be940acdab9b78c5afa31 (patch) | |
tree | 24457a16adcc2ab29c0d5c4917c498b7c69d370b /src/soc/qualcomm/qcs405/include | |
parent | e3cf008d88447b8a9ee3c08f755dcee4ada80a77 (diff) |
mainboard/google: Update the TLMM registers for sdhc
Update the TLMM register values for eMMC and SD card on Trogdor,
Herobrine and Mistral boards.
BUG=b:196936525
TEST=Validated on qualcomm sc7280 and sc7180 development board and checked
basic boot up.
Signed-off-by: Shaik Sajida Bhanu <sbhanu@codeaurora.org>
Change-Id: Iccdb7757027c6de424a82e4374bad802501ac83c
Reviewed-on: https://review.coreboot.org/c/coreboot/+/57450
Reviewed-by: Shelley Chen <shchen@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/qualcomm/qcs405/include')
-rw-r--r-- | src/soc/qualcomm/qcs405/include/soc/addressmap.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/soc/qualcomm/qcs405/include/soc/addressmap.h b/src/soc/qualcomm/qcs405/include/soc/addressmap.h index b21ae26b71..637a059b07 100644 --- a/src/soc/qualcomm/qcs405/include/soc/addressmap.h +++ b/src/soc/qualcomm/qcs405/include/soc/addressmap.h @@ -9,4 +9,7 @@ #define TLMM_SOUTH_TILE_BASE 0x1000000 #define GCC_BASE 0x01800000 +/* SDHC TLMM Registers */ +#define SDC1_TLMM_CFG_ADDR 0x010C2000 + #endif /* __SOC_QUALCOMM_QCS405_ADDRESS_MAP_H__ */ |