kernel: bump 5.10 to 5.10.103
[openwrt/staging/dangole.git] / target / linux / at91 / patches-5.10 / 204-ARM-at91-pm-s-CONFIG_SOC_SAM9X60-CONFIG_HAVE_AT91_SA.patch
1 From 673d2519e9028dafb678fac29a990740958bed3c Mon Sep 17 00:00:00 2001
2 From: Claudiu Beznea <claudiu.beznea@microchip.com>
3 Date: Thu, 15 Apr 2021 13:49:54 +0300
4 Subject: [PATCH 204/247] ARM: at91: pm:
5 s/CONFIG_SOC_SAM9X60/CONFIG_HAVE_AT91_SAM9X60_PLL/g
6
7 Replace CONFIG_SOC_SAM9X60 with CONFIG_HAVE_AT91_SAM9X60_PLL as the
8 SAM9X60's PLL is also present on SAMA7G5.
9
10 Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
11 Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com>
12 Link: https://lore.kernel.org/r/20210415105010.569620-9-claudiu.beznea@microchip.com
13 ---
14 arch/arm/mach-at91/pm_suspend.S | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 --- a/arch/arm/mach-at91/pm_suspend.S
18 +++ b/arch/arm/mach-at91/pm_suspend.S
19 @@ -422,7 +422,7 @@ sr_dis_exit:
20 cmp tmp1, #AT91_PMC_V1
21 beq 1f
22
23 -#ifdef CONFIG_SOC_SAM9X60
24 +#ifdef CONFIG_HAVE_AT91_SAM9X60_PLL
25 /* Save PLLA settings. */
26 ldr tmp2, [pmc, #AT91_PMC_PLL_UPDT]
27 bic tmp2, tmp2, #AT91_PMC_PLL_UPDT_ID
28 @@ -489,7 +489,7 @@ sr_dis_exit:
29 cmp tmp3, #AT91_PMC_V1
30 beq 4f
31
32 -#ifdef CONFIG_SOC_SAM9X60
33 +#ifdef CONFIG_HAVE_AT91_SAM9X60_PLL
34 /* step 1. */
35 ldr tmp1, [pmc, #AT91_PMC_PLL_UPDT]
36 bic tmp1, tmp1, #AT91_PMC_PLL_UPDT_ID