Skip to content

Commit 68d826c

Browse files
galakMaureenHelm
authored andcommitted
dts: flash: arm: nxp: Add write-block-size properties
On the various NXP Kinetis SoCs add the write-block-size property and set it to match FSL_FEATURE_FLASH_PFLASH_BLOCK_WRITE_UNIT_SIZE for the given SoC. Fixes: #5788 Signed-off-by: Kumar Gala <[email protected]>
1 parent 504a115 commit 68d826c

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

dts/arm/nxp/nxp_kl25z.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
compatible = "soc-nv-flash";
2626
label = "MCUX_FLASH";
2727
reg = <0 0x20000>;
28+
write-block-size = <4>;
2829
};
2930

3031
i2c0: i2c@40066000 {

dts/arm/nxp/nxp_kw2xd.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
compatible = "soc-nv-flash";
6969
label = "MCUX_FLASH";
7070
reg = <0 0x80000>;
71+
write-block-size = <4>;
7172
};
7273
};
7374

dts/arm/nxp/nxp_kw40z.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
compatible = "soc-nv-flash";
5454
label = "MCUX_FLASH";
5555
reg = <0 0x80000>;
56+
write-block-size = <4>;
5657
};
5758

5859
i2c0: i2c@40066000 {

dts/arm/nxp/nxp_kw41z.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
compatible = "soc-nv-flash";
5454
label = "MCUX_FLASH";
5555
reg = <0 0x80000>;
56+
write-block-size = <4>;
5657
};
5758

5859
i2c0: i2c@40066000 {

0 commit comments

Comments
 (0)