Skip to content

Commit

Permalink
p9dsu: Fix slot labels for p9dsu2u
Browse files Browse the repository at this point in the history
Update the slot labels for the p9dsu2u tables.

Signed-off-by: Deb McLemore <debmc@linux.ibm.com>
Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
  • Loading branch information
debmc authored and stewartsmith committed Mar 5, 2019
1 parent 43f11d5 commit 64a16ae
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions platforms/astbmc/p9dsu.c
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ static const struct slot_table_entry p9dsu1u_phb8_1_slot[] = {
{
.etype = st_pluggable_slot,
.location = ST_LOC_DEVFN(0,0),
.name = "WIO-R Slot",
.name = "WIO-R Slot2",
.power_limit = 75,
},
{ .etype = st_end },
Expand All @@ -120,7 +120,7 @@ static const struct slot_table_entry p9dsu1u_phb8_3_slot[] = {
{
.etype = st_pluggable_slot,
.location = ST_LOC_DEVFN(0,0),
.name = "WIO Slot2",
.name = "WIO Slot4",
.power_limit = 75,
},
{ .etype = st_end },
Expand Down Expand Up @@ -251,7 +251,7 @@ static const struct slot_table_entry p9dsu2u_phb8_1_slot[] = {
{
.etype = st_pluggable_slot,
.location = ST_LOC_DEVFN(0,0),
.name = "WIO-R Slot",
.name = "WIO-R Slot2",
.power_limit = 75,
},
{ .etype = st_end },
Expand All @@ -271,7 +271,7 @@ static const struct slot_table_entry p9dsu2u_phb8_3_slot[] = {
{
.etype = st_pluggable_slot,
.location = ST_LOC_DEVFN(0,0),
.name = "WIO Slot3",
.name = "WIO Slot4",
.power_limit = 75,
},
{ .etype = st_end },
Expand All @@ -281,7 +281,7 @@ static const struct slot_table_entry p9dsu2u_phb8_4_slot[] = {
{
.etype = st_pluggable_slot,
.location = ST_LOC_DEVFN(0,0),
.name = "WIO Slot2",
.name = "WIO Slot5",
.power_limit = 75,
},
{ .etype = st_end },
Expand Down

0 comments on commit 64a16ae

Please sign in to comment.