Skip to content

Commit 81ea360

Browse files
Rafał Miłeckiffainelli
authored andcommitted
ARM: dts: BCM5301X: Relicense Felix's code to the GPL 2.0+ / MIT
Move code added by Felix to the bcm-ns.dtsi which uses dual licensing. That syncs more Northstar code to be based on the same licensing schema. This code was added in the commit 1ff8036 ("ARM: BCM5301X: Add profiling support"). Cc: Felix Fietkau <[email protected]> Signed-off-by: Rafał Miłecki <[email protected]> Acked-by: Felix Fietkau <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Florian Fainelli <[email protected]>
1 parent a9e7986 commit 81ea360

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

arch/arm/boot/dts/broadcom/bcm-ns.dtsi

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@
1414
#address-cells = <1>;
1515
#size-cells = <1>;
1616

17+
pmu {
18+
compatible = "arm,cortex-a9-pmu";
19+
interrupts =
20+
<GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>,
21+
<GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>;
22+
};
23+
1724
chipcommon-a-bus@18000000 {
1825
compatible = "simple-bus";
1926
ranges = <0x00000000 0x18000000 0x00001000>;

arch/arm/boot/dts/broadcom/bcm5301x.dtsi

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,6 @@
2626
};
2727
};
2828

29-
pmu {
30-
compatible = "arm,cortex-a9-pmu";
31-
interrupts =
32-
<GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>,
33-
<GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>;
34-
};
35-
3629
clocks {
3730
#address-cells = <1>;
3831
#size-cells = <1>;

0 commit comments

Comments
 (0)