Skip to content

Commit 1df01af

Browse files
committed
[nrf noup] drivers: clock control: formatting fix
Fix formatting issue from upstream commit. Signed-off-by: Łukasz Stępnicki <[email protected]>
1 parent 88d4cdd commit 1df01af

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

drivers/clock_control/clock_control_nrf_iron_hsfll_local.c

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -210,10 +210,11 @@ static int hsfll_init(const struct device *dev)
210210
}
211211

212212
static DEVICE_API(nrf_clock_control, hsfll_drv_api) = {
213-
.std_api = {
214-
.on = api_nosys_on_off,
215-
.off = api_nosys_on_off,
216-
},
213+
.std_api =
214+
{
215+
.on = api_nosys_on_off,
216+
.off = api_nosys_on_off,
217+
},
217218
.request = api_request_hsfll,
218219
.release = api_release_hsfll,
219220
.cancel_or_release = api_cancel_or_release_hsfll,

dts/bindings/clock/nordic,nrf-iron-hsfll-local.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description: |
1010
Usage example:
1111
1212
hsfll: clock@deadbeef {
13-
compatible = "nordic,nrf-hsfll-local";
13+
compatible = "nordic,nrf-iron-hsfll-local";
1414
reg = <0xdeadbeef 0x1000>;
1515
clocks = <&fll16m>;
1616
clock-frequency = <DT_FREQ_M(320)>;

0 commit comments

Comments
 (0)