Fix Firestone,Garrison i2c addresses for OCC

Previously these were hardcoded via a garrison layer patch.
When skeleton started looking for addresses in the system
configuration file and stopped hardcoding them, the garrison
and firestone files were updated but with the barreleye
addresses.

Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/configs/Firestone.py b/configs/Firestone.py
index 4767178..988d09e 100644
--- a/configs/Firestone.py
+++ b/configs/Firestone.py
@@ -617,9 +617,9 @@
 	0x5f : { 'class' : 'BootCountSensor' },
 	0x05 : { 'class' : 'BootProgressSensor' },
 	0x08 : { 'class' : 'OccStatusSensor',
-		'os_path' : '/sys/class/i2c-adapter/i2c-3/3-0050/online' },
+		'os_path' : '/sys/class/i2c-adapter/i2c-4/4-0050/online' },
 	0x09 : { 'class' : 'OccStatusSensor',
-		'os_path' : '/sys/class/i2c-adapter/i2c-3/3-0051/online' },
+		'os_path' : '/sys/class/i2c-adapter/i2c-5/5-0050/online' },
 	0xb5 : { 'class' : 'OperatingSystemStatusSensor' },
 	0xb3 : { 'class' : 'PowerCap',
 		'os_path' : '/sys/class/hwmon/hwmon3/user_powercap' },