bcm53xx: backport DTS changes queued for the 4.21
[openwrt/openwrt.git] / target / linux / bcm53xx / patches-4.14 / 035-v4.21-0004-ARM-dts-BCM53573-Relicense-SoC-file-to-the-GPL-2.0-M.patch
1 From ca3a6e705cad10662827093d5426abe078861793 Mon Sep 17 00:00:00 2001
2 From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= <rafal@milecki.pl>
3 Date: Thu, 20 Sep 2018 13:39:28 +0200
4 Subject: [PATCH] ARM: dts: BCM53573: Relicense SoC file to the GPL 2.0+ / MIT
5 MIME-Version: 1.0
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
8
9 This matches licensing used by most of BCM5301X files and is preferred as:
10 1) GPL 2.0+ makes it clearly compatible with Linux kernel
11 2) MIT is also permissive but preferred over ISC
12
13 This file has been developed by me & once modified by Rob dropping a
14 single leading zero in an UART address.
15
16 Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
17 Acked-by: Rob Herring <robh@kernel.org>
18 Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
19 ---
20 arch/arm/boot/dts/bcm53573.dtsi | 3 +--
21 1 file changed, 1 insertion(+), 2 deletions(-)
22
23 --- a/arch/arm/boot/dts/bcm53573.dtsi
24 +++ b/arch/arm/boot/dts/bcm53573.dtsi
25 @@ -1,7 +1,6 @@
26 +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
27 /*
28 * Copyright (C) 2016 Rafał Miłecki <rafal@milecki.pl>
29 - *
30 - * Licensed under the ISC license.
31 */
32
33 #include <dt-bindings/gpio/gpio.h>