Skip to content

Commit afc6713

Browse files
committed
Merge tag 'omap-for-v6.14/soc-signed' of https://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap into soc/arm
soc: omap: minor updates for v6.14 * tag 'omap-for-v6.14/soc-signed' of https://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap: ARM: omap1: Fix up the Retu IRQ on Nokia 770 ARM: omap2plus_defconfig: enable charger of TWL603X ARM: OMAP2+: Fix a typo Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Arnd Bergmann <[email protected]>
2 parents fac04ef + ad455e4 commit afc6713

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

arch/arm/configs/omap2plus_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -428,6 +428,7 @@ CONFIG_POWER_RESET_GPIO=y
428428
CONFIG_BATTERY_BQ27XXX=m
429429
CONFIG_CHARGER_ISP1704=m
430430
CONFIG_CHARGER_TWL4030=m
431+
CONFIG_CHARGER_TWL6030=m
431432
CONFIG_CHARGER_BQ2415X=m
432433
CONFIG_CHARGER_BQ24190=m
433434
CONFIG_CHARGER_BQ24735=m

arch/arm/mach-omap1/board-nokia770.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ static struct gpiod_lookup_table nokia770_irq_gpio_table = {
289289
GPIO_LOOKUP("gpio-0-15", 15, "ads7846_irq",
290290
GPIO_ACTIVE_HIGH),
291291
/* GPIO used for retu IRQ */
292-
GPIO_LOOKUP("gpio-48-63", 15, "retu_irq",
292+
GPIO_LOOKUP("gpio-48-63", 14, "retu_irq",
293293
GPIO_ACTIVE_HIGH),
294294
/* GPIO used for tahvo IRQ */
295295
GPIO_LOOKUP("gpio-32-47", 8, "tahvo_irq",

arch/arm/mach-omap2/powerdomain.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ int pwrdm_get_mem_bank_count(struct powerdomain *pwrdm)
523523
* Set the powerdomain @pwrdm's next power state to @pwrst. The powerdomain
524524
* may not enter this state immediately if the preconditions for this state
525525
* have not been satisfied. Returns -EINVAL if the powerdomain pointer is
526-
* null or if the power state is invalid for the powerdomin, or returns 0
526+
* null or if the power state is invalid for the powerdomain, or returns 0
527527
* upon success.
528528
*/
529529
int pwrdm_set_next_pwrst(struct powerdomain *pwrdm, u8 pwrst)

0 commit comments

Comments
 (0)