bcm53xx: rename dts backport patches changing their prefixes
[openwrt/openwrt.git] / target / linux / bcm53xx / patches-4.14 / 032-v4.18-0002-ARM-dts-BCM5301X-Relicense-most-DTS-files-to-the-GPL.patch
1 From 2b3db67ce4bc4d1d8556e87a17df7765da8dbdc5 Mon Sep 17 00:00:00 2001
2 From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= <rafal@milecki.pl>
3 Date: Wed, 2 May 2018 16:11:02 +0200
4 Subject: [PATCH] ARM: dts: BCM5301X: Relicense most DTS files to the GPL 2.0+
5 / MIT
6 MIME-Version: 1.0
7 Content-Type: text/plain; charset=UTF-8
8 Content-Transfer-Encoding: 8bit
9
10 These files were created and ever touched by a group of three people
11 only: Dan, Hauke and me. They were licensed under GNU/GPL or ISC.
12
13 Introducing and discussing SPDX-License-Identifier resulted in a
14 conclusion that ISC is a not recommended license (see also a
15 license-rules.rst). Moveover an old e-mail from Alan Cox was pointed
16 which explained that dual licensing is a safer solution than depending
17 on a common compatibility belief.
18
19 This commit switches most of BCM5301X DTS files to dual licensing using:
20 1) GPL 2.0+ to make sure they are compatible with Linux kernel
21 2) MIT to allow sharing with more permissive projects
22 Both licenses belong to the preferred ones (see LICENSES/preferred/).
23
24 An attempt to relicense remaining files will be made separately and will
25 require approve from more/other developers.
26
27 Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
28 Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
29 Acked-by: Hauke Mehrtens <hauke@hauke-m.de>
30 Acked-by: Dan Haab <dan.haab@luxul.com>
31 Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
32 ---
33 arch/arm/boot/dts/bcm4708-asus-rt-ac56u.dts | 13 +------------
34 arch/arm/boot/dts/bcm4708-asus-rt-ac68u.dts | 13 +------------
35 arch/arm/boot/dts/bcm4708-linksys-ea6300-v1.dts | 3 +--
36 arch/arm/boot/dts/bcm4708-luxul-xap-1510.dts | 3 +--
37 arch/arm/boot/dts/bcm4708-luxul-xwc-1000.dts | 3 +--
38 arch/arm/boot/dts/bcm4708-netgear-r6300-v2.dts | 13 +------------
39 arch/arm/boot/dts/bcm4708-smartrg-sr400ac.dts | 3 +--
40 arch/arm/boot/dts/bcm47081-asus-rt-n18u.dts | 13 +------------
41 arch/arm/boot/dts/bcm47081-buffalo-wzr-600dhp2.dts | 13 +------------
42 arch/arm/boot/dts/bcm47081-luxul-xap-1410.dts | 3 +--
43 arch/arm/boot/dts/bcm47081-luxul-xwr-1200.dts | 3 +--
44 arch/arm/boot/dts/bcm47081-tplink-archer-c5-v2.dts | 3 +--
45 arch/arm/boot/dts/bcm4709-linksys-ea9200.dts | 3 +--
46 arch/arm/boot/dts/bcm4709-netgear-r7000.dts | 13 +------------
47 arch/arm/boot/dts/bcm4709-tplink-archer-c9-v1.dts | 3 +--
48 arch/arm/boot/dts/bcm47094-dlink-dir-885l.dts | 13 +------------
49 arch/arm/boot/dts/bcm47094-linksys-panamera.dts | 3 +--
50 arch/arm/boot/dts/bcm47094-luxul-abr-4500.dts | 3 +--
51 arch/arm/boot/dts/bcm47094-luxul-xbr-4500.dts | 3 +--
52 arch/arm/boot/dts/bcm47094-luxul-xwr-3100.dts | 3 +--
53 arch/arm/boot/dts/bcm47094-netgear-r8500.dts | 3 +--
54 arch/arm/boot/dts/bcm5301x-nand-cs0-bch1.dtsi | 3 +--
55 arch/arm/boot/dts/bcm5301x-nand-cs0-bch4.dtsi | 3 +--
56 arch/arm/boot/dts/bcm5301x-nand-cs0-bch8.dtsi | 3 +--
57 arch/arm/boot/dts/bcm5301x-nand-cs0.dtsi | 3 +--
58 25 files changed, 25 insertions(+), 120 deletions(-)
59
60 --- a/arch/arm/boot/dts/bcm4708-asus-rt-ac56u.dts
61 +++ b/arch/arm/boot/dts/bcm4708-asus-rt-ac56u.dts
62 @@ -1,20 +1,9 @@
63 +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
64 /*
65 * Broadcom BCM470X / BCM5301X ARM platform code.
66 * DTS for Asus RT-AC56U
67 *
68 * Copyright (C) 2015 Rafał Miłecki <zajec5@gmail.com>
69 - *
70 - * Permission to use, copy, modify, and/or distribute this software for any
71 - * purpose with or without fee is hereby granted, provided that the above
72 - * copyright notice and this permission notice appear in all copies.
73 - *
74 - * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
75 - * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
76 - * AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
77 - * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
78 - * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
79 - * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
80 - * PERFORMANCE OF THIS SOFTWARE.
81 */
82
83 /dts-v1/;
84 --- a/arch/arm/boot/dts/bcm4708-asus-rt-ac68u.dts
85 +++ b/arch/arm/boot/dts/bcm4708-asus-rt-ac68u.dts
86 @@ -1,20 +1,9 @@
87 +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
88 /*
89 * Broadcom BCM470X / BCM5301X ARM platform code.
90 * DTS for Asus RT-AC68U
91 *
92 * Copyright (C) 2015 Rafał Miłecki <zajec5@gmail.com>
93 - *
94 - * Permission to use, copy, modify, and/or distribute this software for any
95 - * purpose with or without fee is hereby granted, provided that the above
96 - * copyright notice and this permission notice appear in all copies.
97 - *
98 - * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
99 - * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
100 - * AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
101 - * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
102 - * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
103 - * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
104 - * PERFORMANCE OF THIS SOFTWARE.
105 */
106
107 /dts-v1/;
108 --- a/arch/arm/boot/dts/bcm4708-linksys-ea6300-v1.dts
109 +++ b/arch/arm/boot/dts/bcm4708-linksys-ea6300-v1.dts
110 @@ -1,7 +1,6 @@
111 +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
112 /*
113 * Copyright (C) 2017 Rafał Miłecki <rafal@milecki.pl>
114 - *
115 - * Licensed under the ISC license.
116 */
117
118 /dts-v1/;
119 --- a/arch/arm/boot/dts/bcm4708-luxul-xap-1510.dts
120 +++ b/arch/arm/boot/dts/bcm4708-luxul-xap-1510.dts
121 @@ -1,7 +1,6 @@
122 +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
123 /*
124 * Copyright 2016 Luxul Inc.
125 - *
126 - * Licensed under the ISC license.
127 */
128
129 /dts-v1/;
130 --- a/arch/arm/boot/dts/bcm4708-luxul-xwc-1000.dts
131 +++ b/arch/arm/boot/dts/bcm4708-luxul-xwc-1000.dts
132 @@ -1,10 +1,9 @@
133 +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
134 /*
135 * Broadcom BCM470X / BCM5301X ARM platform code.
136 * DTS for Luxul XWC-1000
137 *
138 * Copyright 2014 Luxul Inc.
139 - *
140 - * Licensed under the GNU/GPL. See COPYING for details.
141 */
142
143 /dts-v1/;
144 --- a/arch/arm/boot/dts/bcm4708-netgear-r6300-v2.dts
145 +++ b/arch/arm/boot/dts/bcm4708-netgear-r6300-v2.dts
146 @@ -1,20 +1,9 @@
147 +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
148 /*
149 * Broadcom BCM470X / BCM5301X ARM platform code.
150 * DTS for Netgear R6300 V2
151 *
152 * Copyright (C) 2014 Rafał Miłecki <zajec5@gmail.com>
153 - *
154 - * Permission to use, copy, modify, and/or distribute this software for any
155 - * purpose with or without fee is hereby granted, provided that the above
156 - * copyright notice and this permission notice appear in all copies.
157 - *
158 - * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
159 - * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
160 - * AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
161 - * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
162 - * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
163 - * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
164 - * PERFORMANCE OF THIS SOFTWARE.
165 */
166
167 /dts-v1/;
168 --- a/arch/arm/boot/dts/bcm4708-smartrg-sr400ac.dts
169 +++ b/arch/arm/boot/dts/bcm4708-smartrg-sr400ac.dts
170 @@ -1,10 +1,9 @@
171 +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
172 /*
173 * Broadcom BCM470X / BCM5301X arm platform code.
174 * DTS for SmartRG SR400ac
175 *
176 * Copyright (C) 2015 Rafał Miłecki <zajec5@gmail.com>
177 - *
178 - * Licensed under the GNU/GPL. See COPYING for details.
179 */
180
181 /dts-v1/;
182 --- a/arch/arm/boot/dts/bcm47081-asus-rt-n18u.dts
183 +++ b/arch/arm/boot/dts/bcm47081-asus-rt-n18u.dts
184 @@ -1,20 +1,9 @@
185 +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
186 /*
187 * Broadcom BCM470X / BCM5301X ARM platform code.
188 * DTS for Asus RT-N18U
189 *
190 * Copyright (C) 2014 Rafał Miłecki <zajec5@gmail.com>
191 - *
192 - * Permission to use, copy, modify, and/or distribute this software for any
193 - * purpose with or without fee is hereby granted, provided that the above
194 - * copyright notice and this permission notice appear in all copies.
195 - *
196 - * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
197 - * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
198 - * AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
199 - * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
200 - * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
201 - * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
202 - * PERFORMANCE OF THIS SOFTWARE.
203 */
204
205 /dts-v1/;
206 --- a/arch/arm/boot/dts/bcm47081-buffalo-wzr-600dhp2.dts
207 +++ b/arch/arm/boot/dts/bcm47081-buffalo-wzr-600dhp2.dts
208 @@ -1,20 +1,9 @@
209 +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
210 /*
211 * Broadcom BCM470X / BCM5301X ARM platform code.
212 * DTS for Buffalo WZR-600DHP2
213 *
214 * Copyright (C) 2014 Rafał Miłecki <zajec5@gmail.com>
215 - *
216 - * Permission to use, copy, modify, and/or distribute this software for any
217 - * purpose with or without fee is hereby granted, provided that the above
218 - * copyright notice and this permission notice appear in all copies.
219 - *
220 - * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
221 - * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
222 - * AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
223 - * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
224 - * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
225 - * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
226 - * PERFORMANCE OF THIS SOFTWARE.
227 */
228
229 /dts-v1/;
230 --- a/arch/arm/boot/dts/bcm47081-luxul-xap-1410.dts
231 +++ b/arch/arm/boot/dts/bcm47081-luxul-xap-1410.dts
232 @@ -1,7 +1,6 @@
233 +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
234 /*
235 * Copyright 2017 Luxul Inc.
236 - *
237 - * Licensed under the ISC license.
238 */
239
240 /dts-v1/;
241 --- a/arch/arm/boot/dts/bcm47081-luxul-xwr-1200.dts
242 +++ b/arch/arm/boot/dts/bcm47081-luxul-xwr-1200.dts
243 @@ -1,7 +1,6 @@
244 +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
245 /*
246 * Copyright 2017 Luxul Inc.
247 - *
248 - * Licensed under the ISC license.
249 */
250
251 /dts-v1/;
252 --- a/arch/arm/boot/dts/bcm47081-tplink-archer-c5-v2.dts
253 +++ b/arch/arm/boot/dts/bcm47081-tplink-archer-c5-v2.dts
254 @@ -1,7 +1,6 @@
255 +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
256 /*
257 * Copyright (C) 2017 Rafał Miłecki <rafal@milecki.pl>
258 - *
259 - * Licensed under the ISC license.
260 */
261
262 /dts-v1/;
263 --- a/arch/arm/boot/dts/bcm4709-linksys-ea9200.dts
264 +++ b/arch/arm/boot/dts/bcm4709-linksys-ea9200.dts
265 @@ -1,7 +1,6 @@
266 +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
267 /*
268 * Copyright (C) 2017 Rafał Miłecki <rafal@milecki.pl>
269 - *
270 - * Licensed under the ISC license.
271 */
272
273 /dts-v1/;
274 --- a/arch/arm/boot/dts/bcm4709-netgear-r7000.dts
275 +++ b/arch/arm/boot/dts/bcm4709-netgear-r7000.dts
276 @@ -1,20 +1,9 @@
277 +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
278 /*
279 * Broadcom BCM470X / BCM5301X ARM platform code.
280 * DTS for Netgear R7000
281 *
282 * Copyright (C) 2015 Rafał Miłecki <zajec5@gmail.com>
283 - *
284 - * Permission to use, copy, modify, and/or distribute this software for any
285 - * purpose with or without fee is hereby granted, provided that the above
286 - * copyright notice and this permission notice appear in all copies.
287 - *
288 - * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
289 - * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
290 - * AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
291 - * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
292 - * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
293 - * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
294 - * PERFORMANCE OF THIS SOFTWARE.
295 */
296
297 /dts-v1/;
298 --- a/arch/arm/boot/dts/bcm4709-tplink-archer-c9-v1.dts
299 +++ b/arch/arm/boot/dts/bcm4709-tplink-archer-c9-v1.dts
300 @@ -1,7 +1,6 @@
301 +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
302 /*
303 * Copyright (C) 2016 Rafał Miłecki <rafal@milecki.pl>
304 - *
305 - * Licensed under the ISC license.
306 */
307
308 /dts-v1/;
309 --- a/arch/arm/boot/dts/bcm47094-dlink-dir-885l.dts
310 +++ b/arch/arm/boot/dts/bcm47094-dlink-dir-885l.dts
311 @@ -1,20 +1,9 @@
312 +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
313 /*
314 * Broadcom BCM470X / BCM5301X ARM platform code.
315 * DTS for D-Link DIR-885L
316 *
317 * Copyright (C) 2016 Rafał Miłecki <zajec5@gmail.com>
318 - *
319 - * Permission to use, copy, modify, and/or distribute this software for any
320 - * purpose with or without fee is hereby granted, provided that the above
321 - * copyright notice and this permission notice appear in all copies.
322 - *
323 - * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
324 - * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
325 - * AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
326 - * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
327 - * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
328 - * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
329 - * PERFORMANCE OF THIS SOFTWARE.
330 */
331
332 /dts-v1/;
333 --- a/arch/arm/boot/dts/bcm47094-linksys-panamera.dts
334 +++ b/arch/arm/boot/dts/bcm47094-linksys-panamera.dts
335 @@ -1,7 +1,6 @@
336 +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
337 /*
338 * Copyright (C) 2017 Rafał Miłecki <rafal@milecki.pl>
339 - *
340 - * Licensed under the ISC license.
341 */
342
343 /dts-v1/;
344 --- a/arch/arm/boot/dts/bcm47094-luxul-abr-4500.dts
345 +++ b/arch/arm/boot/dts/bcm47094-luxul-abr-4500.dts
346 @@ -1,7 +1,6 @@
347 +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
348 /*
349 * Copyright (C) 2017 Luxul Inc.
350 - *
351 - * Licensed under the ISC license.
352 */
353
354 /dts-v1/;
355 --- a/arch/arm/boot/dts/bcm47094-luxul-xbr-4500.dts
356 +++ b/arch/arm/boot/dts/bcm47094-luxul-xbr-4500.dts
357 @@ -1,7 +1,6 @@
358 +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
359 /*
360 * Copyright (C) 2017 Luxul Inc.
361 - *
362 - * Licensed under the ISC license.
363 */
364
365 /dts-v1/;
366 --- a/arch/arm/boot/dts/bcm47094-luxul-xwr-3100.dts
367 +++ b/arch/arm/boot/dts/bcm47094-luxul-xwr-3100.dts
368 @@ -1,7 +1,6 @@
369 +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
370 /*
371 * Copyright 2016 Luxul Inc.
372 - *
373 - * Licensed under the ISC license.
374 */
375
376 /dts-v1/;
377 --- a/arch/arm/boot/dts/bcm47094-netgear-r8500.dts
378 +++ b/arch/arm/boot/dts/bcm47094-netgear-r8500.dts
379 @@ -1,7 +1,6 @@
380 +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
381 /*
382 * Copyright (C) 2016 Rafał Miłecki <rafal@milecki.pl>
383 - *
384 - * Licensed under the ISC license.
385 */
386
387 /dts-v1/;
388 --- a/arch/arm/boot/dts/bcm5301x-nand-cs0-bch1.dtsi
389 +++ b/arch/arm/boot/dts/bcm5301x-nand-cs0-bch1.dtsi
390 @@ -1,9 +1,8 @@
391 +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
392 /*
393 * Broadcom Northstar NAND.
394 *
395 * Copyright (C) 2016 Rafał Miłecki <rafal.milecki@gmail.com>
396 - *
397 - * Licensed under the ISC license.
398 */
399
400 #include "bcm5301x-nand-cs0.dtsi"
401 --- a/arch/arm/boot/dts/bcm5301x-nand-cs0-bch4.dtsi
402 +++ b/arch/arm/boot/dts/bcm5301x-nand-cs0-bch4.dtsi
403 @@ -1,7 +1,6 @@
404 +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
405 /*
406 * Copyright 2016 Luxul Inc.
407 - *
408 - * Licensed under the ISC license.
409 */
410
411 #include "bcm5301x-nand-cs0.dtsi"
412 --- a/arch/arm/boot/dts/bcm5301x-nand-cs0-bch8.dtsi
413 +++ b/arch/arm/boot/dts/bcm5301x-nand-cs0-bch8.dtsi
414 @@ -1,3 +1,4 @@
415 +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
416 /*
417 * Broadcom BCM470X / BCM5301X Nand chip defaults.
418 *
419 @@ -5,8 +6,6 @@
420 * and uses 8 bit ECC.
421 *
422 * Copyright (C) 2015 Hauke Mehrtens <hauke@hauke-m.de>
423 - *
424 - * Licensed under the GNU/GPL. See COPYING for details.
425 */
426
427 #include "bcm5301x-nand-cs0.dtsi"
428 --- a/arch/arm/boot/dts/bcm5301x-nand-cs0.dtsi
429 +++ b/arch/arm/boot/dts/bcm5301x-nand-cs0.dtsi
430 @@ -1,9 +1,8 @@
431 +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
432 /*
433 * Broadcom Northstar NAND.
434 *
435 * Copyright (C) 2015 Hauke Mehrtens <hauke@hauke-m.de>
436 - *
437 - * Licensed under the GNU/GPL. See COPYING for details.
438 */
439
440 / {