From 7d1538cc9bb87d12dcd8c9f9b07c17bb510042ef Mon Sep 17 00:00:00 2001 From: Mauro Condarelli Date: Sun, 20 Sep 2020 18:28:59 +0200 Subject: mips: vocore2: fix various issues - fix SPL image generation - fix incorrect console output - increase malloc_f and malloc_r space to fix LZMA decompression errors - increase SPI flash clock Signed-off-by: Mauro Condarelli [squashed to one patch, fix commit subject and description] Signed-off-by: Daniel Schwierzeck --- arch/mips/dts/vocore_vocore2.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/mips/dts') diff --git a/arch/mips/dts/vocore_vocore2.dts b/arch/mips/dts/vocore_vocore2.dts index 3502e4b8b7..9adf39652f 100644 --- a/arch/mips/dts/vocore_vocore2.dts +++ b/arch/mips/dts/vocore_vocore2.dts @@ -59,7 +59,7 @@ #address-cells = <1>; #size-cells = <1>; compatible = "jedec,spi-nor"; - spi-max-frequency = <25000000>; + spi-max-frequency = <40000000>; reg = <0>; }; }; -- cgit v1.2.3