We have developed a product based on the CM4 and CM5, modifying the CSI camera interface to a mini HDMI format. We want to dynamically load the corresponding camera driver after the user plugs in the camera. This has been achieved on the CM5 by enabling the camera power [GPIO34] and reading the corresponding I2C bus device information. However, on the CM4, the Camera_GPIO pin is automatically controlled by the system driver, which doesn't meet our needs. We would like to know how to manually control the Camera_GPIO pin [pin 97] on the CM4 or configure it to remain enabled. Any method that allows for dynamic loading of the camera driver would be helpful (on the standard Raspberry Pi OS, the camera driver will never load successfully after an initial failure).