arm64: dts: adi: sc598-som-ezkit: expand OSPI flash partitions - #3504
arm64: dts: adi: sc598-som-ezkit: expand OSPI flash partitions#3504pamolloy wants to merge 1 commit into
Conversation
The OSPI kernel and rootfs partitions on the MX66LM1G45G (128 MB) were not updated when the SoM SPI flash partitions were resized in commit 4e662b5 ("arm64: dts: adi: sc598-som-revE: extend rootfs to fill flash"). This left the kernel allocation at 15 MB and the rootfs at 16 MB, wasting 96 MB of the 128 MB device. Align the OSPI layout with the IS25LP01G on the SoM revE: kernel: 0x100000 + 0x2000000 (15 MB -> 32 MB) rootfs: 0x2100000 + 0x5f00000 (16 MB -> 95 MB, fills device) Fixes: dfc678d ("arch: arm64: dts: Add SD card dts for the sc598 EZKIT") Signed-off-by: Philip Molloy <philip.molloy@analog.com>
LLM reviewThis series resizes the OSPI run: 32272370595
|
The OSPI kernel and rootfs partitions on the MX66LM1G45G (128 MB) were not updated when the SoM SPI flash partitions were resized in commit 4e662b5 ("arm64: dts: adi: sc598-som-revE: extend rootfs to fill flash"). This left the kernel allocation at 15 MB and the rootfs at 16 MB, wasting 96 MB of the 128 MB device.
Align the OSPI layout with the IS25LP01G on the SoM revE:
kernel: 0x100000 + 0x2000000 (15 MB -> 32 MB)
rootfs: 0x2100000 + 0x5f00000 (16 MB -> 95 MB, fills device)
Fixes: dfc678d ("arch: arm64: dts: Add SD card dts for the sc598 EZKIT")