summaryrefslogtreecommitdiffstats
path: root/hdata/test/p81-811.spira.dts
diff options
context:
space:
mode:
authorVasant Hegde <hegdevasant@linux.vnet.ibm.com>2018-04-12 19:52:19 +0530
committerStewart Smith <stewart@linux.ibm.com>2018-04-23 00:02:43 -0500
commitc4a094a7df80463408d7a9144377584245364fc5 (patch)
tree86aeae741997eefe2a1f242a2cc2659abfd5570a /hdata/test/p81-811.spira.dts
parentbdd925aabbbbf0d35a44d85c9d51809c668be1ba (diff)
downloadblackbird-skiboot-c4a094a7df80463408d7a9144377584245364fc5.tar.gz
blackbird-skiboot-c4a094a7df80463408d7a9144377584245364fc5.zip
hdata: Fix DIMM size property
Today we parse vpd blob to get DIMM size information. This is limited to FSP based system. HDAT provides DIMM size value. Lets use that to populate device tree. So that we can get size information on BMC based system as well. Signed-off-by: Vasant Hegde <hegdevasant@linux.vnet.ibm.com> CC: Oliver O'Halloran <oohall@gmail.com> Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
Diffstat (limited to 'hdata/test/p81-811.spira.dts')
-rw-r--r--hdata/test/p81-811.spira.dts8
1 files changed, 4 insertions, 4 deletions
diff --git a/hdata/test/p81-811.spira.dts b/hdata/test/p81-811.spira.dts
index ba9b3551..2ca361ee 100644
--- a/hdata/test/p81-811.spira.dts
+++ b/hdata/test/p81-811.spira.dts
@@ -1899,7 +1899,7 @@
description = "32GB CDIMM";
ibm,chip-id = <0x0>;
ibm,memory-bus-frequency = <0x0 0x0>;
- size = "0032768";
+ size = "32768";
};
ms-dimm@d002 {
@@ -1921,7 +1921,7 @@
description = "32GB CDIMM";
ibm,chip-id = <0x0>;
ibm,memory-bus-frequency = <0x0 0x0>;
- size = "0032768";
+ size = "32768";
};
ms-dimm@d008 {
@@ -1943,7 +1943,7 @@
description = "32GB CDIMM";
ibm,chip-id = <0x10>;
ibm,memory-bus-frequency = <0x0 0x0>;
- size = "0032768";
+ size = "32768";
};
ms-dimm@d00a {
@@ -1965,7 +1965,7 @@
description = "32GB CDIMM";
ibm,chip-id = <0x10>;
ibm,memory-bus-frequency = <0x0 0x0>;
- size = "0032768";
+ size = "32768";
};
processor@1000 {
OpenPOWER on IntegriCloud