Skip to content

rtc-pcf8563-guf: blacklist in-tree driver

Dmitry Petrov requested to merge rtc-pcf8563-modprobe-conf into kirkstone

For bootselect mechanism to work, the custom driver included in meta-seconorth-machine must be used.

https://git.seco.com/seco-ne/yocto/layers/meta-seconorth-machine/-/tree/kirkstone/recipes-kernel/modules/rtc-pcf8563-guf

At the moment, the kernel driver is also added as a module and selected before the custom driver.

The kernel driver seems to reset the bootselect state when probing.

The commit adds modprobe config to blacklist the in-tree driver.

Merge request reports