rockchip: dts: rv1126: enlarge spi_nor's spi-max-frequency
The high speed spi nor's max frequency is about 133MHz and the IO interface rate is about 100MHz, so enlarge spi-max-frequency to 100MHz. Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com> Change-Id: I9ef7e459dece5e70eefd72024264a94a672636d1
This commit is contained in:
parent
cf13b78438
commit
a79c31be17
|
|
@ -107,7 +107,7 @@
|
|||
reg = <0>;
|
||||
spi-tx-bus-width = <1>;
|
||||
spi-rx-bus-width = <4>;
|
||||
spi-max-frequency = <96000000>;
|
||||
spi-max-frequency = <100000000>;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue