power: Initialize device power paths

Change-Id: I56481946e2e3f4a80f2d3a7713ce61ed7923666d
This commit is contained in:
Christopher N. Hesse 2017-03-07 23:01:12 +01:00
parent d9106e98b2
commit 65c65bd186

View file

@ -327,6 +327,8 @@ static void samsung_power_init(struct power_module *module)
boostpulse_open(samsung_pwr);
samsung_pwr->touchscreen_power_path = NULL;
samsung_pwr->touchkey_power_path = NULL;
init_touch_input_power_path(samsung_pwr);
}