1 From 1d5682ccc7d6088179b6cfd50a3e3bb6d2b0527e Mon Sep 17 00:00:00 2001
2 From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= <rafal@milecki.pl>
3 Date: Mon, 5 Jun 2023 08:10:49 +0200
4 Subject: [PATCH] ARM: dts: BCM5301X: Relicense Christian's code to the GPL
7 Content-Type: text/plain; charset=UTF-8
8 Content-Transfer-Encoding: 8bit
10 Move code added by Christian to the bcm-ns.dtsi which uses dual
11 licensing. That syncs more Northstar code to be based on the same
14 Cc: Christian Lamparter <chunkeey@gmail.com>
15 Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
16 Acked-by: Christian Lamparter <chunkeey@gmail.com>
17 Link: https://lore.kernel.org/r/20230605061049.16136-1-zajec5@gmail.com
18 Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
20 arch/arm/boot/dts/bcm-ns.dtsi | 21 +++++++++++++++++++++
21 arch/arm/boot/dts/bcm5301x.dtsi | 23 -----------------------
22 2 files changed, 21 insertions(+), 23 deletions(-)
24 --- a/arch/arm/boot/dts/bcm-ns.dtsi
25 +++ b/arch/arm/boot/dts/bcm-ns.dtsi
27 reg = <0x00013000 0x1000>;
31 + reg = <0x00014000 0x1000>;
35 reg = <0x00021000 0x1000>;
42 + compatible = "brcm,iproc-pwm";
43 + reg = <0x18002000 0x28>;
46 + status = "disabled";
50 compatible = "brcm,iproc-mdio";
51 reg = <0x18003000 0x8>;
56 + uart2: serial@18008000 {
57 + compatible = "ns16550a";
58 + reg = <0x18008000 0x20>;
59 + clocks = <&iprocslow>;
60 + interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>;
62 + status = "disabled";
66 compatible = "simple-bus";
67 ranges = <0 0x1800c000 0x1000>;
68 --- a/arch/arm/boot/dts/bcm5301x.dtsi
69 +++ b/arch/arm/boot/dts/bcm5301x.dtsi
76 - reg = <0x00014000 0x1000>;
81 - compatible = "brcm,iproc-pwm";
82 - reg = <0x18002000 0x28>;
85 - status = "disabled";
89 compatible = "mdio-mux-mmioreg", "mdio-mux";
90 mdio-parent-bus = <&mdio>;
92 reg = <0x18105000 0x1000>;
95 - uart2: serial@18008000 {
96 - compatible = "ns16550a";
97 - reg = <0x18008000 0x20>;
98 - clocks = <&iprocslow>;
99 - interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>;
101 - status = "disabled";
105 compatible = "brcm,iproc-i2c";
106 reg = <0x18009000 0x50>;