File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
1516if ARCH_DAVINCI
Original file line number Diff line number Diff 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
805823static struct undef_hook vfp_support_hook = {
You can’t perform that action at this time.
0 commit comments