From be0be37a8eb98cde4dbcad40ac815940285649a2 Mon Sep 17 00:00:00 2001 From: Piotr Dymacz Date: Thu, 3 Dec 2015 09:05:44 +0100 Subject: [PATCH] Update default SPI divider value for QCA953x --- u-boot/cpu/mips/start.S | 2 +- u-boot/cpu/mips/start_bootstrap.S | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/u-boot/cpu/mips/start.S b/u-boot/cpu/mips/start.S index 192fd11..3dbf903 100644 --- a/u-boot/cpu/mips/start.S +++ b/u-boot/cpu/mips/start.S @@ -303,7 +303,7 @@ rel_start: /* REMAP_DISABLE */ li a0, KSEG1ADDR(QCA_SPI_CTRL_REG) #if (SOC_TYPE & QCA_QCA953X_SOC) - li t0, 0x246 + li t0, 0x243 #elif (SOC_TYPE & QCA_AR934X_SOC) li t0, 0x243 #else diff --git a/u-boot/cpu/mips/start_bootstrap.S b/u-boot/cpu/mips/start_bootstrap.S index 7937c64..a0f713b 100644 --- a/u-boot/cpu/mips/start_bootstrap.S +++ b/u-boot/cpu/mips/start_bootstrap.S @@ -300,7 +300,7 @@ rel_start: /* REMAP_DISABLE */ li a0, KSEG1ADDR(QCA_SPI_CTRL_REG) #if (SOC_TYPE & QCA_QCA953X_SOC) - li t0, 0x246 + li t0, 0x243 #elif (SOC_TYPE & QCA_AR934X_SOC) li t0, 0x243 #else -- 2.25.1