Re: [PATCH 14/26] x86: coral: Remove unwanted nodes from SPL/TPL

2020-12-28 Thread Simon Glass
Some devices are not needed in SPL/TPL. For TPL this causes the generation of unnecessary of-platadata structs. Make some adjustments to fix this. Signed-off-by: Simon Glass --- arch/x86/dts/chromebook_coral.dts | 17 +++-- 1 file changed, 11 insertions(+), 6 deletions(-) Applied t

[PATCH 14/26] x86: coral: Remove unwanted nodes from SPL/TPL

2020-12-19 Thread Simon Glass
Some devices are not needed in SPL/TPL. For TPL this causes the generation of unnecessary of-platadata structs. Make some adjustments to fix this. Signed-off-by: Simon Glass --- arch/x86/dts/chromebook_coral.dts | 17 +++-- 1 file changed, 11 insertions(+), 6 deletions(-) diff --gi