commit | 04ab229fdcdd675c23e21ab2dbada8d221c7dcde | [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 | a38cf1b2db46643aaa02ce11ed4665f6117fcbf5 [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>