Commit 9d7121f1 authored by Rafał Miłecki's avatar Rafał Miłecki Committed by Florian Fainelli
Browse files

ARM: dts: BCM5301X: Use updated device "compatible" strings



Northstar binding was updated to use minus/hyphen char between model and
version for all devices.

Signed-off-by: default avatarRafał Miłecki <rafal@milecki.pl>
Reviewed-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20230520112601.11821-2-zajec5@gmail.com


Signed-off-by: default avatarFlorian Fainelli <florian.fainelli@broadcom.com>
parent 42d5b302
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@
#include "bcm4708.dtsi"

/ {
	compatible = "luxul,xap-1510v1", "brcm,bcm4708";
	compatible = "luxul,xap-1510-v1", "brcm,bcm4708";
	model = "Luxul XAP-1510 V1";

	chosen {
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
#include "bcm5301x-nand-cs0-bch8.dtsi"

/ {
	compatible = "netgear,r6250v1", "brcm,bcm4708";
	compatible = "netgear,r6250-v1", "brcm,bcm4708";
	model = "Netgear R6250 V1 (BCM4708)";

	chosen {
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@
#include "bcm5301x-nand-cs0-bch8.dtsi"

/ {
	compatible = "netgear,r6300v2", "brcm,bcm4708";
	compatible = "netgear,r6300-v2", "brcm,bcm4708";
	model = "Netgear R6300 V2 (BCM4708)";

	chosen {
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@
#include "bcm47081.dtsi"

/ {
	compatible = "luxul,xap-1410v1", "brcm,bcm47081", "brcm,bcm4708";
	compatible = "luxul,xap-1410-v1", "brcm,bcm47081", "brcm,bcm4708";
	model = "Luxul XAP-1410 V1";

	chosen {
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@
#include "bcm5301x-nand-cs0-bch4.dtsi"

/ {
	compatible = "luxul,xwr-1200v1", "brcm,bcm47081", "brcm,bcm4708";
	compatible = "luxul,xwr-1200-v1", "brcm,bcm47081", "brcm,bcm4708";
	model = "Luxul XWR-1200 V1";

	chosen {
Loading