Integrate linux-seco-imx/seco_lf-5.10.y-hotfix_pca953x
Commit: clea-os/bsp/nxp/linux-seco-imx@44deca2c
[DRIVER] pca953x: fix build error without IRQ support
On our i.MX6 board configuration, PCA953x driver is built without IRQ support: commit 31c0eae07a752dadcb8fc53f09a991fc3e52ed66 introduced changes to the get and get_multiple functions that should only be there if the IRQ support is enabled, so add the required preprocessor conditionals.