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 <kumar.gala@linaro.org>
This commit is contained in:
parent
504a115ded
commit
68d826ce93
4 changed files with 4 additions and 0 deletions
|
@ -25,6 +25,7 @@
|
|||
compatible = "soc-nv-flash";
|
||||
label = "MCUX_FLASH";
|
||||
reg = <0 0x20000>;
|
||||
write-block-size = <4>;
|
||||
};
|
||||
|
||||
i2c0: i2c@40066000 {
|
||||
|
|
|
@ -68,6 +68,7 @@
|
|||
compatible = "soc-nv-flash";
|
||||
label = "MCUX_FLASH";
|
||||
reg = <0 0x80000>;
|
||||
write-block-size = <4>;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -53,6 +53,7 @@
|
|||
compatible = "soc-nv-flash";
|
||||
label = "MCUX_FLASH";
|
||||
reg = <0 0x80000>;
|
||||
write-block-size = <4>;
|
||||
};
|
||||
|
||||
i2c0: i2c@40066000 {
|
||||
|
|
|
@ -53,6 +53,7 @@
|
|||
compatible = "soc-nv-flash";
|
||||
label = "MCUX_FLASH";
|
||||
reg = <0 0x80000>;
|
||||
write-block-size = <4>;
|
||||
};
|
||||
|
||||
i2c0: i2c@40066000 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue