commit | 70bc4e42ed2112dc29df42b2df52bb53cee90e4b | [log] [tgz] |
---|---|---|
author | Christian Marangi <ansuelsmth@gmail.com> | Sat Aug 03 10:32:54 2024 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon Aug 19 16:14:09 2024 -0600 |
tree | 62dc1ccc120a0be472a50218cc7ffeb956b56991 | |
parent | 82a4ce2e956599b63b5eb0a88550740928079e8b [diff] |
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>