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:
Kumar Gala 2018-01-25 13:15:48 -06:00 committed by Maureen Helm
commit 68d826ce93
4 changed files with 4 additions and 0 deletions

View file

@ -25,6 +25,7 @@
compatible = "soc-nv-flash";
label = "MCUX_FLASH";
reg = <0 0x20000>;
write-block-size = <4>;
};
i2c0: i2c@40066000 {

View file

@ -68,6 +68,7 @@
compatible = "soc-nv-flash";
label = "MCUX_FLASH";
reg = <0 0x80000>;
write-block-size = <4>;
};
};

View file

@ -53,6 +53,7 @@
compatible = "soc-nv-flash";
label = "MCUX_FLASH";
reg = <0 0x80000>;
write-block-size = <4>;
};
i2c0: i2c@40066000 {

View file

@ -53,6 +53,7 @@
compatible = "soc-nv-flash";
label = "MCUX_FLASH";
reg = <0 0x80000>;
write-block-size = <4>;
};
i2c0: i2c@40066000 {