On Sat, Jul 31, 2021 at 3:02 AM Simon Glass <s...@chromium.org> wrote: > > On Thu, 29 Jul 2021 at 06:18, Bin Meng <bmeng...@gmail.com> wrote: > > > > Except ICH7 SPI, all SPI flashes connected to ICH9 / Fast SPI should > > have "m25p,fast-read" property present in their DT nodes. > > > > Signed-off-by: Bin Meng <bmeng...@gmail.com> > > --- > > > > arch/x86/dts/bayleybay.dts | 1 + > > arch/x86/dts/baytrail_som-db5800-som-6867.dts | 1 + > > arch/x86/dts/cherryhill.dts | 1 + > > arch/x86/dts/chromebook_coral.dts | 1 + > > arch/x86/dts/chromebook_link.dts | 1 + > > arch/x86/dts/chromebook_samus.dts | 1 + > > arch/x86/dts/chromebox_panther.dts | 1 + > > arch/x86/dts/conga-qeval20-qa3-e3845.dts | 1 + > > arch/x86/dts/cougarcanyon2.dts | 1 + > > arch/x86/dts/dfi-bt700.dtsi | 1 + > > arch/x86/dts/minnowmax.dts | 1 + > > 11 files changed, 11 insertions(+) > > Reviewed-by: Simon Glass <s...@chromium.org>
applied to u-boot-x86, thanks!