17 Apr, 2019

1 commit

  • Sync sun7i-a20 dts(i) files from Linux 5.1-rc2

    Linux commit details about the sun7i-a20* sync:
    "ARM: dts: sun7i: bananapi: Add GPIO banks regulators"
    (sha1: 09c6572290f018d73ec2e812e28bada34d41815f)

    Here are U-Boot specific dts changes.

    - s/uart0_pins_a/uart0_pb_pins for
    sun7i-a20-ainol-aw1.dts
    sun7i-a20-m5.dts
    sun7i-a20-primo73.dts
    sun7i-a20-yones-toptech-bd1078.dts
    sunxi-itead-core-common.dtsi
    - s/gmac_pins_mii_a/gmac_rgmii_pins for
    sun7i-a20-m5.dts
    - drop i2c0, i2c1 pins from
    sunxi-itead-core-common.dtsi
    - drop mmc0 pins from
    sun7i-a20-primo73.dts

    Signed-off-by: Jagan Teki

    Jagan Teki
     

29 Sep, 2018

1 commit

  • Update all A10 devicetree dtsi and dtsi files from Linux-v4.18-rc3
    with below commit:
    commit 5d9ef839f874f4e3923c8a9ae7b136c6c3912cd5
    Author: Stefan Mavrodiev
    Date: Wed May 16 14:38:08 2018 +0300

    ARM: dts: sun7i: Add Olimex A20-SOM-EVB-eMMC board

    Note:
    - Update sun7i-a20-primo73.dts as per Linux, since
    this dts is U-Boot specific.
    - Drop sun7i-a20-olimex-som-evb-emmc.dts since no board
    added for this.

    Signed-off-by: Jagan Teki

    Jagan Teki
     

24 Mar, 2016

1 commit

  • Sync dts files with the upstream kernel including
    changes queued for 4.6:

    https://git.kernel.org/cgit/linux/kernel/git/mripard/linux.git/commit/?h=sunxi/dt-for-4.6

    Note this adds a number of new unused board dts files. I've asked the
    authors of the kernel commits adding these to submit a matching defconfig
    to u-boot.

    Signed-off-by: Hans de Goede
    Acked-by: Ian Campbell

    Hans de Goede
     

14 Aug, 2015

1 commit


04 Jun, 2015

1 commit

  • Copy over all the latest dts changes from mripard/sunxi/dt-for-4.2 ,
    this gives us a proper dtsi file for the A33 rather then abusing
    sun8i-a23.dtsi for this.

    And this replaces our minimal (dummy) sun7i-a20-mk808c and
    sun8i-a33-astar-mid756 dts files with proper ones.

    Signed-off-by: Hans de Goede
    Acked-by: Ian Campbell

    Hans de Goede
     

04 May, 2015

1 commit

  • Bring all the sunxi dts files (and update existing ones) from
    mripard/sunxi/dt-for-4.1 (which will be merged into upstream master any
    day now). This is necessary so that we can move all sunxi boards over to
    the driver model.

    Signed-off-by: Hans de Goede
    Reviewed-by: Simon Glass
    Acked-by: Ian Campbell

    Hans de Goede