From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hans de Goede Date: Wed, 27 Jul 2016 00:30:56 +0200 Subject: [U-Boot] Please pull u-boot-sunxi master Message-ID: <0d1ce139-e3e5-e409-95fe-31ba3ffd47a1@redhat.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Tom, Here is the second sunxi pull-req for v2016.09, this adds some fixes to the h3 ethernet driver and disables it for now as it has too much issues. It also adds 1 new board. The following changes since commit 4579720412744dd13266a3505bb38ce2da819b4f: Prepare v2016.09-rc1 (2016-07-25 22:25:52 -0400) are available in the git repository at: http://git.denx.de/u-boot-sunxi.git master for you to fetch changes up to 2eb1ff3b5b61352dcf43ca48f2b6470ec312b8d7: sunxi: Disable sun8i emac driver (2016-07-27 00:05:25 +0200) ---------------------------------------------------------------- Chen-Yu Tsai (3): sunxi: Add EMAC ethernet0 alias for H3 dtsi net: sun8i_emac: Do not configure AHB2 clock net: sun8i_emac: Drop redundant and incorrect setting of syscon register Hans de Goede (2): sunxi: Add defconfig and dts file for the Orange Pi PC Plus SBC sunxi: Disable sun8i emac driver arch/arm/dts/Makefile | 1 + arch/arm/dts/sun8i-h3-orangepi-pc-plus.dts | 87 ++++++++++++++++++++++++++++++ arch/arm/dts/sun8i-h3.dtsi | 4 ++ board/sunxi/MAINTAINERS | 1 + configs/orangepi_pc_defconfig | 2 - configs/orangepi_pc_plus_defconfig | 17 ++++++ configs/pine64_plus_defconfig | 1 - drivers/net/sun8i_emac.c | 13 +---- 8 files changed, 111 insertions(+), 15 deletions(-) create mode 100644 arch/arm/dts/sun8i-h3-orangepi-pc-plus.dts create mode 100644 configs/orangepi_pc_plus_defconfig Regards, Hans