commit | 763ce51bc32470eeb7316643f4f341e14fe4ee07 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Mar 15 17:25:47 2021 +1300 |
committer | Simon Glass <sjg@chromium.org> | Fri Mar 26 17:03:09 2021 +1300 |
tree | e7ba856140c947a400e2b3364c8ec03180fe643b | |
parent | a65c35ed7784d782e6aecb6c85c84e77a08474b7 [diff] |
x86: itss: Tidy up bind() for of-platdata-inst With the standard of-platdata we must fix up driver_data manually. With of-platadata-inst this is not necessary, since it is added to the device by dtoc. Update the code to handle this. Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Simon Glass <sjg@chromium.org>