clearfog: give up on I2C access to the PSUs

Their PMBus implementation requires PEC, and that one is broken because
the HW does not know that there is that LTC4316 address translator in
between the bus master and the PMBus devices. Without extra SW support
which does not exist yet, this is going to be the path of least
resistance.

Change-Id: Ie9b27626d9f6cc0483d78efbf5238ba1b28876d2
diff --git a/board/czechlight/clearfog/sdn-roadm-clearfog.dtsi b/board/czechlight/clearfog/sdn-roadm-clearfog.dtsi
index 9084eaf..49ab283 100644
--- a/board/czechlight/clearfog/sdn-roadm-clearfog.dtsi
+++ b/board/czechlight/clearfog/sdn-roadm-clearfog.dtsi
@@ -4,7 +4,7 @@
 	status = "okay";
 };
 
-#undef CLEARFOG_PMBUS_BITBANG
+#define CLEARFOG_PMBUS_BITBANG
 
 / {
 	clocks {
@@ -281,8 +281,4 @@
 	};
 
 	/* ADT7463: it doesn't use the DT */
-
-#ifndef CLEARFOG_PMBUS_BITBANG
-	/* TODO: pmbus, but that needs a disabled PEC... */
-#endif
 };