Skip to content

Commit 8790fad

Browse files
author
Russell King (Oracle)
committed
Merge branches 'misc' and 'fixes' into for-next
2 parents c17d884 + f54e863 commit 8790fad

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

arch/arm/mach-davinci/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ menuconfig ARCH_DAVINCI
1010
select PM_GENERIC_DOMAINS_OF if PM && OF
1111
select REGMAP_MMIO
1212
select RESET_CONTROLLER
13+
select PINCTRL
1314
select PINCTRL_SINGLE
1415

1516
if ARCH_DAVINCI

arch/arm/vfp/vfpmodule.c

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -800,6 +800,24 @@ static struct undef_hook neon_support_hook[] = {{
800800
.cpsr_mask = PSR_T_BIT,
801801
.cpsr_val = PSR_T_BIT,
802802
.fn = vfp_support_entry,
803+
}, {
804+
.instr_mask = 0xff000800,
805+
.instr_val = 0xfc000800,
806+
.cpsr_mask = 0,
807+
.cpsr_val = 0,
808+
.fn = vfp_support_entry,
809+
}, {
810+
.instr_mask = 0xff000800,
811+
.instr_val = 0xfd000800,
812+
.cpsr_mask = 0,
813+
.cpsr_val = 0,
814+
.fn = vfp_support_entry,
815+
}, {
816+
.instr_mask = 0xff000800,
817+
.instr_val = 0xfe000800,
818+
.cpsr_mask = 0,
819+
.cpsr_val = 0,
820+
.fn = vfp_support_entry,
803821
}};
804822

805823
static struct undef_hook vfp_support_hook = {

0 commit comments

Comments
 (0)