Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: k2hk-evm: set ubifs partition size for 512M NAND

The UBIFS partition size was incorrectly defined as for 128M NAND,
but on k2hk-evm installed NAND flash size is 512M.
Hence, correct it.

Signed-off-by: Murali Karicheri <m-karicheri2@ti.com>
Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk@ti.com>
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>

authored by

Murali Karicheri and committed by
Santosh Shilimkar
7eb7e8bc 400550ae

+1 -1
+1 -1
arch/arm/boot/dts/k2hk-evm.dts
··· 133 133 134 134 partition@180000 { 135 135 label = "ubifs"; 136 - reg = <0x180000 0x7E80000>; 136 + reg = <0x180000 0x1fe80000>; 137 137 }; 138 138 }; 139 139 };