Skip to content

Commit c31bb3f

Browse files
bjarki-andreasene-rk
authored andcommitted
[nrf fromtree] dts: bindings: clock: rename nordic,nrf-lfxo -> nordic,nrf54l-lfxo
Each nrf series has its own variant of the lfxo 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 393a9e5) Signed-off-by: Rafał Kuźnia <[email protected]>
1 parent 0aab090 commit c31bb3f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

dts/bindings/clock/nordic,nrf-lfxo.yaml renamed to dts/bindings/clock/nordic,nrf54l-lfxo.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 low-frequency crystal oscillator
4+
description: Nordic nRF low-frequency crystal oscillator (nRF54L series)
55

6-
compatible: "nordic,nrf-lfxo"
6+
compatible: "nordic,nrf54l-lfxo"
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
@@ -56,7 +56,7 @@
5656
};
5757

5858
lfxo: lfxo {
59-
compatible = "nordic,nrf-lfxo";
59+
compatible = "nordic,nrf54l-lfxo";
6060
#clock-cells = <0>;
6161
clock-frequency = <32768>;
6262
};

dts/common/nordic/nrf54l20.dtsi

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

6363
lfxo: lfxo {
64-
compatible = "nordic,nrf-lfxo";
64+
compatible = "nordic,nrf54l-lfxo";
6565
#clock-cells = <0>;
6666
clock-frequency = <32768>;
6767
};

dts/common/nordic/nrf54l_05_10_15.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
};
5757

5858
lfxo: lfxo {
59-
compatible = "nordic,nrf-lfxo";
59+
compatible = "nordic,nrf54l-lfxo";
6060
#clock-cells = <0>;
6161
clock-frequency = <32768>;
6262
};

0 commit comments

Comments
 (0)