Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751301AbdFETXm (ORCPT ); Mon, 5 Jun 2017 15:23:42 -0400 Received: from mail-wm0-f68.google.com ([74.125.82.68]:33736 "EHLO mail-wm0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751077AbdFETXk (ORCPT ); Mon, 5 Jun 2017 15:23:40 -0400 From: Corentin Labbe To: robh+dt@kernel.org, mark.rutland@arm.com, linux@armlinux.org.uk, maxime.ripard@free-electrons.com, wens@csie.org, catalin.marinas@arm.com, will.deacon@arm.com Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-sunxi@googlegroups.com, Corentin Labbe Subject: [PATCH 0/5] ARM: sunxi: Enable dwmac-sun8i on more boards Date: Mon, 5 Jun 2017 21:21:25 +0200 Message-Id: <20170605192130.25320-1-clabbe.montjoie@gmail.com> X-Mailer: git-send-email 2.13.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 788 Lines: 21 Hello This serie enable dwmac-sun8i on more boards. The first 3 patch enable dwmac-sun8i on some h3/h5 boards. The last 2 add dwmac-sun8i on a83t. Corentin Labbe (5): ARM: sun8i: orangepi-plus: Enable dwmac-sun8i ARM: sun8i: bananapi-m2-plus: Enable dwmac-sun8i ARM: sun50i: orangepi-pc2: Enable dwmac-sun8i ARM: sun8i: a83t: Add dt node for the syscon control module ARM: sun8i: a83t: add dwmac-sun8i ethernet driver arch/arm/boot/dts/sun8i-a83t.dtsi | 34 ++++++++++++++++++++++ arch/arm/boot/dts/sun8i-h3-bananapi-m2-plus.dts | 29 ++++++++++++++++++ arch/arm/boot/dts/sun8i-h3-orangepi-plus.dts | 32 ++++++++++++++++++++ .../boot/dts/allwinner/sun50i-h5-orangepi-pc2.dts | 27 +++++++++++++++++ 4 files changed, 122 insertions(+) -- 2.13.0