STM32MP151: How do we change crystal HSE from 24MHz to 8MHz?
Hi, we would like to change from 24MHz to 8MHz which is available in our stock, I see in device tree, file stm32mp151.dtsi
clocks {
clk_hse: clk-hse {
#clock-cells = <0>;
compatible = "fixed-clock";
clock-frequency = <24000000>;
};
.....
I changed clock-frequency = <8000000>;
Is that enough or I do have to set some other config? If there is some other places need to change, could you tell me which ones should be, please?
