Skip to content

Commit 0aab090

Browse files
bjarki-andreasene-rk
authored andcommitted
[nrf fromtree] 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]> (cherry picked from commit e3c70ee) Signed-off-by: Rafał Kuźnia <[email protected]>
1 parent 2f008b1 commit 0aab090

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/common/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/common/nordic/nrf54l20.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
};
6868

6969
hfxo: hfxo {
70-
compatible = "nordic,nrf-hfxo";
70+
compatible = "nordic,nrf54l-hfxo";
7171
#clock-cells = <0>;
7272
clock-frequency = <DT_FREQ_M(32)>;
7373
};

dts/common/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)