On Sun, Dec 22, 2019 at 2:16 AM Simon Glass <[email protected]> wrote: > > This config is not actually used here and in U-Boot it seems better to set > this using the device tree for each individual controller. The monolithic > config of the FSP-S is only necessary if the FSP is actually configuring > something, but here it is not. > > The FSP-S does enable/disable the various I2C ports. It might be nice to > handle this using the okay/disabled property of each port, but that can be > considered later. > > Signed-off-by: Simon Glass <[email protected]> > --- > > Changes in v2: None > > arch/x86/cpu/apollolake/fsp_s.c | 58 --------------------------------- > 1 file changed, 58 deletions(-) >
Reviewed-by: Bin Meng <[email protected]>

