clk: rockchip: rk3368: add CLK_SET_RATE_PARENT flag for dclk_vop
[firefly-linux-kernel-4.4.55.git] / drivers / acpi / bus.c
index a212cefae524f8d2daaa2b4161ee16c2fae90cf8..ca4f28432d87a8dcf2ecd4504a0fdde9e61ff40b 100644 (file)
@@ -1004,6 +1004,9 @@ static int __init acpi_bus_init(void)
                goto error1;
        }
 
+       /* Set capability bits for _OSC under processor scope */
+       acpi_early_processor_osc();
+
        /*
         * _OSC method may exist in module level code,
         * so it must be run after ACPI_FULL_INITIALIZATION