]> git.dujemihanovic.xyz Git - u-boot.git/commit
clk: mediatek: mt7623: fix broken peri_cgs clk with XTAL parents
authorChristian Marangi <ansuelsmth@gmail.com>
Fri, 2 Aug 2024 13:45:01 +0000 (15:45 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 19 Aug 2024 22:12:51 +0000 (16:12 -0600)
commitc721d5a92a6883dc0656ea9eab5c337c53e2be7b
tree71dda27b7a818c8ae188684a2a2a6c0fee98c68d
parent6becf9ba1ab82af6f4fcf9f4d0da38f9c75212d2
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>
drivers/clk/mediatek/clk-mt7623.c