diff options
author | Stewart Smith <stewart@linux.vnet.ibm.com> | 2016-06-21 13:52:14 +1000 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2016-06-21 13:52:14 +1000 |
commit | 6004764e073ba2cc6ae8299f33634623e3521c4c (patch) | |
tree | 92579173fa66e0d0acd9f63e30254e9c88bf776a /doc/opal-api | |
parent | ff42a814deaf55691b037f15d01f3f218fcaf1a8 (diff) | |
download | talos-skiboot-6004764e073ba2cc6ae8299f33634623e3521c4c.tar.gz talos-skiboot-6004764e073ba2cc6ae8299f33634623e3521c4c.zip |
doc/opal-api/power9-changes: Document needed device tree fix
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'doc/opal-api')
-rw-r--r-- | doc/opal-api/power9-changes.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/opal-api/power9-changes.txt b/doc/opal-api/power9-changes.txt index 0552bb3a..1935e127 100644 --- a/doc/opal-api/power9-changes.txt +++ b/doc/opal-api/power9-changes.txt @@ -17,3 +17,7 @@ Things we still have to do for POWER9: - remove opal-v2 from compatible string. - PCI to use async API rather than returning delays - deprecate/remove v1 APIs where there's a V2 +- Fix this FWTS warning: + FAILED [MEDIUM] DeviceTreeBaseDTCWarnings: Test 3, dtc reports warnings from + device tree: Warning (reg_format): "reg" property in /ibm,opal/flash@0 has + invalid length (8 bytes) (#address-cells == 0, #size-cells == 0) |