]> git.dujemihanovic.xyz Git - u-boot.git/commit
clk: mediatek: mt7988: fix wrong parent for INFRA_PCIE_PERI_26M_CK_P2
authorChristian Marangi <ansuelsmth@gmail.com>
Sat, 3 Aug 2024 08:32:54 +0000 (10:32 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 19 Aug 2024 22:14:09 +0000 (16:14 -0600)
commitcaa5f273824ad17c527c6dd9928320a4f3fd3541
tree62dc1ccc120a0be472a50218cc7ffeb956b56991
parent49d11169f757e11e4ed97b8667d52c0c79a6d485
clk: mediatek: mt7988: fix wrong parent for INFRA_PCIE_PERI_26M_CK_P2

Fix wrong parent for INFRA_PCIE_PERI_26M_CK_P2 as should be
INFRA_PCIE_PERI_26M_CK_P3 instead of INFRA_F26M_O0. This is to match
implementation on upstream kernel linux.

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