diff options
author | Felix Held <felix-coreboot@felixheld.de> | 2022-01-12 23:26:42 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-01-27 22:19:27 +0000 |
commit | 039be8c7c7daf3f26b70b52c4c6355851d3e01ef (patch) | |
tree | bade7e2ac9a48629042987f8fca8f0e5c1987e4f /src | |
parent | 8a09cbd33689de53f269f939d902b66e135ae8cf (diff) |
soc/amd/sabrina/include/data_fabric: update IOMS0_FABRIC_ID
The data fabric ID table in PPR #57243 Rev 1.50 has a different IOMS0
fabric ID than Cezanne.
Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Change-Id: I32890b5c03219f6ebf8180929d71ef726d382483
Reviewed-on: https://review.coreboot.org/c/coreboot/+/61089
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Reviewed-by: Fred Reitberger <reitbergerfred@gmail.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/soc/amd/sabrina/include/soc/data_fabric.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/soc/amd/sabrina/include/soc/data_fabric.h b/src/soc/amd/sabrina/include/soc/data_fabric.h index 87db4d3e43..fbae1c6591 100644 --- a/src/soc/amd/sabrina/include/soc/data_fabric.h +++ b/src/soc/amd/sabrina/include/soc/data_fabric.h @@ -1,7 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* TODO: Check if this is still correct */ - #ifndef AMD_SABRINA_DATA_FABRIC_H #define AMD_SABRINA_DATA_FABRIC_H @@ -10,7 +8,7 @@ /* SoC-specific bits in D18F0_MMIO_CTRL0 */ #define DF_MMIO_NP BIT(16) -#define IOMS0_FABRIC_ID 10 +#define IOMS0_FABRIC_ID 9 #define NUM_NB_MMIO_REGS 8 |