Skip to content

Commit 5b064b1

Browse files
bjarki-andreasencarlescufi
authored andcommitted
Revert "[nrf fromlist] dts: bindings: add nrf-fll16m and nrf-lfclk bindings"
This reverts commit e16afea. Signed-off-by: Bjarki Arge Andreasen <[email protected]>
1 parent 66fed85 commit 5b064b1

File tree

3 files changed

+2
-95
lines changed

3 files changed

+2
-95
lines changed

dts/bindings/clock/nordic,nrf-fll16m.yaml

Lines changed: 0 additions & 42 deletions
This file was deleted.

dts/bindings/clock/nordic,nrf-lfclk.yaml

Lines changed: 0 additions & 42 deletions
This file was deleted.

dts/common/nordic/nrf54h20.dtsi

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -106,13 +106,9 @@
106106
};
107107

108108
fll16m: fll16m {
109-
compatible = "nordic,nrf-fll16m";
109+
compatible = "fixed-clock";
110110
#clock-cells = <0>;
111111
clock-frequency = <DT_FREQ_M(16)>;
112-
open-loop-accuracy-ppm = <20000>;
113-
closed-loop-base-accuracy-ppm = <5000>;
114-
clocks = <&hfxo>, <&lfxo>;
115-
clock-names = "hfxo", "lfxo";
116112
};
117113

118114
hsfll120: hsfll120 {
@@ -123,14 +119,9 @@
123119
};
124120

125121
lfclk: lfclk {
126-
compatible = "nordic,nrf-lfclk";
122+
compatible = "fixed-clock";
127123
#clock-cells = <0>;
128124
clock-frequency = <32768>;
129-
status = "okay";
130-
lfrc-accuracy-ppm = <500>;
131-
lflprc-accuracy-ppm = <1000>;
132-
clocks = <&hfxo>, <&lfxo>;
133-
clock-names = "hfxo", "lfxo";
134125
};
135126
};
136127

0 commit comments

Comments
 (0)