On Sat, Jan 17, 2026 at 02:01:38PM -0500, Raymond Mao wrote: > From: Raymond Mao <[email protected]> > > This commit enhances the K1 reset controller driver: > > 1. Enable SPL support > - Select CONFIG_SPL_RESET_SPACEMIT_K1 for SPL builds > - Reset controller is required during early boot for > proper hardware initialization sequence > > 2. Remove TWSI8 (I2C8) reset restriction > - TWSI8 is now fully controllable by reset controller
I don't think you change any real logics in the driver, so what fixes the function of TWSI8 reset? This deserves more explanation. > Signed-off-by: Raymond Mao <[email protected]> > --- > drivers/reset/Kconfig | 7 +++++++ > drivers/reset/Makefile | 2 +- > drivers/reset/reset-spacemit-k1.c | 4 ---- > 3 files changed, 8 insertions(+), 5 deletions(-) Regards, Yao Zi

