summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDeb McLemore <debmc@linux.ibm.com>2019-02-26 15:23:16 -0600
committerStewart Smith <stewart@linux.ibm.com>2019-03-05 15:28:06 +1100
commit64a16ae05bb28c075506efb10b569b833680068d (patch)
tree82c40f9dc429b06433aac77ff01593b17304a996
parent43f11d51e601333c3643de26d6229dd561635947 (diff)
downloadblackbird-skiboot-64a16ae05bb28c075506efb10b569b833680068d.tar.gz
blackbird-skiboot-64a16ae05bb28c075506efb10b569b833680068d.zip
p9dsu: Fix slot labels for p9dsu2u
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>
-rw-r--r--platforms/astbmc/p9dsu.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/platforms/astbmc/p9dsu.c b/platforms/astbmc/p9dsu.c
index 27004164..d28bfcab 100644
--- a/platforms/astbmc/p9dsu.c
+++ b/platforms/astbmc/p9dsu.c
@@ -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 },
@@ -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 },
@@ -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 },
@@ -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 },
@@ -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 },
OpenPOWER on IntegriCloud