> -----Original Message----- > From: Tom Rini <[email protected]> > Sent: Friday, 25 April, 2025 12:45 AM > To: Ng, Boon Khai <[email protected]> > Cc: U-boot Openlist <[email protected]>; Jagan Teki > <[email protected]>; Michal Simek <[email protected]>; > Venkatesh Yadav Abbarapu <[email protected]>; Tejas Bhumkar > <[email protected]>; William Zhang > <[email protected]>; Hea, Kok Kiang > <[email protected]>; Maniyam, Dinesh > <[email protected]>; Chee, Tien Fong > <[email protected]>; Zamri, Muhammad Hazim Izzat > <[email protected]>; Meng, Tingting > <[email protected]>; Yuslaimi, Alif Zakuan > <[email protected]> > Subject: Re: [CAD QSPI v2] spi: cadence-qspi: Add disable STIG mode quikrs. > > On Wed, Apr 16, 2025 at 11:17:51AM +0800, Boon Khai Ng wrote: > > > Adding quirk to disable STIG mode since cadence controller has issue > > for read/write using the STIG mode. STIG mode is enabled by default > > since 2023.04 for small read/write(<8bytes). > > > > Updated STIG mode reading from dev_get_driver_data by assigning to > > platdata struct before read quirks variable. > > > > The STIG mode is disabled for normal read case and enabled for QSPI > > Jedec ID read/write since it requires STIG read/write. > > > > Porting from linux implementation > > https://lore.kernel.org/all/20241204063338.296959-1-niravkumar > > [email protected]/T/ > > > > Signed-off-by: Boon Khai Ng <[email protected]> > > Reviewed-by: Tien Fong Chee <[email protected]> > > Applied to u-boot/master, thanks! >
Thanks a lot Tom. Regards, Boon Khai > -- > Tom

