X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=target%2Flinux%2Fbcm53xx%2Fpatches-4.4%2F710-b53-add-hacky-CPU-port-fixes-for-devices-not-using-p.patch;fp=target%2Flinux%2Fbcm53xx%2Fpatches-4.4%2F710-b53-add-hacky-CPU-port-fixes-for-devices-not-using-p.patch;h=68fa6472090319ad119419d4c0d13fb96749b055;hp=6e8681c5c0629ab207018f8ebf12a2c3bac6d056;hb=2175f664619584f80d914af9b6b91dddaefd2e8c;hpb=6c4d82d31f8ca3d8bc67ae6d6eb9b2f41768b3da diff --git a/target/linux/bcm53xx/patches-4.4/710-b53-add-hacky-CPU-port-fixes-for-devices-not-using-p.patch b/target/linux/bcm53xx/patches-4.4/710-b53-add-hacky-CPU-port-fixes-for-devices-not-using-p.patch index 6e8681c5c0..68fa647209 100644 --- a/target/linux/bcm53xx/patches-4.4/710-b53-add-hacky-CPU-port-fixes-for-devices-not-using-p.patch +++ b/target/linux/bcm53xx/patches-4.4/710-b53-add-hacky-CPU-port-fixes-for-devices-not-using-p.patch @@ -21,12 +21,14 @@ Signed-off-by: Rafał Miłecki #include "b53_regs.h" #include "b53_priv.h" -@@ -1370,6 +1371,20 @@ static int b53_switch_init(struct b53_de +@@ -1370,6 +1371,23 @@ static int b53_switch_init(struct b53_de sw_dev->cpu_port = 5; } + if (of_machine_is_compatible("asus,rt-ac87u")) + sw_dev->cpu_port = 7; ++ else if (of_machine_is_compatible("netgear,r7900")) ++ sw_dev->cpu_port = 8; + else if (of_machine_is_compatible("netgear,r8000")) + sw_dev->cpu_port = 8; + else if (of_machine_is_compatible("netgear,r8500")) @@ -36,7 +38,8 @@ Signed-off-by: Rafał Miłecki + * Workaround for devices using port 8 (connected to the 3rd iface). + * For some reason it doesn't work (no packets on eth2). + */ -+ if (of_machine_is_compatible("netgear,r8000")) ++ if (of_machine_is_compatible("netgear,r7900") || ++ of_machine_is_compatible("netgear,r8000")) + sw_dev->cpu_port = 5; + /* cpu port is always last */