dts/arm/silabs: EFM32GG11B: correct flash erase block size

Corrected the erase-block-size to the actual value of 4096 bytes for
this SoC family.

Signed-off-by: Oane Kingma <o.kingma@interay.com>
This commit is contained in:
Oane Kingma 2020-02-19 12:19:35 +01:00 committed by Kumar Gala
commit 8043d989a0

View file

@ -40,7 +40,7 @@
compatible = "soc-nv-flash";
label = "FLASH_0";
write-block-size = <4>;
erase-block-size = <2048>;
erase-block-size = <4096>;
};
};