On Thu, 2025-12-18 at 17:23 -0600, David Lechner wrote: > > External email : Please do not click links or open attachments until > you have verified the sender or the content. > > > Enable CONFIG_CMD_CLK in the mt8365_evk_defconfig to allow using the > clk dump command for debugging clock configurations. > > Signed-off-by: David Lechner <[email protected]> > --- > configs/mt8365_evk_defconfig | 1 + > 1 file changed, 1 insertion(+) > > 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 > > -- > 2.43.0 >
Reviewed-by: Macpaul Lin <[email protected]> Note: I didn't check if the order of this items follows the result of 'make savedefconfig'. Best regards, Macpaul Lin

