]> git.dujemihanovic.xyz Git - u-boot.git/commit
clk: mediatek: mt7622: fix broken peri_cgs clk with XTAL parents
authorChristian Marangi <ansuelsmth@gmail.com>
Sat, 3 Aug 2024 08:43:19 +0000 (10:43 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 19 Aug 2024 22:15:26 +0000 (16:15 -0600)
commitc7978fd39568ef989fabd8ff6a5f0e6bfed06c7f
treef2501c2c6b4a8c534f2e81805b19e35a3f784897
parent6becf9ba1ab82af6f4fcf9f4d0da38f9c75212d2
clk: mediatek: mt7622: fix broken peri_cgs clk with XTAL parents

Fix broken peri_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-mt7622.c