036-v6.5-0007-ARM-dts-BCM5301X-Use-updated-device-compatible-strin.patch 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. From 9d7121f1d2faa0b50bf5b462adcd2dd91970c45e Mon Sep 17 00:00:00 2001
  2. From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= <[email protected]>
  3. Date: Sat, 20 May 2023 13:26:01 +0200
  4. Subject: [PATCH] ARM: dts: BCM5301X: Use updated device "compatible" strings
  5. MIME-Version: 1.0
  6. Content-Type: text/plain; charset=UTF-8
  7. Content-Transfer-Encoding: 8bit
  8. Northstar binding was updated to use minus/hyphen char between model and
  9. version for all devices.
  10. Signed-off-by: Rafał Miłecki <[email protected]>
  11. Reviewed-by: Linus Walleij <[email protected]>
  12. Link: https://lore.kernel.org/r/[email protected]
  13. Signed-off-by: Florian Fainelli <[email protected]>
  14. ---
  15. arch/arm/boot/dts/bcm4708-luxul-xap-1510.dts | 2 +-
  16. arch/arm/boot/dts/bcm4708-netgear-r6250.dts | 2 +-
  17. arch/arm/boot/dts/bcm4708-netgear-r6300-v2.dts | 2 +-
  18. arch/arm/boot/dts/bcm47081-luxul-xap-1410.dts | 2 +-
  19. arch/arm/boot/dts/bcm47081-luxul-xwr-1200.dts | 2 +-
  20. arch/arm/boot/dts/bcm47094-luxul-xwr-3100.dts | 2 +-
  21. 6 files changed, 6 insertions(+), 6 deletions(-)
  22. --- a/arch/arm/boot/dts/bcm4708-luxul-xap-1510.dts
  23. +++ b/arch/arm/boot/dts/bcm4708-luxul-xap-1510.dts
  24. @@ -8,7 +8,7 @@
  25. #include "bcm4708.dtsi"
  26. / {
  27. - compatible = "luxul,xap-1510v1", "brcm,bcm4708";
  28. + compatible = "luxul,xap-1510-v1", "brcm,bcm4708";
  29. model = "Luxul XAP-1510 V1";
  30. chosen {
  31. --- a/arch/arm/boot/dts/bcm4708-netgear-r6250.dts
  32. +++ b/arch/arm/boot/dts/bcm4708-netgear-r6250.dts
  33. @@ -13,7 +13,7 @@
  34. #include "bcm5301x-nand-cs0-bch8.dtsi"
  35. / {
  36. - compatible = "netgear,r6250v1", "brcm,bcm4708";
  37. + compatible = "netgear,r6250-v1", "brcm,bcm4708";
  38. model = "Netgear R6250 V1 (BCM4708)";
  39. chosen {
  40. --- a/arch/arm/boot/dts/bcm4708-netgear-r6300-v2.dts
  41. +++ b/arch/arm/boot/dts/bcm4708-netgear-r6300-v2.dts
  42. @@ -12,7 +12,7 @@
  43. #include "bcm5301x-nand-cs0-bch8.dtsi"
  44. / {
  45. - compatible = "netgear,r6300v2", "brcm,bcm4708";
  46. + compatible = "netgear,r6300-v2", "brcm,bcm4708";
  47. model = "Netgear R6300 V2 (BCM4708)";
  48. chosen {
  49. --- a/arch/arm/boot/dts/bcm47081-luxul-xap-1410.dts
  50. +++ b/arch/arm/boot/dts/bcm47081-luxul-xap-1410.dts
  51. @@ -8,7 +8,7 @@
  52. #include "bcm47081.dtsi"
  53. / {
  54. - compatible = "luxul,xap-1410v1", "brcm,bcm47081", "brcm,bcm4708";
  55. + compatible = "luxul,xap-1410-v1", "brcm,bcm47081", "brcm,bcm4708";
  56. model = "Luxul XAP-1410 V1";
  57. chosen {
  58. --- a/arch/arm/boot/dts/bcm47081-luxul-xwr-1200.dts
  59. +++ b/arch/arm/boot/dts/bcm47081-luxul-xwr-1200.dts
  60. @@ -9,7 +9,7 @@
  61. #include "bcm5301x-nand-cs0-bch4.dtsi"
  62. / {
  63. - compatible = "luxul,xwr-1200v1", "brcm,bcm47081", "brcm,bcm4708";
  64. + compatible = "luxul,xwr-1200-v1", "brcm,bcm47081", "brcm,bcm4708";
  65. model = "Luxul XWR-1200 V1";
  66. chosen {
  67. --- a/arch/arm/boot/dts/bcm47094-luxul-xwr-3100.dts
  68. +++ b/arch/arm/boot/dts/bcm47094-luxul-xwr-3100.dts
  69. @@ -9,7 +9,7 @@
  70. #include "bcm5301x-nand-cs0-bch4.dtsi"
  71. / {
  72. - compatible = "luxul,xwr-3100v1", "brcm,bcm47094", "brcm,bcm4708";
  73. + compatible = "luxul,xwr-3100-v1", "brcm,bcm47094", "brcm,bcm4708";
  74. model = "Luxul XWR-3100 V1";
  75. chosen {