Skip to content

Commit 0ec2f5a

Browse files
butokdkalowsk
authored andcommitted
dts: nxp: rt1024: fix jedec-id for on-chip flash
Fixes the JEDEC-ID value of the W25Q32JVWJ on-chip flash of RT1024. It was incorrectly set to the value for the different IS25WP064 chip. Signed-off-by: Andrej Butok <andrey.butok@nxp.com>
1 parent d394b74 commit 0ec2f5a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dts/arm/nxp/nxp_rt1024.dtsi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@
4242
status = "okay";
4343
reg = <0x402a8000 0x4000>, <0x60000000 DT_SIZE_M(4)>;
4444
/* 32 megabit internal flash present on chip */
45-
w25q32jvwj0: w25q32jvwj0@0 {
45+
w25q32jvwj0: w25q32jvwj@0 {
4646
compatible = "nxp,imx-flexspi-nor";
47-
size = <DT_SIZE_M(32)>;
47+
size = <DT_SIZE_M(4 * 8)>;
4848
reg = <0>;
4949
spi-max-frequency = <133000000>;
5050
status = "okay";
51-
jedec-id = [9d 70 17];
51+
jedec-id = [ef 40 16];
5252
erase-block-size = <DT_SIZE_K(4)>;
5353
write-block-size = <1>;
5454
};

0 commit comments

Comments
 (0)