Skip to content

Commit f1c8fca

Browse files
erwangonashif
authored andcommitted
dts/arm/seeed: lora-e5: Update hse clock configuration
Following change of HSE clock binding, remove hse-bypass which is no longer an option and replace it with hse-tcxo which is the configuration closest to previous status. Signed-off-by: Erwan Gouriou <[email protected]>
1 parent 267b5d2 commit f1c8fca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dts/arm/seeed/lora-e5.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
&clk_hse {
1111
clock-frequency = <DT_FREQ_M(32)>;
12-
hse-bypass;
12+
hse-tcxo;
1313
};
1414

1515
&clk_lse {

0 commit comments

Comments
 (0)