dev: qpnp_haptic: add configurable resonator support

Haptic vibrator can have different motor types and different
resonant frequencire for lra. Modify the function to get additional
configuration setting based on target/board.

Change-Id: I8beef5a9d2812a6ab1835c129a74ad99a5eba909
diff --git a/include/target.h b/include/target.h
index 1da87f1..17c0c0e 100644
--- a/include/target.h
+++ b/include/target.h
@@ -93,7 +93,7 @@
 int target_get_qmp_regsize();
 
 #if PON_VIB_SUPPORT
-uint32_t get_vibration_type();
+void get_vibration_type();
 #endif
 
 #if CHECK_BAT_VOLTAGE