diff options
author | Vasant Hegde <hegdevasant@linux.vnet.ibm.com> | 2017-04-02 16:37:27 +0530 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2017-04-05 12:30:44 +1000 |
commit | 810aaf1173a056414295eab22cf32ba6833951b0 (patch) | |
tree | 82cea405eb75a7c445ca33b41ad37b3031efc6a8 /hdata/test/p81-811.spira.dts | |
parent | 01b01804121ed34f499afe011b8461f29f171dba (diff) | |
download | skiboot-810aaf1173a056414295eab22cf32ba6833951b0.zip skiboot-810aaf1173a056414295eab22cf32ba6833951b0.tar.gz skiboot-810aaf1173a056414295eab22cf32ba6833951b0.tar.bz2 |
hdat: Read description from ibm, vpd binary blob
In P8, for few FRU's we hardcoded description table (I don't call
the reason behind this). Hence on newers system, for most devices
description propetry under /vpd contains "Unknown".
Hence lets read description from vpd blob.
Signed-off-by: Vasant Hegde <hegdevasant@linux.vnet.ibm.com>
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'hdata/test/p81-811.spira.dts')
-rw-r--r-- | hdata/test/p81-811.spira.dts | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/hdata/test/p81-811.spira.dts b/hdata/test/p81-811.spira.dts index c9e3d2c..cdbca66 100644 --- a/hdata/test/p81-811.spira.dts +++ b/hdata/test/p81-811.spira.dts @@ -1911,7 +1911,7 @@ card-type = [00]; hw-characteristics = [00]; ccin = "54E8"; - description = "Unknown"; + description = "10-WAY PROC CUOD"; ibm,chip-id = <0x0>; }; @@ -1928,7 +1928,7 @@ card-type = [00]; hw-characteristics = [00]; ccin = "54E8"; - description = "Unknown"; + description = "10-WAY PROC CUOD"; ibm,chip-id = <0x1>; }; @@ -1945,7 +1945,7 @@ card-type = [00]; hw-characteristics = [00]; ccin = "54E8"; - description = "Unknown"; + description = "10-WAY PROC CUOD"; ibm,chip-id = <0x10>; }; @@ -1962,7 +1962,7 @@ card-type = [00]; hw-characteristics = [00]; ccin = "54E8"; - description = "Unknown"; + description = "10-WAY PROC CUOD"; ibm,chip-id = <0x11>; }; @@ -2016,7 +2016,7 @@ card-type = [80 b5 00]; hw-characteristics = [00]; ccin = "2B08"; - description = "Unknown"; + description = "CEC OP PANEL "; }; power-supply@3100 { |