Add sdmmc1 temporary fixed clock for stm32mp257f-ev1-u-boot
Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
clock-frequency = <64000000>;
};
+ ck_flexgen_51: ck-flexgen-51 {
+ #clock-cells = <0>;
+ compatible = "fixed-clock";
+ clock-frequency = <200000000>;
+ };
+
ck_icn_ls_mcu: ck-icn-ls-mcu {
#clock-cells = <0>;
compatible = "fixed-clock";
clocks = <&ck_icn_ls_mcu>;
};
+&sdmmc1 {
+ clocks = <&ck_flexgen_51>;
+ /delete-property/resets;
+};
+
&usart2 {
bootph-all;
clocks = <&ck_flexgen_08>;