
3 Feb
2020
3 Feb
'20
12:59 p.m.
On Sun, Dec 22, 2019 at 2:16 AM Simon Glass sjg@chromium.org 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 sjg@chromium.org
Changes in v2: None
arch/x86/cpu/apollolake/fsp_s.c | 58 --------------------------------- 1 file changed, 58 deletions(-)
Reviewed-by: Bin Meng bmeng.cn@gmail.com