[U-Boot] Please pull u-boot-sunxi master

Chen-Yu Tsai wens at csie.org
Wed Jul 27 04:38:10 CEST 2016


Hi Hans

On Wed, Jul 27, 2016 at 6:30 AM, Hans de Goede <hdegoede at redhat.com> wrote:
> 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
>

I sent these 2 patches around the same time:

https://patchwork.ozlabs.org/patch/651568/
    sunxi: gpio: Add .xlate function for gpio phandle resolution
https://patchwork.ozlabs.org/patch/651567/
    sunxi: Hummingbird_A31_defconfig: Drop MACPWR option

Could you pick them up as well? They fix GPIO usage through the
device tree. AFAIK the PHY reset GPIO in the designware driver
is the only place we encounter it for now.


Regards
ChenYu

> 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
>


More information about the U-Boot mailing list