diff options
author | Maximilian Brune <maximilian.brune@9elements.com> | 2024-08-09 12:49:29 +0200 |
---|---|---|
committer | Martin L Roth <gaumless@gmail.com> | 2024-09-30 15:50:16 +0000 |
commit | aed7a871b2520eff698dde22ffdae37f971bd92c (patch) | |
tree | 1065fde82a9b3b37e91518aed113bf2e79619140 /src/mainboard/amd/birman_plus | |
parent | 16110c077840a5baab7fcc1f0f61324c59fc68e3 (diff) |
soc/amd/glinda: Update gpp bridge naming scheme
This patch updates the naming scheme used for the GPP bridges.
The naming scheme now matches what we also have on phoenix.
Change-Id: I9f740d75a3561dba2ed65acb16bb4259f632307d
Signed-off-by: Maximilian Brune <maximilian.brune@9elements.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/84378
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Diffstat (limited to 'src/mainboard/amd/birman_plus')
-rw-r--r-- | src/mainboard/amd/birman_plus/devicetree_glinda.cb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mainboard/amd/birman_plus/devicetree_glinda.cb b/src/mainboard/amd/birman_plus/devicetree_glinda.cb index 1df02ed004..e867f018fc 100644 --- a/src/mainboard/amd/birman_plus/devicetree_glinda.cb +++ b/src/mainboard/amd/birman_plus/devicetree_glinda.cb @@ -158,9 +158,9 @@ chip soc/amd/glinda device domain 0 on device ref iommu on end - device ref gpp_bridge_0 on end # GBE - device ref gpp_bridge_1 on end # WIFI - device ref gpp_bridge_2 on end # NVMe SSD + device ref gpp_bridge_2_1 on end # GBE + device ref gpp_bridge_2_2 on end # WIFI + device ref gpp_bridge_2_3 on end # NVMe SSD device ref gpp_bridge_a on # Internal GPP Bridge 0 to Bus A device ref gfx on end # Internal GPU (GFX) device ref gfx_hda on end # Display HD Audio Controller (GFXAZ) |