diff options
| author | Tom Rini <[email protected]> | 2026-01-12 13:24:38 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-01-12 13:35:03 -0600 |
| commit | 2d8d220d70a8d96ff8ee5d5e2e3c3bdda26b1a4b (patch) | |
| tree | 45ea820b30cdff1c1ece630e0d7ca660ffdef5f3 /configs | |
| parent | 8cfb0ad1a0cce40ad68b5bd94bbaddeded56eb07 (diff) | |
| parent | 682528df206b0fd6a7239815b57cd151bc895695 (diff) | |
Merge patch series "clk: mediatek: mt8365: fix clocks"
David Lechner <[email protected]> says:
There were a number of bugs in the clock definitions for the mt8365
clock drivers. This series aims to fix the obvious issues.
This builds on [1] that implements the clk dump command to inspect the
clock trees at runtime. Using that revealed quite a few mistakes in
the clock definitions.
Additionally, the topckgen-cg hack is removed for mt8365 since it would
require an extra devicetree node using the same address space as the
topckgen node. This would not be accepted upstream in Linux, so we
shouldn't do it in U-Boot either. mt85{12,16,18} also have this hack.
I didn't attempt to remove it from those platforms since I don't have
hardware to test on.
Patches have been runtime tested on mt8365_evk hardware and compile-
tested on other platforms using:
./tools/buildman/buildman --boards=mt7986a_bpir3_sd,mt7620_rfb,mt7986_rfb,mt7987_emmc_rfb,mt7987_rfb,mt7622_rfb,mt7987_sd_rfb,mt7623a_unielec_u7623_02,mt7988_rfb,mt7623n_bpir2,mt7988_sd_rfb,mt7628_rfb,mt8183_pumpkin,mt7629_rfb,mt8365_evk,mt7981_emmc_rfb,mt8512_bm1_emmc,mt7981_rfb,mt8516_pumpkin,mt7981_sd_rfb,mt8518_ap1_emmc -b HEAD -c 9
[1]: https://lore.kernel.org/u-boot/[email protected]/
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'configs')
| -rw-r--r-- | configs/mt8365_evk_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/mt8365_evk_defconfig b/configs/mt8365_evk_defconfig index 7b411453e00..a9f7a24bcba 100644 --- a/configs/mt8365_evk_defconfig +++ b/configs/mt8365_evk_defconfig @@ -11,6 +11,7 @@ CONFIG_SYS_LOAD_ADDR=0x4c000000 CONFIG_IDENT_STRING=" mt8365-evk" CONFIG_DEFAULT_FDT_FILE="mt8365-evk" # CONFIG_BOARD_INIT is not set +CONFIG_CMD_CLK=y CONFIG_OF_UPSTREAM=y CONFIG_CLK=y CONFIG_MMC_MTK=y |
