Replace Skylake with Xeon

We are going to use Xeon for all CPU configs so this commit
replaces Skylake string with Xeon.

Tested: Dbus CPU sensors were listed as expected.

Change-Id: I0b8ae488a9c8a1eb75ed38bdf8fbf57d50f7c351
Signed-off-by: Jae Hyun Yoo <jae.hyun.yoo@linux.intel.com>
diff --git a/include/devices.hpp b/include/devices.hpp
index 2e6f23c..0ba586e 100644
--- a/include/devices.hpp
+++ b/include/devices.hpp
@@ -64,7 +64,7 @@
                          "/sys/bus/i2c/devices/i2c-$Bus/new_device")},
          {"TMP112", ExportTemplate("tmp112 $Address",
                                    "/sys/bus/i2c/devices/i2c-$Bus/new_device")},
-         {"SkylakeCPU",
+         {"XeonCPU",
           ExportTemplate("peci-client $Address",
                          "/sys/bus/peci/devices/peci-$Bus/new_device")