Enable CLK_SCMI_FORCE_ATTRIBUTE to register parent clock with their real name during scmi_clk_probe().
Signed-off-by: Patrice Chotard <[email protected]> Cc: Alice Guo <[email protected]> Cc: Marek Vasut <[email protected]> Cc: Patrick Delaunay <[email protected]> Cc: Peng Fan <[email protected]> Cc: Sean Anderson <[email protected]> Cc: Tom Rini <[email protected]> Cc: Valentin Caron <[email protected]> Cc: Vinh Nguyen <[email protected]> Cc: [email protected] --- configs/stm32mp13_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/stm32mp13_defconfig b/configs/stm32mp13_defconfig index 3283e910219..6979e3405e2 100644 --- a/configs/stm32mp13_defconfig +++ b/configs/stm32mp13_defconfig @@ -60,6 +60,7 @@ CONFIG_SYS_64BIT_LBA=y CONFIG_BUTTON=y CONFIG_BUTTON_GPIO=y CONFIG_CLK_SCMI=y +CONFIG_CLK_SCMI_FORCE_ATTRIBUTE=y CONFIG_SET_DFU_ALT_INFO=y CONFIG_USB_FUNCTION_FASTBOOT=y CONFIG_FASTBOOT_BUF_ADDR=0xc0000000 -- 2.43.0

