Remove witherspoon prefix from pfault-analysis

Remove the witherspoon prefix from the witherspoon-pfault-analysis based
recipes for applications and service files to avoid confusion when these
are reused by Swift.

Point to latest commit of witherspoon-pfault-analysis.

Requires:
    I4c7275c3b14b3b3724abb98b8d43610df4f9c2a3
    https://gerrit.openbmc-project.xyz/c/openbmc/witherspoon-pfault-analysis/+/19399

Change-Id: Ic6c8c78b9bddc363a34eb2246bffd094ff1008de
Signed-off-by: Brandon Wyman <bjwyman@gmail.com>
diff --git a/meta-witherspoon/recipes-phosphor/power/witherspoon-power-supply-sync/witherspoon-power-supply-sync.service b/meta-witherspoon/recipes-phosphor/power/witherspoon-power-supply-sync/power-supply-sync.service
similarity index 78%
rename from meta-witherspoon/recipes-phosphor/power/witherspoon-power-supply-sync/witherspoon-power-supply-sync.service
rename to meta-witherspoon/recipes-phosphor/power/witherspoon-power-supply-sync/power-supply-sync.service
index 005a014..9e34236 100644
--- a/meta-witherspoon/recipes-phosphor/power/witherspoon-power-supply-sync/witherspoon-power-supply-sync.service
+++ b/meta-witherspoon/recipes-phosphor/power/witherspoon-power-supply-sync/power-supply-sync.service
@@ -1,5 +1,5 @@
 [Unit]
-Description=Witherspoon Power Supply Input History SYNC
+Description=Power Supply Input History SYNC
 Wants=obmc-power-start-pre@0.target
 After=obmc-power-start-pre@0.target
 Wants=obmc-chassis-poweron@0.target
@@ -8,7 +8,7 @@
 
 [Service]
 ExecStart=/usr/bin/env phosphor-gpio-util --gpio=105 --path=/dev/gpiochip0 --delay=5 --action=low_high
-SyslogIdentifier=witherspoon-power-supply-sync
+SyslogIdentifier=power-supply-sync
 
 [Install]
 RequiredBy=obmc-chassis-poweron@0.target