]> git.baikalelectronics.ru Git - uboot.git/commit
x86: itss: Tidy up bind() for of-platdata-inst
authorSimon Glass <sjg@chromium.org>
Mon, 15 Mar 2021 04:25:47 +0000 (17:25 +1300)
committerSimon Glass <sjg@chromium.org>
Fri, 26 Mar 2021 04:03:09 +0000 (17:03 +1300)
commit6da9e44b14b9883a008671aafe8d9bc37df1285f
treee7ba856140c947a400e2b3364c8ec03180fe643b
parent39e9b88bebc4157fc43aeedf07d9d55a8cadd636
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>
arch/x86/cpu/intel_common/itss.c