Skip to content

Commit e3c70ee

Browse files
bjarki-andreasenkartben
authored andcommitted
dts: bindings: clock: rename nordic,nrf-hfxo -> nordic,nrf54l-hfxo
Each nrf series has its own variant of the hfxo clock, specified by the binding which includes the series in the name. The nrf54L series is no different, hence the binding should be clearly specified by having the series name within it. Signed-off-by: Bjarki Arge Andreasen <[email protected]>
1 parent b9fdef6 commit e3c70ee

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

dts/bindings/clock/nordic,nrf-hfxo.yaml renamed to dts/bindings/clock/nordic,nrf54l-hfxo.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Copyright (c) 2024 Nordic Semiconductor ASA
22
# SPDX-License-Identifier: Apache-2.0
33

4-
description: Nordic nRF high-frequency crystal oscillator
4+
description: Nordic nRF high-frequency crystal oscillator (nRF54L series)
55

6-
compatible: "nordic,nrf-hfxo"
6+
compatible: "nordic,nrf54l-hfxo"
77

88
include: fixed-clock.yaml
99

dts/vendor/nordic/nrf54l09.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
};
6363

6464
hfxo: hfxo {
65-
compatible = "nordic,nrf-hfxo";
65+
compatible = "nordic,nrf54l-hfxo";
6666
#clock-cells = <0>;
6767
clock-frequency = <DT_FREQ_M(32)>;
6868
};

dts/vendor/nordic/nrf54l20.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
};
6262

6363
hfxo: hfxo {
64-
compatible = "nordic,nrf-hfxo";
64+
compatible = "nordic,nrf54l-hfxo";
6565
#clock-cells = <0>;
6666
clock-frequency = <DT_FREQ_M(32)>;
6767
};

dts/vendor/nordic/nrf54l_05_10_15.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
};
6363

6464
hfxo: hfxo {
65-
compatible = "nordic,nrf-hfxo";
65+
compatible = "nordic,nrf54l-hfxo";
6666
#clock-cells = <0>;
6767
clock-frequency = <DT_FREQ_M(32)>;
6868
};

0 commit comments

Comments
 (0)