ARM: dts: stm32mp13: Add support of ck_usbo_48m in pre-reloc stage
authorPatrick Delaunay <patrick.delaunay@foss.st.com>
Fri, 29 Nov 2024 12:33:25 +0000 (13:33 +0100)
committerPatrice Chotard <patrice.chotard@foss.st.com>
Fri, 31 Jan 2025 09:13:10 +0000 (10:13 +0100)
The clock ck_usbo_48m is a clock source for RCC, so the ck_usbo_48m
clock provided by usbphyc need to be probed when RCC clock driver is
required, in pre-reloc stage.

This patch allow to remove the following warning:

clk_register: failed to get ck_usbo_48m device (parent of usbo_k)

Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
arch/arm/dts/stm32mp13-u-boot.dtsi

index aa5cfc6..af7edc7 100644 (file)
 &syscfg {
        bootph-all;
 };
+
+&usbphyc {
+       /* stm32-usbphyc-clk = ck_usbo_48m is a source clock of RCC CCF */
+       bootph-all;
+};