commit | e03d0805e2881e97c831f04520d14cd6837bc9d0 | [log] [tgz] |
---|---|---|
author | Christian Marangi <ansuelsmth@gmail.com> | Fri Jun 28 19:40:53 2024 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu Aug 01 15:32:18 2024 -0600 |
tree | 372a6b9133d893dc16d5bbe97bab72f1fff578a7 | |
parent | 56dc7cd84f4f911521c470f439917d1737d8c173 [diff] |
clk: mediatek: provide common clk init function for infrasys Provide common clk init function for infrasys that defaults to topckgen driver if clock-parent is not defined. This is the case for upstream DTSI that doesn't provide this entry. This is needed for infracfg driver that will make use of the unified gates + muxes implementation. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>