Page MenuHomeFreeBSD

imx_ccm: Rearrange clock control module driver
ClosedPublic

Authored by thj on Sep 11 2024, 1:26 PM.
Tags
None
Referenced Files
F165161423: D46641.id143252.diff
Thu, Aug 6, 12:02 PM
Unknown Object (File)
Wed, Aug 5, 3:17 AM
Unknown Object (File)
Tue, Aug 4, 6:28 AM
Unknown Object (File)
Thu, Jul 30, 12:27 PM
Unknown Object (File)
Tue, Jul 28, 9:57 PM
Unknown Object (File)
Thu, Jul 23, 9:41 AM
Unknown Object (File)
Wed, Jul 22, 11:58 PM
Unknown Object (File)
Wed, Jul 22, 8:30 AM
Subscribers

Details

Summary

Rearrange the IMX clock control module driver so it is more straight
forward to support clock trees from other SOCs in the family.

Move the existing imx8mq_ccm driver to a more generic imx_ccm (based on
rk_cru) and update the previous driver to sub class imx_ccm.

Rename files to be consistent and fix include guards to match source
files.

Test Plan

I don't have hardware to test the impact of this on imx8mq, but the D46641 adds
support for imx8mp which I do have hardware for.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable