Commit 3b07d788 authored by Florian Fainelli's avatar Florian Fainelli Committed by David S. Miller

net: dsa: bcm_sf2: Update compatible string for 7278B0

Update the compatible string and Device Tree binding document for
7278B0.
Signed-off-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 020929d6
...@@ -2,7 +2,10 @@ ...@@ -2,7 +2,10 @@
Required properties: Required properties:
- compatible: should be "brcm,bcm7445-switch-v4.0" or "brcm,bcm7278-switch-v4.0" - compatible: should be one of
"brcm,bcm7445-switch-v4.0"
"brcm,bcm7278-switch-v4.0"
"brcm,bcm7278-switch-v4.8"
- reg: addresses and length of the register sets for the device, must be 6 - reg: addresses and length of the register sets for the device, must be 6
pairs of register addresses and lengths pairs of register addresses and lengths
- interrupts: interrupts for the devices, must be two interrupts - interrupts: interrupts for the devices, must be two interrupts
......
...@@ -948,6 +948,9 @@ static const struct of_device_id bcm_sf2_of_match[] = { ...@@ -948,6 +948,9 @@ static const struct of_device_id bcm_sf2_of_match[] = {
{ .compatible = "brcm,bcm7278-switch-v4.0", { .compatible = "brcm,bcm7278-switch-v4.0",
.data = &bcm_sf2_7278_data .data = &bcm_sf2_7278_data
}, },
{ .compatible = "brcm,bcm7278-switch-v4.8",
.data = &bcm_sf2_7278_data
},
{ /* sentinel */ }, { /* sentinel */ },
}; };
MODULE_DEVICE_TABLE(of, bcm_sf2_of_match); MODULE_DEVICE_TABLE(of, bcm_sf2_of_match);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment