commit | 560b07fcf9065747d73e86b094730a6bf93f0104 | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Thu Jul 30 13:56:16 2020 +0200 |
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Mon Aug 03 21:11:41 2020 +0200 |
tree | 0a6d8af238fd258318bb4f51afcea4f1282c4f8e | |
parent | 42bbbfac099e5bd50132f79584d5f1a72f237c97 [diff] |
clk: clk_octeon: Add simple MIPS Octeon clock driver This patch adds a simple clock driver for the Marvell Octeon MIPS SoC family. Its for IO clock rate passing via DT in some of the Octeon driver, like I2C. So that we don't need to use the non-mainline API octeon_get_io_clock(). Signed-off-by: Stefan Roese <sr@denx.de> Cc: Lukasz Majewski <lukma@denx.de>