]> git.dujemihanovic.xyz Git - linux.git/commit
clk: mmp: Add Marvell PXA1908 MPMU driver
authorDuje Mihanović <duje.mihanovic@skole.hr>
Wed, 24 Apr 2024 16:20:50 +0000 (18:20 +0200)
committerDuje Mihanović <duje.mihanovic@skole.hr>
Fri, 11 Oct 2024 17:42:10 +0000 (19:42 +0200)
commite75ab6b37f03c867108906e41ab127d404ff37e2
tree42ffd3e8b8f480615da735b1a9cfe90fe1f8b9f6
parent988e0e6679bbc990263917bb22b8d61524677b31
clk: mmp: Add Marvell PXA1908 MPMU driver

Add driver for the MPMU controller block on Marvell's PXA1908 SoC. The
driver is incomplete, currently only supporting the fixed PLL1; dynamic
PLLs 2-4 and CPU/DDR/AXI clock support is missing.

Signed-off-by: Duje Mihanović <duje.mihanovic@skole.hr>
drivers/clk/mmp/Makefile
drivers/clk/mmp/clk-pxa1908-mpmu.c [new file with mode: 0644]