038-v6.7-0003-ARM-dts-BCM5301X-Relicense-Felix-s-code-to-the-GPL-2.patch 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. From 81ea360a16978a4df61df9db56b171909bd659c0 Mon Sep 17 00:00:00 2001
  2. From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= <[email protected]>
  3. Date: Sat, 16 Sep 2023 10:30:57 +0200
  4. Subject: [PATCH] ARM: dts: BCM5301X: Relicense Felix's code 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. Move code added by Felix to the bcm-ns.dtsi which uses dual licensing.
  10. That syncs more Northstar code to be based on the same licensing schema.
  11. This code was added in the commit 1ff80363524c ("ARM: BCM5301X: Add
  12. profiling support").
  13. Cc: Felix Fietkau <[email protected]>
  14. Signed-off-by: Rafał Miłecki <[email protected]>
  15. Acked-by: Felix Fietkau <[email protected]>
  16. Link: https://lore.kernel.org/r/[email protected]
  17. Signed-off-by: Florian Fainelli <[email protected]>
  18. ---
  19. arch/arm/boot/dts/broadcom/bcm-ns.dtsi | 7 +++++++
  20. arch/arm/boot/dts/broadcom/bcm5301x.dtsi | 7 -------
  21. 2 files changed, 7 insertions(+), 7 deletions(-)
  22. --- a/arch/arm/boot/dts/bcm-ns.dtsi
  23. +++ b/arch/arm/boot/dts/bcm-ns.dtsi
  24. @@ -14,6 +14,13 @@
  25. #address-cells = <1>;
  26. #size-cells = <1>;
  27. + pmu {
  28. + compatible = "arm,cortex-a9-pmu";
  29. + interrupts =
  30. + <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>,
  31. + <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>;
  32. + };
  33. +
  34. chipcommon-a-bus@18000000 {
  35. compatible = "simple-bus";
  36. ranges = <0x00000000 0x18000000 0x00001000>;
  37. --- a/arch/arm/boot/dts/bcm5301x.dtsi
  38. +++ b/arch/arm/boot/dts/bcm5301x.dtsi
  39. @@ -26,13 +26,6 @@
  40. };
  41. };
  42. - pmu {
  43. - compatible = "arm,cortex-a9-pmu";
  44. - interrupts =
  45. - <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>,
  46. - <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>;
  47. - };
  48. -
  49. clocks {
  50. #address-cells = <1>;
  51. #size-cells = <1>;