Hi, all
I notice there is a figure about QuadSPI, and it specify ref use "cluster1 clk". see below.

But at ls1021a dts, qspi clocks ref to platform_clk's "platform-clk-div2", and platform_clk ref to fixed-clock "sysclk" , as i know the sysclk is fixup to 100MHz at u-boot phare.

And there is another about QuadSPI, Is it says QuadSPI clk can be ref to "platform clk" or "cluster1 clk"? and how can we choice those ref clk?

and why ls1021a dts choice sysclk(100MHz) as qspi's the ref clk ?
(actually i find the QSPI_CLK is depend on CPU clock only, when i change the cpu freq by /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor at run time )