boards: fix max frequency for IS25WP flash chips
IS25WP flash chips support 133MHz only when P[6:3] is programmed, which will not occur during the SFDP probe sequence used in the FlexSPI nor driver. With the default P[6:3] value, the best frequency supported for read instruction 0xEB is 104MHz, so set this for all boards using this flash chip with the FlexSPI nor driver. Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
This commit is contained in:
parent
7ca996234f
commit
43b07894c3
8 changed files with 8 additions and 8 deletions
|
|
@ -61,7 +61,7 @@
|
|||
compatible = "nxp,imx-flexspi-nor";
|
||||
size = <67108864>;
|
||||
reg = <0>;
|
||||
spi-max-frequency = <133000000>;
|
||||
spi-max-frequency = <104000000>;
|
||||
status = "okay";
|
||||
jedec-id = [9d 70 17];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -61,7 +61,7 @@
|
|||
compatible = "nxp,imx-flexspi-nor";
|
||||
size = <67108864>;
|
||||
reg = <0>;
|
||||
spi-max-frequency = <133000000>;
|
||||
spi-max-frequency = <104000000>;
|
||||
status = "okay";
|
||||
jedec-id = [9d 70 17];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -99,7 +99,7 @@ arduino_serial: &lpuart2 {
|
|||
compatible = "nxp,imx-flexspi-nor";
|
||||
size = <67108864>;
|
||||
reg = <0>;
|
||||
spi-max-frequency = <133000000>;
|
||||
spi-max-frequency = <104000000>;
|
||||
status = "okay";
|
||||
jedec-id = [9d 70 17];
|
||||
erase-block-size = <4096>;
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
compatible = "nxp,imx-flexspi-nor";
|
||||
size = <67108864>;
|
||||
reg = <0>;
|
||||
spi-max-frequency = <133000000>;
|
||||
spi-max-frequency = <104000000>;
|
||||
status = "okay";
|
||||
jedec-id = [9d 70 17];
|
||||
erase-block-size = <4096>;
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
compatible = "nxp,imx-flexspi-nor";
|
||||
size = <67108864>;
|
||||
reg = <0>;
|
||||
spi-max-frequency = <133000000>;
|
||||
spi-max-frequency = <104000000>;
|
||||
status = "okay";
|
||||
jedec-id = [9d 70 17];
|
||||
erase-block-size = <4096>;
|
||||
|
|
|
|||
|
|
@ -164,7 +164,7 @@ nxp_parallel_i2c: &lpi2c1 {};
|
|||
compatible = "nxp,imx-flexspi-nor";
|
||||
size = <67108864>;
|
||||
reg = <0>;
|
||||
spi-max-frequency = <133000000>;
|
||||
spi-max-frequency = <104000000>;
|
||||
status = "okay";
|
||||
jedec-id = [9d 70 17];
|
||||
|
||||
|
|
|
|||
|
|
@ -95,7 +95,7 @@
|
|||
compatible = "nxp,imx-flexspi-nor";
|
||||
size = <DT_SIZE_M(16*8)>;
|
||||
reg = <0>;
|
||||
spi-max-frequency = <133000000>;
|
||||
spi-max-frequency = <104000000>;
|
||||
status = "okay";
|
||||
jedec-id = [9d 70 17];
|
||||
erase-block-size = <4096>;
|
||||
|
|
|
|||
|
|
@ -222,7 +222,7 @@
|
|||
compatible = "nxp,imx-flexspi-nor";
|
||||
size = <DT_SIZE_M(16*8)>;
|
||||
reg = <0>;
|
||||
spi-max-frequency = <133000000>;
|
||||
spi-max-frequency = <104000000>;
|
||||
status = "okay";
|
||||
jedec-id = [9d 70 17];
|
||||
erase-block-size = <4096>;
|
||||
|
|
|
|||
Loading…
Reference in a new issue