Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | mediatek: switch to Linux 6.6 | Daniel Golle | 2024-05-03 |
| | | | | | | | Switch to Linux kernel version 6.6 and drop configs, files and patches for Linux 6.1. Signed-off-by: Daniel Golle <daniel@makrotopia.org> | ||
* | mediatek: mt7988: fix clk for 2nd PCIe port | Daniel Golle | 2024-03-11 |
Due to what seems to be an undocumented oddity in MediaTek's MT7988 SoC design the CLK_INFRA_PCIE_PERI_26M_CK_P2 clock requires CLK_INFRA_PCIE_PERI_26M_CK_P3 to be enabled. This currently leads to PCIe port 2 not working in Linux. Reflect the apparent relationship in the clk driver to make sure PCIe port 2 of the MT7988 SoC works. Signed-off-by: Daniel Golle <daniel@makrotopia.org> |