Page MenuHomeFreeBSD

imx_ccm: Rearrange clock control module driver
ClosedPublic

Authored by thj on Sep 11 2024, 1:26 PM.
Tags
None
Referenced Files
F112022809: D46641.diff
Tue, Mar 11, 5:12 PM
Unknown Object (File)
Tue, Feb 11, 8:24 PM
Unknown Object (File)
Tue, Feb 11, 7:30 PM
Unknown Object (File)
Feb 9 2025, 6:49 AM
Unknown Object (File)
Feb 9 2025, 6:48 AM
Unknown Object (File)
Feb 9 2025, 6:48 AM
Unknown Object (File)
Jan 30 2025, 10:03 AM
Unknown Object (File)
Jan 16 2025, 8:06 PM
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