commit | c721d5a92a6883dc0656ea9eab5c337c53e2be7b | [log] [tgz] |
---|---|---|
author | Christian Marangi <ansuelsmth@gmail.com> | Fri Aug 02 15:45:01 2024 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon Aug 19 16:12:51 2024 -0600 |
tree | 71dda27b7a818c8ae188684a2a2a6c0fee98c68d | |
parent | 6becf9ba1ab82af6f4fcf9f4d0da38f9c75212d2 [diff] |
clk: mediatek: mt7623: fix broken peri_cgs clk with XTAL parents Fix broken peri_cgs and infra_cgs clock with XTAL parents as they have wrong definition of the parent type. Correctly fix them and use CLK_PARENT_XTAL for them. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>