Skip to content

Commit 393a9e5

Browse files
bjarki-andreasenkartben
authored andcommitted
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]>
1 parent e3c70ee commit 393a9e5

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

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

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

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