Skip to content

Commit 5c681f1

Browse files
sil-plvshemminger
authored andcommitted
net/ntnic: rename clock registers file
Rename this files to align the file naming Add missed SPDX tag Signed-off-by: Serhii Iliushyk <[email protected]>
1 parent 9965a37 commit 5c681f1

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

drivers/net/ntnic/nthw/core/include/NT400D13_U62_Si5332-GM2-RevD-1_V5-Registers.h renamed to drivers/net/ntnic/nthw/core/include/nt400d13_u62_si5332_gm2_revd_1_v5_registers.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* SPDX-License-Identifier: BSD-3-Clause
3+
* Copyright(c) 2024 Napatech A/S
4+
*/
5+
16
/*
27
* Si5332-GM2 Rev D Configuration Register Export Header File
38
*

drivers/net/ntnic/nthw/core/nt200a0x/clock_profiles/nthw_fpga_clk9563.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*/
1111
#define si5340_revd_register_t type_9563_si5340_nt200a02_u23_v5
1212
#define si5340_revd_registers data_9563_si5340_nt200a02_u23_v5
13-
#include "NT200A02_U23_Si5340_adr0_v5-Registers.h"
13+
#include "nt200a02_u23_si5340_adr0_v5_registers.h"
1414
static_assert(sizeof(type_9563_si5340_nt200a02_u23_v5) == sizeof(clk_profile_data_fmt2_t),
1515
clk_profile_size_error_msg);
1616
static const int n_data_9563_si5340_nt200a02_u23_v5 = SI5340_REVD_REG_CONFIG_NUM_REGS;

drivers/net/ntnic/nthw/core/nt400dxx/nthw_fpga_nt400dxx.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#include "ntlog.h"
66
#include "nthw_fpga.h"
77
#include "ntnic_mod_reg.h"
8-
#include "NT400D13_U62_Si5332-GM2-RevD-1_V5-Registers.h"
8+
#include "nt400d13_u62_si5332_gm2_revd_1_v5_registers.h"
99

1010
static int nthw_fpga_nt400dxx_init_clock_synthesizers(struct fpga_info_s *p_fpga_info)
1111
{

0 commit comments

Comments
 (0)