Skip to content
Commit 87eea6e6 authored by Erwan Gouriou's avatar Erwan Gouriou Committed by Carles Cufí
Browse files

boards: lora_e5_dev_board: Fix dts clock description



According to board documentation: "By default System
clock is driven by the MSI clock at 48MHz."

This is in line with rcc node dts configuration:
&rcc {
        [...]
	clocks = <&clk_msi>;
        [...]
};

Though pll node is currently enabled, which is not in line with
current dts clocks description scheme and results to compilation
issue in clock_control driver.
Remove pll node configuration to fix this.

Signed-off-by: default avatarErwan Gouriou <erwan.gouriou@linaro.org>
parent b636e4c7
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment