They are not needed by arct
Signed-off-by: Hawking Zhang <Hawking.Zhang@amd.com>
Reviewed-by: Feifei Xu <Feifei.Xu@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
                break;
        }
 
-       soc15_program_register_sequence(adev, golden_settings_gc_9_x_common,
-                                       (const u32)ARRAY_SIZE(golden_settings_gc_9_x_common));
+       if (adev->asic_type != CHIP_ARCTURUS)
+               soc15_program_register_sequence(adev, golden_settings_gc_9_x_common,
+                                               (const u32)ARRAY_SIZE(golden_settings_gc_9_x_common));
 }
 
 static void gfx_v9_0_scratch_init(struct amdgpu_device *adev)