dev: pmic: Fix the name of macro & function for pmic

Fix the pmic version name & related functions accordingly
to avoid name pollution.

Change-Id: Ia9887bc816532f32ab6ffaf958ce4ee27b104233
diff --git a/dev/pmic/pm8x41/pm8x41.c b/dev/pmic/pm8x41/pm8x41.c
index 93b5e57..e5f05e5 100644
--- a/dev/pmic/pm8x41/pm8x41.c
+++ b/dev/pmic/pm8x41/pm8x41.c
@@ -187,7 +187,7 @@
 }
 
 /* Resin irq status for faulty pmic*/
-uint32_t pm8x41_resin_bark_workaround_status()
+uint32_t pm8x41_v2_resin_status()
 {
 	uint8_t rt_sts = 0;