Skip to content

Commit 45496f2

Browse files
e-rkrlubos
authored andcommitted
dts: common: nordic: nrf7120: rename hfxo to hfxo64m
The node label hfxo is assumed to be a 32 MHz oscillator on previous SoC families. To avoid inconsistency, the 64 MHz hfxo node was renamed to hfxo64m. Signed-off-by: Rafał Kuźnia <[email protected]>
1 parent 26e4dea commit 45496f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dts/common/nordic/nrf7120_enga.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
clock-frequency = <32768>;
5656
};
5757

58-
hfxo: hfxo64m {
58+
hfxo64m: hfxo64m {
5959
compatible = "fixed-clock";
6060
#clock-cells = <0>;
6161
clock-frequency = <DT_FREQ_M(64)>;

0 commit comments

Comments
 (0)