diff options
| author | Warner Losh <imp@FreeBSD.org> | 2023-05-10 15:40:58 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2023-05-12 16:44:03 +0000 |
| commit | 4d846d260e2b9a3d4d0a701462568268cbfe7a5b (patch) | |
| tree | e06136ddd235d1b7d34c2926249174a5840ad842 /sys/arm64/freescale | |
| parent | 2b519b170709b9c2bb9f66641737d1d80a5d2538 (diff) | |
Diffstat (limited to 'sys/arm64/freescale')
| -rw-r--r-- | sys/arm64/freescale/imx/clk/imx_clk_composite.c | 2 | ||||
| -rw-r--r-- | sys/arm64/freescale/imx/clk/imx_clk_composite.h | 2 | ||||
| -rw-r--r-- | sys/arm64/freescale/imx/clk/imx_clk_frac_pll.c | 2 | ||||
| -rw-r--r-- | sys/arm64/freescale/imx/clk/imx_clk_frac_pll.h | 2 | ||||
| -rw-r--r-- | sys/arm64/freescale/imx/clk/imx_clk_gate.c | 2 | ||||
| -rw-r--r-- | sys/arm64/freescale/imx/clk/imx_clk_gate.h | 2 | ||||
| -rw-r--r-- | sys/arm64/freescale/imx/clk/imx_clk_mux.c | 2 | ||||
| -rw-r--r-- | sys/arm64/freescale/imx/clk/imx_clk_mux.h | 2 | ||||
| -rw-r--r-- | sys/arm64/freescale/imx/clk/imx_clk_sscg_pll.c | 2 | ||||
| -rw-r--r-- | sys/arm64/freescale/imx/clk/imx_clk_sscg_pll.h | 2 | ||||
| -rw-r--r-- | sys/arm64/freescale/imx/imx7gpc.c | 2 | ||||
| -rw-r--r-- | sys/arm64/freescale/imx/imx8mq_ccm.c | 2 | ||||
| -rw-r--r-- | sys/arm64/freescale/imx/imx8mq_ccm.h | 2 | ||||
| -rw-r--r-- | sys/arm64/freescale/imx/imx_ccm_clk.h | 2 |
14 files changed, 14 insertions, 14 deletions
diff --git a/sys/arm64/freescale/imx/clk/imx_clk_composite.c b/sys/arm64/freescale/imx/clk/imx_clk_composite.c index 4368267954bd..70ccdc19abaa 100644 --- a/sys/arm64/freescale/imx/clk/imx_clk_composite.c +++ b/sys/arm64/freescale/imx/clk/imx_clk_composite.c @@ -1,5 +1,5 @@ /*- - * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * SPDX-License-Identifier: BSD-2-Clause * * Copyright (c) 2018 Emmanuel Vadot <manu@freebsd.org> * diff --git a/sys/arm64/freescale/imx/clk/imx_clk_composite.h b/sys/arm64/freescale/imx/clk/imx_clk_composite.h index 56f8e707d92d..bb016f51c0ee 100644 --- a/sys/arm64/freescale/imx/clk/imx_clk_composite.h +++ b/sys/arm64/freescale/imx/clk/imx_clk_composite.h @@ -1,5 +1,5 @@ /*- - * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * SPDX-License-Identifier: BSD-2-Clause * * Copyright 2018 Emmanuel Vadot <manu@FreeBSD.org> * diff --git a/sys/arm64/freescale/imx/clk/imx_clk_frac_pll.c b/sys/arm64/freescale/imx/clk/imx_clk_frac_pll.c index 9742b691f73e..0ae303a05578 100644 --- a/sys/arm64/freescale/imx/clk/imx_clk_frac_pll.c +++ b/sys/arm64/freescale/imx/clk/imx_clk_frac_pll.c @@ -1,5 +1,5 @@ /*- - * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * SPDX-License-Identifier: BSD-2-Clause * * Copyright (c) 2020 Oleksandr Tymoshenko <gonzo@FreeBSD.org> * diff --git a/sys/arm64/freescale/imx/clk/imx_clk_frac_pll.h b/sys/arm64/freescale/imx/clk/imx_clk_frac_pll.h index e80a34d113fc..02f696649663 100644 --- a/sys/arm64/freescale/imx/clk/imx_clk_frac_pll.h +++ b/sys/arm64/freescale/imx/clk/imx_clk_frac_pll.h @@ -1,5 +1,5 @@ /*- - * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * SPDX-License-Identifier: BSD-2-Clause * * Copyright (c) 2020 Oleksandr Tymoshenko <gonzo@FreeBSD.org> * diff --git a/sys/arm64/freescale/imx/clk/imx_clk_gate.c b/sys/arm64/freescale/imx/clk/imx_clk_gate.c index 2ec9f39279a0..4ff148d5fd0d 100644 --- a/sys/arm64/freescale/imx/clk/imx_clk_gate.c +++ b/sys/arm64/freescale/imx/clk/imx_clk_gate.c @@ -1,5 +1,5 @@ /*- - * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * SPDX-License-Identifier: BSD-2-Clause * * Copyright 2016 Michal Meloun <mmel@FreeBSD.org> * All rights reserved. diff --git a/sys/arm64/freescale/imx/clk/imx_clk_gate.h b/sys/arm64/freescale/imx/clk/imx_clk_gate.h index 3eaf3d51da23..bd3fd320ba07 100644 --- a/sys/arm64/freescale/imx/clk/imx_clk_gate.h +++ b/sys/arm64/freescale/imx/clk/imx_clk_gate.h @@ -1,5 +1,5 @@ /*- - * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * SPDX-License-Identifier: BSD-2-Clause * * Copyright 2018 Emmanuel Vadot <manu@FreeBSD.org> * diff --git a/sys/arm64/freescale/imx/clk/imx_clk_mux.c b/sys/arm64/freescale/imx/clk/imx_clk_mux.c index 8cb6b19daa1c..48116683c7ce 100644 --- a/sys/arm64/freescale/imx/clk/imx_clk_mux.c +++ b/sys/arm64/freescale/imx/clk/imx_clk_mux.c @@ -1,5 +1,5 @@ /*- - * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * SPDX-License-Identifier: BSD-2-Clause * * Copyright 2016 Michal Meloun <mmel@FreeBSD.org> * All rights reserved. diff --git a/sys/arm64/freescale/imx/clk/imx_clk_mux.h b/sys/arm64/freescale/imx/clk/imx_clk_mux.h index e3e32c12a939..65f4903d6688 100644 --- a/sys/arm64/freescale/imx/clk/imx_clk_mux.h +++ b/sys/arm64/freescale/imx/clk/imx_clk_mux.h @@ -1,5 +1,5 @@ /*- - * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * SPDX-License-Identifier: BSD-2-Clause * * Copyright 2016 Michal Meloun <mmel@FreeBSD.org> * All rights reserved. diff --git a/sys/arm64/freescale/imx/clk/imx_clk_sscg_pll.c b/sys/arm64/freescale/imx/clk/imx_clk_sscg_pll.c index 517bb19e2d0e..fa2a8984138e 100644 --- a/sys/arm64/freescale/imx/clk/imx_clk_sscg_pll.c +++ b/sys/arm64/freescale/imx/clk/imx_clk_sscg_pll.c @@ -1,5 +1,5 @@ /*- - * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * SPDX-License-Identifier: BSD-2-Clause * * Copyright (c) 2020 Oleksandr Tymoshenko <gonzo@FreeBSD.org> * diff --git a/sys/arm64/freescale/imx/clk/imx_clk_sscg_pll.h b/sys/arm64/freescale/imx/clk/imx_clk_sscg_pll.h index eb0d3e9efbec..522138c4c055 100644 --- a/sys/arm64/freescale/imx/clk/imx_clk_sscg_pll.h +++ b/sys/arm64/freescale/imx/clk/imx_clk_sscg_pll.h @@ -1,5 +1,5 @@ /*- - * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * SPDX-License-Identifier: BSD-2-Clause * * Copyright (c) 2020 Oleksandr Tymoshenko <gonzo@FreeBSD.org> * diff --git a/sys/arm64/freescale/imx/imx7gpc.c b/sys/arm64/freescale/imx/imx7gpc.c index 9c4e74e4b776..1aaad2c033e9 100644 --- a/sys/arm64/freescale/imx/imx7gpc.c +++ b/sys/arm64/freescale/imx/imx7gpc.c @@ -1,5 +1,5 @@ /*- - * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * SPDX-License-Identifier: BSD-2-Clause * * Copyright (c) 2020 Oleksandr Tymoshenko <gonzo@FreeBSD.org> * diff --git a/sys/arm64/freescale/imx/imx8mq_ccm.c b/sys/arm64/freescale/imx/imx8mq_ccm.c index 57b6bcc7a97b..4456234fbd01 100644 --- a/sys/arm64/freescale/imx/imx8mq_ccm.c +++ b/sys/arm64/freescale/imx/imx8mq_ccm.c @@ -1,5 +1,5 @@ /*- - * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * SPDX-License-Identifier: BSD-2-Clause * * Copyright (c) 2020 Oleksandr Tymoshenko <gonzo@FreeBSD.org> * diff --git a/sys/arm64/freescale/imx/imx8mq_ccm.h b/sys/arm64/freescale/imx/imx8mq_ccm.h index 762090c6b3b8..fb36c4b5d35d 100644 --- a/sys/arm64/freescale/imx/imx8mq_ccm.h +++ b/sys/arm64/freescale/imx/imx8mq_ccm.h @@ -1,5 +1,5 @@ /*- - * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * SPDX-License-Identifier: BSD-2-Clause * * Copyright (c) 2020 Oleksandr Tymoshenko <gonzo@FreeBSD.org> * diff --git a/sys/arm64/freescale/imx/imx_ccm_clk.h b/sys/arm64/freescale/imx/imx_ccm_clk.h index 6f17c389bad3..0d8611fd7777 100644 --- a/sys/arm64/freescale/imx/imx_ccm_clk.h +++ b/sys/arm64/freescale/imx/imx_ccm_clk.h @@ -1,5 +1,5 @@ /*- - * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * SPDX-License-Identifier: BSD-2-Clause * * Copyright (c) 2020 Oleksandr Tymoshenko <gonzo@FreeBSD.org> * |
