From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Anholt Subject: [PATCH 0/2] net: dsa: b53: BCM11360 support Date: Mon, 24 Apr 2017 14:50:20 -0700 Message-ID: <20170424215022.30382-1-eric@anholt.net> Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, bcm-kernel-feedback-list@broadcom.com, Ray Jui , Scott Branden , Jon Mason , Eric Anholt To: Florian Fainelli , Vivien Didelot , Andrew Lunn , netdev@vger.kernel.org, Rob Herring , Mark Rutland , devicetree@vger.kernel.org Return-path: Received: from anholt.net ([50.246.234.109]:36940 "EHLO anholt.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S978550AbdDXVuZ (ORCPT ); Mon, 24 Apr 2017 17:50:25 -0400 Sender: netdev-owner@vger.kernel.org List-ID: This little patch series follows on from Florian's fixes that he just sent, and enables the ethernet on the 911360_EP board. Without Florian's fixes, the controller comes up and forwarding happens between eth1 and eth2, but the CPU's eth0 packets don't get forwarded. Eric Anholt (2): net: dsa: b53: Add compatible strings for the Cygnus-family BCM11360. ARM: dts: Add the ethernet and ethernet PHY to the cygnus core DT. Documentation/devicetree/bindings/net/dsa/b53.txt | 3 ++ arch/arm/boot/dts/bcm-cygnus.dtsi | 60 +++++++++++++++++++++++ arch/arm/boot/dts/bcm911360_entphn.dts | 8 +++ drivers/net/dsa/b53/b53_srab.c | 2 + 4 files changed, 73 insertions(+) -- 2.11.0