]> git.dujemihanovic.xyz Git - u-boot.git/commit
clk: mediatek: mt7986: fix wrong parent for INFRA_ADC_26M_CK
authorChristian Marangi <ansuelsmth@gmail.com>
Sat, 3 Aug 2024 08:40:37 +0000 (10:40 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 19 Aug 2024 22:14:43 +0000 (16:14 -0600)
commit6267725ccc179c9a856acf00038ce3c27423c498
tree9f7c3b82b8ccaffa35f681a86f9e22a494379b9e
parent5e4ee4b354717de295fc3d57077ce5ce9ed79059
clk: mediatek: mt7986: fix wrong parent for INFRA_ADC_26M_CK

Fix wrong parent for INFRA_ADC_26M_CK as should be INFRA_ADC_FRC_CK
instead of INFRA_CK_F26M. This is to match implementation on upstream
kernel linux.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
drivers/clk/mediatek/clk-mt7986.c