From 0ec2f5ad6f105be4c1320cae4b28a1dc74107d0d Mon Sep 17 00:00:00 2001 From: Andrej Butok Date: Tue, 10 Jun 2025 16:47:14 +0200 Subject: [PATCH] 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 --- dts/arm/nxp/nxp_rt1024.dtsi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dts/arm/nxp/nxp_rt1024.dtsi b/dts/arm/nxp/nxp_rt1024.dtsi index dfb20d9c72e..f8ac2e94f90 100644 --- a/dts/arm/nxp/nxp_rt1024.dtsi +++ b/dts/arm/nxp/nxp_rt1024.dtsi @@ -42,13 +42,13 @@ status = "okay"; reg = <0x402a8000 0x4000>, <0x60000000 DT_SIZE_M(4)>; /* 32 megabit internal flash present on chip */ - w25q32jvwj0: w25q32jvwj0@0 { + w25q32jvwj0: w25q32jvwj@0 { compatible = "nxp,imx-flexspi-nor"; - size = ; + size = ; reg = <0>; spi-max-frequency = <133000000>; status = "okay"; - jedec-id = [9d 70 17]; + jedec-id = [ef 40 16]; erase-block-size = ; write-block-size = <1>; };