kernel: enable GPIO-based I2C recovery on i2c0 as well

We have at least one board (on line-M0N) where the I2C-0 bus appears to
be stuck, so let's try to enable the exact same workaround which we
already have on I2C-1.

This kernel version is available on Gerrit as `cesnet/2024-01-03`.

Change-Id: I8e9cc7e4aeefc1e16e4164352b1ee537a8bcec69
diff --git a/board/czechlight/clearfog/linux.fragment b/board/czechlight/clearfog/linux.fragment
index e956912..0b3f385 100644
--- a/board/czechlight/clearfog/linux.fragment
+++ b/board/czechlight/clearfog/linux.fragment
@@ -52,4 +52,4 @@
 CONFIG_INPUT_MOUSE=n
 CONFIG_BPF_SYSCALL=y
 
-CONFIG_LOCALVERSION="-8-gc7eadc3bd7fb"
+CONFIG_LOCALVERSION="-9-gc5f9c141ed67"