File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ menuconfig ARCH_DAVINCI
10
10
select PM_GENERIC_DOMAINS_OF if PM && OF
11
11
select REGMAP_MMIO
12
12
select RESET_CONTROLLER
13
+ select PINCTRL
13
14
select PINCTRL_SINGLE
14
15
15
16
if ARCH_DAVINCI
Original file line number Diff line number Diff line change @@ -800,6 +800,24 @@ static struct undef_hook neon_support_hook[] = {{
800
800
.cpsr_mask = PSR_T_BIT ,
801
801
.cpsr_val = PSR_T_BIT ,
802
802
.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 ,
803
821
}};
804
822
805
823
static struct undef_hook vfp_support_hook = {
You can’t perform that action at this time.
0 commit comments