PADS_DAIn_IE is currently just set once during the probe of the SRU driver, with the register addresses being guarded by #ifdefs on the SoC variant. This is obviously bad and should be converted into something based on compatible string, so that the driver is generic. The setting of input enable should perhaps also follow the actual usage of the pins rather than being unconditionally enabled.
PADS_DAIn_IE is currently just set once during the probe of the SRU driver, with the register addresses being guarded by #ifdefs on the SoC variant. This is obviously bad and should be converted into something based on compatible string, so that the driver is generic. The setting of input enable should perhaps also follow the actual usage of the pins rather than being unconditionally enabled.