|
@@ -68,7 +68,7 @@ Signed-off-by: Jakub Kicinski <[email protected]>
|
|
|
offset = CORE_STS_OVERRIDE_IMP;
|
|
|
else
|
|
|
offset = CORE_STS_OVERRIDE_IMP2;
|
|
|
-@@ -542,7 +543,8 @@ static void bcm_sf2_sw_mac_config(struct
|
|
|
+@@ -546,7 +547,8 @@ static void bcm_sf2_sw_mac_config(struct
|
|
|
if (port == core_readl(priv, CORE_IMP0_PRT_ID))
|
|
|
return;
|
|
|
|
|
@@ -78,7 +78,7 @@ Signed-off-by: Jakub Kicinski <[email protected]>
|
|
|
offset = CORE_STS_OVERRIDE_GMIIP_PORT(port);
|
|
|
else
|
|
|
offset = CORE_STS_OVERRIDE_GMIIP2_PORT(port);
|
|
|
-@@ -984,6 +986,30 @@ struct bcm_sf2_of_data {
|
|
|
+@@ -988,6 +990,30 @@ struct bcm_sf2_of_data {
|
|
|
unsigned int num_cfp_rules;
|
|
|
};
|
|
|
|
|
@@ -109,7 +109,7 @@ Signed-off-by: Jakub Kicinski <[email protected]>
|
|
|
/* Register offsets for the SWITCH_REG_* block */
|
|
|
static const u16 bcm_sf2_7445_reg_offsets[] = {
|
|
|
[REG_SWITCH_CNTRL] = 0x00,
|
|
|
-@@ -1032,6 +1058,9 @@ static const struct bcm_sf2_of_data bcm_
|
|
|
+@@ -1036,6 +1062,9 @@ static const struct bcm_sf2_of_data bcm_
|
|
|
};
|
|
|
|
|
|
static const struct of_device_id bcm_sf2_of_match[] = {
|