Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S978572AbdDXVug (ORCPT ); Mon, 24 Apr 2017 17:50:36 -0400 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 From: Eric Anholt To: Florian Fainelli , Vivien Didelot , Andrew Lunn , netdev@vger.kernel.org, Rob Herring , Mark Rutland , devicetree@vger.kernel.org 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 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> X-Mailer: git-send-email 2.11.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 733 Lines: 19 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