In older versions of Linux, I was able to run tests of the AES and SHA engines, but when attempting to load these save drivers in newer kernels (4.19+) on a DM3730, I get errors. [ 0.469701] platform 480c5000.aes: Cannot lookup hwmod 'aes' [ 8.033870] omap-aes 480c5000.aes: _od_fail_runtime_resume: FIXME: missing hwmod/omap_dev info [ 8.043088] omap-aes 480c5000.aes: omap_aes_probe: failed to get_sync(-19) [ 8.050204] omap-aes 480c5000.aes: initialization failed. [ 0.510069] platform 480c3000.sham: Cannot lookup hwmod 'sham' [ 7.900038] omap-sham 480c3000.sham: _od_fail_runtime_resume: FIXME: missing hwmod/omap_dev info [ 7.909215] omap-sham 480c3000.sham: failed to get sync: -19 [ 7.914982] omap-sham 480c3000.sham: initialization failed. Does anyone have any recommendations for me on how to go about enabling these drivers again? I was trying to replicate the info found at http://processors.wiki.ti.com/index.php/Cryptography_Users_Guide#AM35x.2F37x.2C_AM335x_-_AES.2C_SHA.2FMD5_Drivers Thank you, adam