ipq40xx: increase SPI frequency for Zyxel NBG6617
The mx25l25635f supports clock speed up to 50Mhz. Also remove obsolete "mx25l25635f" hack and rename the matching device-tree flash node. Signed-off-by: Dmitry Tunin <hanipouspilot@gmail.com> [mention node rename as well. chip is very very likely always the "f" revision for all NBG6617] Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
This commit is contained in:
parent
f46a38a1ac
commit
88f39b72da
@ -210,10 +210,10 @@
|
|||||||
status = "okay";
|
status = "okay";
|
||||||
cs-gpios = <&tlmm 54 GPIO_ACTIVE_HIGH>;
|
cs-gpios = <&tlmm 54 GPIO_ACTIVE_HIGH>;
|
||||||
|
|
||||||
mx25l25635f@0 {
|
flash@0 {
|
||||||
compatible = "mx25l25635f", "jedec,spi-nor";
|
compatible = "jedec,spi-nor";
|
||||||
reg = <0>;
|
reg = <0>;
|
||||||
spi-max-frequency = <24000000>;
|
spi-max-frequency = <50000000>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
m25p,fast-read;
|
m25p,fast-read;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user