Due to some quirks with how I2C devices are probed, some devices like the RTC don’t always get loaded automatically.
These ones are often affected:
rtc_rx8025 # RTC
gpio_pca953x # GPIO expander for SFP, some lights and buttons (e.g ADMIN light/button)
i2c_mux_pca954x # I2C mux for SFP slots
There is also our out of tree sensor package, of which emc2301 is the most useful (for the fan speed controller).
(There is now a different emc2301 in the Linux kernel which has some issues. Beware!)
rtc-rx8025 won’t be automatically loaded unless the device is listed in the Device Tree, in my experience (the I2C busses aren’t probed/scanned for devices to try to find matching modules, that would be… difficult).