diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2025-12-05 17:23:12 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2025-12-05 17:23:12 -0800 |
| commit | 09cab48db950b6fb8c114314a20c0fd5a80cf990 (patch) | |
| tree | ae317aeb636d7b49b2092982d45a1f1ea62894f0 /arch/arm/mach-gemini/board-dt.c | |
| parent | b4c6c76e4039366017a4f568672e4ea9fc82f97d (diff) | |
| parent | 3ce8f4a501f61edbb5cb3fe13520f09ffb33396e (diff) | |
Merge tag 'soc-arm-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Pull SoC ARM code updates from Arnd Bergmann:
"These are very minimal changes for 32-bit Arm platform code, enabling
SMP bringup for one more SoC variant (mt6582) among spelling changes
and a build warning fix"
* tag 'soc-arm-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc:
ARM: omap1: avoid symbol clashes in fiq handler
ARM: gemini: fix typos in comments
ARM: versatile: Fix typo in versatile.c
ARM: OMAP2+: Fix falg->flag typo in omap_smc2()
ARM: mediatek: add MT6582 smp bring up code
ARM: mediatek: add board_dt_compat entry for the MT6582 SoC
Diffstat (limited to 'arch/arm/mach-gemini/board-dt.c')
| -rw-r--r-- | arch/arm/mach-gemini/board-dt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-gemini/board-dt.c b/arch/arm/mach-gemini/board-dt.c index fbafe7475c02..2bba617e4d54 100644 --- a/arch/arm/mach-gemini/board-dt.c +++ b/arch/arm/mach-gemini/board-dt.c @@ -34,7 +34,7 @@ static void gemini_idle(void) { /* * Because of broken hardware we have to enable interrupts or the CPU - * will never wakeup... Acctualy it is not very good to enable + * will never wakeup... Actually it is not very good to enable * interrupts first since scheduler can miss a tick, but there is * no other way around this. Platforms that needs it for power saving * should enable it in init code, since by default it is |