commit | 11c8ab01f3ed0b97c3a07b7de0e95793a002bef5 | [log] [tgz] |
---|---|---|
author | Angus Ainslie <angus@akkea.ca> | Tue Mar 29 07:02:39 2022 -0700 |
committer | Stefano Babic <sbabic@denx.de> | Tue Apr 12 17:33:55 2022 +0200 |
tree | 065080f57c5d217e4949759af899c888f67b712e | |
parent | a375c6f3fbee28107cfdbe14c113af110700ca7a [diff] |
clk: imx8mq: Add a clock driver for the imx8mq This is a DM clock driver based off the imx8mm u-boot driver and the linux kernel driver. All of the PLLs and clocks are initialized so the subsystems below are functional and tested. 1) USB host and peripheral 2) ECSPI 3) UART 4) I2C all busses 5) USDHC for eMMC support 6) USB storage 7) GPIO 8) DRAM Signed-off-by: Angus Ainslie <angus@akkea.ca> Acked-by: Sean Anderson <seanga2@gmail.com>