Update kernel to 5.5.2

Between 5.4 and 5.5, apparently in commit 0e4a459f56c32d3e ("tracing:
Remove unnecessary DEBUG_FS dependency"), CONFIG_DEBUG_FS is no longer
auto-enabled. We're using that interface for obtaining an old-school
GPIO number because, well, that's what the LED GPIO trigger expects.

It would be nice to fix this upstream so that the LED GPIO trigger
accepts, say, a (chipname, gpio number) pair, but ENOTIME.

Change-Id: Ie4e3b37729389f03d7a294d0bc3cecc589ae5ed0
diff --git a/board/czechlight/common/linux.fragment b/board/czechlight/common/linux.fragment
index b5f86f2..2948be1 100644
--- a/board/czechlight/common/linux.fragment
+++ b/board/czechlight/common/linux.fragment
@@ -70,6 +70,9 @@
 CONFIG_LEDS_TRIGGER_NETDEV=y
 CONFIG_LEDS_TRIGGER_GPIO=y
 
+# this is used for EDFA GPIO mapping for LED triggers (I know, I know), bot just general debugging
+CONFIG_DEBUG_FS=y
+
 # network functionality for the OSC
 CONFIG_BRIDGE=y
 CONFIG_BRIDGE_VLAN_FILTERING=y