12 Aug, 2017

1 commit

  • Synced ohci0 and ehci0 nodes from Linux for sun50i-a64.dtsi

    Here is the Linux last merge tag details:
    Merge: 0e91f43d e5770b7
    Author: Stephen Rothwell
    Date: Fri Jun 9 14:59:55 2017 +1000

    Merge remote-tracking branch 'staging/staging-next'

    Signed-off-by: Jagan Teki

    Jagan Teki
     

01 Jun, 2017

1 commit

  • The Linux device tree for the Allwinner A64 SoC has changed a lot since
    the U-Boot version was merged.
    Let's replace the current DT with a exact copy of the Linux one as of:
    commit c6778ff813d2ca3e3c8733c87dc8b6831a64578b
    Merge: 0ff4c01 3c0e3abd
    Author: Linus Torvalds
    Date: Tue May 9 10:07:33 2017 -0700

    This is the DT used in Linux 4.12-rc1.

    Since U-Boot has an Ethernet driver (while Linux does not yet), we
    provide the required DT nodes for it in an ...-u-boot.dtsi file, to both
    mark them as U-Boot specific and to allow easier upgrading once Linux gets
    the driver and its own binding later.
    Compared to the existing Ethernet DT nodes we just slightly tweak the clock
    and reset nodes in there to match the new bindings used by Linux for those.

    Signed-off-by: Andre Przywara
    Acked-by: Maxime Ripard
    Reviewed-by: Jagan Teki
    Tested-by: Jagan Teki

    Andre Przywara
     

30 Oct, 2016

1 commit

  • Mostly by adding MACH_SUN50I to some existing #ifdefs enable support
    for the the HCI0 USB host controller on the A64.
    Fix up some minor 64-bit hiccups on the way.
    Add the bare minimum DT bits to the A64 .dtsi and enable the controllers
    and the PHY on the Pine64.
    This is limited to the first USB controller at the moment, which is
    connected to the lower USB socket on the Pine64 board.
    [Andre: remove unneeded defines, enable OHCI, add commit message]

    Signed-off-by: Amit Singh Tomar
    Signed-off-by: Andre Przywara
    Reviewed-by: Hans de Goede
    Signed-off-by: Hans de Goede

    Amit Singh Tomar
     

15 Jul, 2016

1 commit

  • This patch add EMAC driver support for H3/A83T/A64 SoCs.
    Tested on Pine64(A64-External PHY) and Orangepipc(H3-Internal PHY).

    BIG Thanks to Andre for providing some of the DT code.

    Signed-off-by: Amit Singh Tomar
    Acked-by: Hans de Goede
    Signed-off-by: Hans de Goede

    Amit Singh Tomar
     

25 May, 2016

1 commit

  • The originally committed .dts files for the Pine64 were from an early
    proof-of-concept version and should have never been committed upstream.
    Replace them with much more mature versions, which also use a different
    naming scheme.
    Please note that at this point there is at least one binding which has
    not been agreed upon, so this is subject to change.

    Signed-off-by: Andre Przywara
    Acked-by: Hans de Goede
    Signed-off-by: Hans de Goede

    Andre Przywara